diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 10:27:38 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-03 10:27:38 +0000 |
commit | aa86583435780b2f9d5eda003686cb69e3f7262a (patch) | |
tree | 40bd2046539d593c2282ffcefd701cc992b014a4 /math/Makefile | |
parent | Fix in MASTER_SITE_SUBDIR (diff) |
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 |