summaryrefslogtreecommitdiff
path: root/science/psi3
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-09 22:57:04 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-09 22:57:04 +0000
commit9dde8416f59c6beeff89ec876ac1c81d57bf493e (patch)
treec7d5b1197a3fd19237a1db37068fd5e7c3951363 /science/psi3
parent*Bump port revision (diff)
*bump port revision
*use gfortran compiled atlas/blas/lapack
Notes
Notes: svn path=/head/; revision=181931
Diffstat (limited to 'science/psi3')
-rw-r--r--science/psi3/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/psi3/Makefile b/science/psi3/Makefile
index ffc62e88c7c2..5f81c8482e27 100644
--- a/science/psi3/Makefile
+++ b/science/psi3/Makefile
@@ -7,6 +7,7 @@
PORTNAME= psi3
PORTVERSION= 3.2.3
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= psicode
@@ -24,12 +25,12 @@ COMMENT= An electronic structure programs for high-accuracy computations
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