diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-27 06:16:06 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2012-06-27 06:16:06 +0000 |
commit | 8e55579784bf4202d7d2388f60b4f38953df0869 (patch) | |
tree | 24370fc406c7d123bf1d56ca4792d17d890b29f0 /math/arpack | |
parent | feb3539c1254d671dfb61846e9ae931231f05b9f (diff) | |
download | ports-8e55579784bf4202d7d2388f60b4f38953df0869.tar.gz ports-8e55579784bf4202d7d2388f60b4f38953df0869.zip |
Notes
Diffstat (limited to 'math/arpack')
-rw-r--r-- | math/arpack/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/math/arpack/Makefile b/math/arpack/Makefile index 49ab5e162fee..3cd1ad32dc37 100644 --- a/math/arpack/Makefile +++ b/math/arpack/Makefile @@ -20,6 +20,7 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION}.tar.gz MAINTAINER= bf@FreeBSD.org COMMENT= Argand Library: large eigenvalue subroutines (serial version) +CONFLICTS= arpack-ng-[0-9]* FFLAGS+= -ffixed-line-length-none LDFLAGS+= -L${LOCALBASE}/lib USE_FORTRAN= yes @@ -78,10 +79,10 @@ WITH_BLAS?= reference .endif .if ${WITH_BLAS} == atlas -LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas +LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas BLAS?= -lf77blas .else -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas +LIB_DEPENDS+= blas:${PORTSDIR}/math/blas BLAS?= -lblas .endif |