diff options
author | hq <hq@FreeBSD.org> | 2005-01-31 09:48:04 +0800 |
---|---|---|
committer | hq <hq@FreeBSD.org> | 2005-01-31 09:48:04 +0800 |
commit | 7674163a179bdb3dad6acad835869a47b4586e4b (patch) | |
tree | d1c0e915f9c57c498f8d7ab4bc8f7a518aa23e28 /math/Makefile | |
parent | 5b1a98a3803190cb85c39ee23750ca4ef9b466b8 (diff) | |
download | freebsd-ports-gnome-7674163a179bdb3dad6acad835869a47b4586e4b.tar.gz freebsd-ports-gnome-7674163a179bdb3dad6acad835869a47b4586e4b.tar.zst freebsd-ports-gnome-7674163a179bdb3dad6acad835869a47b4586e4b.zip |
Commons Math is a library of lightweight, self-contained mathematics and
statistics components addressing the most common problems not available in the
Java programming language or Commons Lang.
WWW: http://jakarta.apache.org/commons/math/
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 56deba570c8f..cdc687f4f02b 100644 --- a/math/Makefile +++ b/math/Makefile @@ -80,6 +80,7 @@ SUBDIR += itl SUBDIR += jacal SUBDIR += jags + SUBDIR += jakarta-commons-math SUBDIR += jama SUBDIR += javanns SUBDIR += kaskade |