diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-29 12:40:00 +0000 |
commit | 0916498c1b6dd1e6312100e3813722d9ec0a3ae4 (patch) | |
tree | faa47d38b96f7c3d479f826963ddfdc99b66acc3 /math/superlu | |
parent | 027ce626821d991bc282a370598c738be6c3e12e (diff) | |
download | pkgsrc-0916498c1b6dd1e6312100e3813722d9ec0a3ae4.tar.gz |
Place WRKSRC where it belongs, to make pkglint happy; ok'ed by wiz.
Diffstat (limited to 'math/superlu')
-rw-r--r-- | math/superlu/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 4893a4ea3d5..1aa8dd298b6 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.6 2003/01/28 01:14:03 uebayasi Exp $ +# $NetBSD: Makefile,v 1.7 2003/03/29 12:41:44 jmmv Exp $ DISTNAME= superlu_2.0 PKGNAME= superlu-2.0 PKGREVISION= 2 +WRKSRC= ${WRKDIR}/SuperLU CATEGORIES= math MASTER_SITES= http://www.nersc.gov/~xiaoye/SuperLU/ @@ -12,8 +13,6 @@ COMMENT= ANSI C routine library for the solution of sparse linear systems DEPENDS+= blas-[0-9]*:../../math/blas -WRKSRC= ${WRKDIR}/SuperLU - BLAS_PREFIX_DEFAULT= ${LOCALBASE} EVAL_PREFIX+= BLAS_PREFIX=blas |