diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-06-23 01:10:55 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-06-23 01:10:55 +0800 |
commit | 3d8098962c35e6759fdc3c3865e394ee7ea54557 (patch) | |
tree | dd4e14365bd45c6116d9041ee74bfaaf18aaf836 /math/Makefile | |
parent | c147389ae60aad271c5b1f86f9ba1368e91eb78b (diff) | |
download | freebsd-ports-gnome-3d8098962c35e6759fdc3c3865e394ee7ea54557.tar.gz freebsd-ports-gnome-3d8098962c35e6759fdc3c3865e394ee7ea54557.tar.zst freebsd-ports-gnome-3d8098962c35e6759fdc3c3865e394ee7ea54557.zip |
add lapack++ 1.1
Linear Algebra PACKage in C++, a wrapper for LAPACK
PR: 39653
Submitted by: Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
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 f5621891f144..08527940cfbc 100644 --- a/math/Makefile +++ b/math/Makefile @@ -51,6 +51,7 @@ SUBDIR += javanns SUBDIR += kseg SUBDIR += lapack + SUBDIR += lapack++ SUBDIR += libgmp-freebsd SUBDIR += libgmp4 SUBDIR += libneural |