diff options
author | steve <steve@FreeBSD.org> | 1998-08-10 07:55:27 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-10 07:55:27 +0800 |
commit | e57abeb14e808dd6c73b550e62b58c2a6319715c (patch) | |
tree | 3c664348610bed19e86fac4360414ecad0e6c38e /math/Makefile | |
parent | 5203f1175cd5c5b19e72b3420bf6a0f1248a1c43 (diff) | |
download | freebsd-ports-gnome-e57abeb14e808dd6c73b550e62b58c2a6319715c.tar.gz freebsd-ports-gnome-e57abeb14e808dd6c73b550e62b58c2a6319715c.tar.zst freebsd-ports-gnome-e57abeb14e808dd6c73b550e62b58c2a6319715c.zip |
Turn on superlu.
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 abe3c0ccab79..541e84d50ea0 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.45 1998/06/25 06:38:28 tg Exp $ +# $Id: Makefile,v 1.46 1998/07/11 18:21:26 steve Exp $ # SUBDIR += Scilab @@ -30,6 +30,7 @@ SUBDIR += siag SUBDIR += simpack SUBDIR += ss + SUBDIR += superlu SUBDIR += umatrix SUBDIR += umfpack SUBDIR += wingz |