diff options
author | ahze <ahze@FreeBSD.org> | 2004-11-08 02:26:52 +0800 |
---|---|---|
committer | ahze <ahze@FreeBSD.org> | 2004-11-08 02:26:52 +0800 |
commit | a0175443763ee68ed15fb411bc9ee64eeb824bd2 (patch) | |
tree | 63552d963066bc99fa17a2dbe5953dabd1c21e12 /math/Makefile | |
parent | 4b6dc01fb4c55eab59f5256ed51e0747e3fa0a28 (diff) | |
download | freebsd-ports-gnome-a0175443763ee68ed15fb411bc9ee64eeb824bd2.tar.gz freebsd-ports-gnome-a0175443763ee68ed15fb411bc9ee64eeb824bd2.tar.zst freebsd-ports-gnome-a0175443763ee68ed15fb411bc9ee64eeb824bd2.zip |
Add ldouble
Library of elementary mathematical functions, probability and elliptic
integrals in 80-bit long double precision.
Approved by: pav (co mentor)
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 01751e901697..91329229a02c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -85,6 +85,7 @@ SUBDIR += lapack SUBDIR += lapack++ SUBDIR += lapack95 + SUBDIR += ldouble SUBDIR += libRmath SUBDIR += libgmp4 SUBDIR += libmath++ |