diff options
author | will <will@FreeBSD.org> | 2003-06-03 13:40:15 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2003-06-03 13:40:15 +0800 |
commit | 7efe87f7a01e717cef4ff6b59bde9489c457fb97 (patch) | |
tree | f54bcc39bd2697e0489053ce72b3299ef2f8a765 /math/Makefile | |
parent | fb3a9a17fa697a87457d95cb1dc96966d359cd72 (diff) | |
download | freebsd-ports-gnome-7efe87f7a01e717cef4ff6b59bde9489c457fb97.tar.gz freebsd-ports-gnome-7efe87f7a01e717cef4ff6b59bde9489c457fb97.tar.zst freebsd-ports-gnome-7efe87f7a01e717cef4ff6b59bde9489c457fb97.zip |
Add jama 1.2.1, Java-like Matrix C++ Templates.
PR: 52850
Submitted by: Pedro F. Giffuni <giffunip@asme.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 4d17532a2a1f..abda7e83ca35 100644 --- a/math/Makefile +++ b/math/Makefile @@ -59,6 +59,7 @@ SUBDIR += hexcalc SUBDIR += it++ SUBDIR += jacal + SUBDIR += jama SUBDIR += javanns SUBDIR += kseg SUBDIR += lapack |