diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-01 03:47:52 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-06-01 03:47:52 +0000 |
commit | ac027f3c61ce18bfca895ff0971b0777e04b374e (patch) | |
tree | a9461ea0f2c5c53d31dd4283db6debfc1c0315b9 /math/Makefile | |
parent | 5ce67365d60f3257c635b420c2b0a246e24b6f59 (diff) | |
download | ports-ac027f3c61ce18bfca895ff0971b0777e04b374e.tar.gz ports-ac027f3c61ce18bfca895ff0971b0777e04b374e.zip |
add spar
A modular math parser
Notes
Notes:
svn path=/head/; revision=43374
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 0d954f4d1960..0aa71dcf18a0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -99,6 +99,7 @@ SUBDIR += simpack SUBDIR += slsc SUBDIR += snns + SUBDIR += spar SUBDIR += spin SUBDIR += ss SUBDIR += superlu |