diff options
author | roam <roam@FreeBSD.org> | 2001-03-21 02:25:10 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2001-03-21 02:25:10 +0800 |
commit | 99bc1d53959f0c0b793bf6e56ef5dbeb554d8e75 (patch) | |
tree | 16c7c04f22fb963bfe83378a1d8e0f5f23d5c056 /math/Makefile | |
parent | 51e01f3b01fc74a6e8dc8447889175956e30c4dc (diff) | |
download | freebsd-ports-gnome-99bc1d53959f0c0b793bf6e56ef5dbeb554d8e75.tar.gz freebsd-ports-gnome-99bc1d53959f0c0b793bf6e56ef5dbeb554d8e75.tar.zst freebsd-ports-gnome-99bc1d53959f0c0b793bf6e56ef5dbeb554d8e75.zip |
Add ccmath, a mathematics library with many functions.
PR: 25589
Submitted by: George Reid <greid@ukug.uk.freebsd.org>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 6e46521798c9..6e9cd5c2df52 100644 --- a/math/Makefile +++ b/math/Makefile @@ -12,6 +12,7 @@ SUBDIR += blas SUBDIR += calc SUBDIR += calctool + SUBDIR += ccmath SUBDIR += cln SUBDIR += concorde SUBDIR += dcdflib |