diff options
author | jtb <jtb> | 2001-02-02 01:24:57 +0000 |
---|---|---|
committer | jtb <jtb> | 2001-02-02 01:24:57 +0000 |
commit | 883cde7bca242e5c51bf01ee7117bb6b52a01f26 (patch) | |
tree | 485c37e77cd1f3f068d94c7f8023ae13fdf67b19 /math | |
parent | 836039ed8c2cc4494edd4a358096d5db1b5f48ba (diff) | |
download | pkgsrc-883cde7bca242e5c51bf01ee7117bb6b52a01f26.tar.gz |
Add and enable superlu.
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index 5a37e783b7b..cbaab0ed5d2 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.43 2001/02/01 23:32:03 jtb Exp $ +# $NetBSD: Makefile,v 1.44 2001/02/02 01:24:57 jtb Exp $ # SUBDIR += R @@ -36,6 +36,7 @@ SUBDIR += sc SUBDIR += scilab SUBDIR += slatec + SUBDIR += superlu SUBDIR += vista SUBDIR += xldlas SUBDIR += xlispstat |