aboutsummaryrefslogtreecommitdiff
path: root/science/mpqc
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-09 22:56:20 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-09 22:56:20 +0000
commitc29bdea7456c500b86444d19233f0300b4a60745 (patch)
treeadb110a638b0c8a273625a57266bc7922e9aac10 /science/mpqc
parente17dcfd4b6a3e7da0173f43091d472a1f550092f (diff)
downloadports-c29bdea7456c500b86444d19233f0300b4a60745.tar.gz
ports-c29bdea7456c500b86444d19233f0300b4a60745.zip
Notes
Diffstat (limited to 'science/mpqc')
-rw-r--r--science/mpqc/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index d94f92319489..bfe823a97b7f 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -7,7 +7,7 @@
PORTNAME= mpqc
PORTVERSION= 2.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= science parallel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mpqc
@@ -30,12 +30,12 @@ BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc
WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
-LIB_DEPENDS+= atlas.1:${PORTSDIR}/math/atlas
+LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
BLAS= -lf77blas -latlas
LAPACK= -lalapack
.else
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
-LIB_DEPENDS+= lapack.3:${PORTSDIR}/math/lapack
+LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
BLAS= -lblas
LAPACK= -llapack
.endif