diff options
author | barner <barner@FreeBSD.org> | 2005-07-25 17:05:50 +0800 |
---|---|---|
committer | barner <barner@FreeBSD.org> | 2005-07-25 17:05:50 +0800 |
commit | a699017ec6dffffa6c2866b8c60ff9e97adc3d3f (patch) | |
tree | 12cc74128477fb1161b8b35828c341174d92c0c5 /math/Makefile | |
parent | e7f2c4621fbb4c513d6dace6b989d2fe50a95aae (diff) | |
download | freebsd-ports-gnome-a699017ec6dffffa6c2866b8c60ff9e97adc3d3f.tar.gz freebsd-ports-gnome-a699017ec6dffffa6c2866b8c60ff9e97adc3d3f.tar.zst freebsd-ports-gnome-a699017ec6dffffa6c2866b8c60ff9e97adc3d3f.zip |
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>
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 |