From 89c1679c391363d23b2b2db75c98f4ecd1cbfbdf Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 11 Nov 2003 11:53:56 +0000 Subject: 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. --- math/superlu/Makefile | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'math/superlu/Makefile') 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 -- cgit v1.2.3