diff options
author | Simon Barner <barner@FreeBSD.org> | 2005-07-25 09:05:50 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2005-07-25 09:05:50 +0000 |
commit | bcd4eab4cbfc5558096ce018c35572ab4121637e (patch) | |
tree | d81e5d5d789bc6ceeceb7adeb1ca319ce322bc64 /math/Makefile | |
parent | a58473d9fcd8618853e34fb82050a8af7d481b28 (diff) |
Add laspack 1.12.2,
package for solving large sparse systems of
linear equations.
PR: 83968
Submitted by: Pedro F. Giffuni" <giffunip at asme dot org>
Notes
Notes:
svn path=/head/; revision=140069
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 4cd839bb1cef..85c9e78f51f1 100644 --- a/math/Makefile +++ b/math/Makefile @@ -98,6 +98,7 @@ SUBDIR += lapack SUBDIR += lapack++ SUBDIR += lapack95 + SUBDIR += laspack SUBDIR += ldouble SUBDIR += libRmath SUBDIR += libgmp4 |