diff options
author | edwin <edwin@FreeBSD.org> | 2004-01-03 18:27:38 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2004-01-03 18:27:38 +0800 |
commit | 5a9962a18ad226b647144a5f4de0264e3b799d75 (patch) | |
tree | a0771b552219f15466d92bd875190fc0f031966a /math/Makefile | |
parent | fcba4614d1e226cb09c18668e807c6f6455115a0 (diff) | |
download | freebsd-ports-gnome-5a9962a18ad226b647144a5f4de0264e3b799d75.tar.gz freebsd-ports-gnome-5a9962a18ad226b647144a5f4de0264e3b799d75.tar.zst freebsd-ports-gnome-5a9962a18ad226b647144a5f4de0264e3b799d75.zip |
NEW port: math/taucs
TAUCS is a C library of sparse linear solvers. It's very
fast and it works well with low memory configurations.
PR: ports/55196
Submitted by: Pedro F. Giffuni <giffunip@yahoo.com>
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 82713be4f6e3..b957ee51fc3c 100644 --- a/math/Makefile +++ b/math/Makefile @@ -192,6 +192,7 @@ SUBDIR += superlu SUBDIR += superlu_mt SUBDIR += surf + SUBDIR += taucs SUBDIR += thx_1138 SUBDIR += topaz SUBDIR += tvmet |