diff options
author | maho <maho@FreeBSD.org> | 2003-05-05 01:37:11 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2003-05-05 01:37:11 +0000 |
commit | 84676a211b87cd57b30a28935a4fc19b41969c7e (patch) | |
tree | 982cfeb5eb94494c02e5e42d6a75bfbd1aeabb8e /math/Makefile | |
parent | c57365611747bb09959605b7a0d0665e3b82ac6f (diff) | |
download | FreeBSD-ports-84676a211b87cd57b30a28935a4fc19b41969c7e.zip FreeBSD-ports-84676a211b87cd57b30a28935a4fc19b41969c7e.tar.gz |
SPOOLES is a library for solving sparse real and complex linear
systems of equations.
Submitted by: Pedro Giffuni <giffunip@asme.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 6e8b530..319deb3 100644 --- a/math/Makefile +++ b/math/Makefile @@ -155,6 +155,7 @@ SUBDIR += snns SUBDIR += solitaire SUBDIR += spar + SUBDIR += spooles SUBDIR += ss SUBDIR += superlu SUBDIR += surf |