diff options
author | steve <steve@FreeBSD.org> | 1998-07-12 02:21:26 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-07-12 02:21:26 +0800 |
commit | 1b06524b89cb5c69af29deea06967d7814c02b07 (patch) | |
tree | f580be40864e3921e1cee4bbebbcd5ba1cdc36e2 /math/Makefile | |
parent | 8f2f3bf091470ff15dfc2189176b739a41f73606 (diff) | |
download | freebsd-ports-gnome-1b06524b89cb5c69af29deea06967d7814c02b07.tar.gz freebsd-ports-gnome-1b06524b89cb5c69af29deea06967d7814c02b07.tar.zst freebsd-ports-gnome-1b06524b89cb5c69af29deea06967d7814c02b07.zip |
Turn on umfpack.
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 551d57d7aec3..abe3c0ccab79 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.44 1998/06/02 08:11:20 tg Exp $ +# $Id: Makefile,v 1.45 1998/06/25 06:38:28 tg Exp $ # SUBDIR += Scilab @@ -31,6 +31,7 @@ SUBDIR += simpack SUBDIR += ss SUBDIR += umatrix + SUBDIR += umfpack SUBDIR += wingz SUBDIR += xgfe SUBDIR += xgraph |