diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:10:55 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-06-22 17:10:55 +0000 |
commit | c93bf47f9116af7484957942927da863f90db4ed (patch) | |
tree | 127dfde9f408dd41bc504419a6668922fbbd69ec /math/Makefile | |
parent | Replace ${PERL} with ${REINPLACE_CMD} (diff) |
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 |