diff options
author | Maho Nakata <maho@FreeBSD.org> | 2005-03-19 09:36:48 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2005-03-19 09:36:48 +0000 |
commit | e0ef8c85caa6a1380bde110055280f972ac3e714 (patch) | |
tree | 20ea3f6cb63857b528a26d0768b21b08d0f7c0a8 /math/superlu/Makefile | |
parent | f6c2fbfab66760e34eed48a1f3ea66606aa163db (diff) |
Notes
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r-- | math/superlu/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index da68b9000164..69e0abf90a78 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -6,7 +6,7 @@ # PORTNAME= superlu -PORTVERSION= 3.0.20040410 +PORTVERSION= 3.0.20041202 CATEGORIES= math MASTER_SITES= http://crd.lbl.gov/~xiaoye/SuperLU/ \ http://crd.lbl.gov/~xiaoye/ @@ -20,9 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= maho@FreeBSD.org COMMENT= A library of routines for performing sparse factorization -BUILD_DEPENDS= ${LOCALBASE}/lib/libf77blas.a:${PORTSDIR}/math/atlas - -BROKEN= Size mismatch +LIB_DEPENDS= atlas:${PORTSDIR}/math/atlas USE_REINPLACE= yes WRKSRC= ${WRKDIR}/SuperLU_3.0 |