diff options
author | maho <maho@FreeBSD.org> | 2007-01-10 06:49:50 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2007-01-10 06:49:50 +0800 |
commit | 284006093782271cf9ba6c184f7f016efda676d1 (patch) | |
tree | d1f47ac63e6a67f995a56664ab6e439cfff17846 /math | |
parent | bccec864dcaf6fd454793c8e769b04f3e6f02359 (diff) | |
download | freebsd-ports-gnome-284006093782271cf9ba6c184f7f016efda676d1.tar.gz freebsd-ports-gnome-284006093782271cf9ba6c184f7f016efda676d1.tar.zst freebsd-ports-gnome-284006093782271cf9ba6c184f7f016efda676d1.zip |
* Requires gfortran compiled ATLAS and BLAS.
* Bump portrevision.
Diffstat (limited to 'math')
-rw-r--r-- | math/arpack/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 738819c438f9..ebedc15a4119 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -7,7 +7,7 @@ PORTNAME= arpack PORTVERSION= 96 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= math MASTER_SITES= http://www.caam.rice.edu/software/ARPACK/SRC/ DISTFILES= ${PORTNAME}${PORTVERSION}.tar.gz patch.tar.gz @@ -29,10 +29,10 @@ USE_GCC= 4.2+ WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) -LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas +LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas BLAS_LIBS?= "-L${LOCALBASE}/lib -lf77blas -latlas" .else -LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas +LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas BLAS_LIBS?= "-L${LOCALBASE}/lib -lblas" .endif |