summaryrefslogtreecommitdiff
path: root/math/superlu/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2003-11-11 11:53:56 +0000
committerwiz <wiz>2003-11-11 11:53:56 +0000
commit89c1679c391363d23b2b2db75c98f4ecd1cbfbdf (patch)
treee999d532bca05609aadea8fe53b2f0eb86bab4f1 /math/superlu/Makefile
parent188a47edc32fe04dd526b59f751cf858d2e24773 (diff)
downloadpkgsrc-89c1679c391363d23b2b2db75c98f4ecd1cbfbdf.tar.gz
Update to 3.0 since the 2.0 tarball has changed.
Changes: * Version 3.0, 10-15-03 - add "options" and "stat" argument for the driver routines DGSSV/DGSSVX. This interface is more user-friendly and flexible. - add more examples in EXAMPLE/ - add a "symmetric mode" with better performance when the matrix is symmetric, or diagonal dominant, or positive definite, or nearly so. Also, make 'test' target do something.
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r--math/superlu/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile
index 1cae84466cd..6e34a026be2 100644
--- a/math/superlu/Makefile
+++ b/math/superlu/Makefile
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2003/07/17 21:48:12 grant Exp $
+# $NetBSD: Makefile,v 1.10 2003/11/11 11:53:56 wiz Exp $
-DISTNAME= superlu_2.0
-PKGNAME= superlu-2.0
-PKGREVISION= 2
-WRKSRC= ${WRKDIR}/SuperLU
+DISTNAME= superlu_3.0
+PKGNAME= superlu-3.0
+WRKSRC= ${WRKDIR}/SuperLU_3.0
CATEGORIES= math
MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/
@@ -17,6 +16,8 @@ BLAS_PREFIX_DEFAULT= ${LOCALBASE}
EVAL_PREFIX+= BLAS_PREFIX=blas
ALL_TARGET= superlulib
+TEST_DIRS= ${WRKSRC}/TESTING/MATGEN ${WRKSRC}/TESTING
+TEST_TARGET= all
do-install:
${INSTALL_DATA} ${WRKSRC}/libsuperlu.a ${PREFIX}/lib