diff options
author | Ade Lovett <ade@FreeBSD.org> | 2001-06-05 05:22:15 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2001-06-05 05:22:15 +0000 |
commit | cb7eb45776c84bffe79ff8a409fe2e487a9741ea (patch) | |
tree | 720132b79f7ef887709233f3f35ce6e92b3ce96c /math/Makefile | |
parent | Update to 2.2.2.1 (diff) |
Add math/libgmp3, version 3.1.1 of the GNU arbitrary precision arithmetic
library.
PR: 24268 and 24855
Submitted by: ijliao@terry.dragon2.net and kargl@apl.washington.edu
Notes
Notes:
svn path=/head/; revision=43514
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 0aa71dcf18a0..43a7afb1ce0d 100644 --- a/math/Makefile +++ b/math/Makefile @@ -36,6 +36,7 @@ SUBDIR += guppi SUBDIR += hexcalc SUBDIR += lapack + SUBDIR += libgmp3 SUBDIR += libneural SUBDIR += libranlib SUBDIR += linalg |