diff options
author | Will Andrews <will@FreeBSD.org> | 2003-06-03 05:40:15 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2003-06-03 05:40:15 +0000 |
commit | 4828c13abab0c38c714c74bc4c1851104f5f504e (patch) | |
tree | beee8de6ceff03bef73d9df46e23bf2f9674e206 /math/Makefile | |
parent | 9ca64fc26a4104b7a3afa2971a8faad2e3811d0c (diff) |
Add jama 1.2.1, Java-like Matrix C++ Templates.
PR: 52850
Submitted by: Pedro F. Giffuni <giffunip@asme.org>
Notes
Notes:
svn path=/head/; revision=82179
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 |