mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
*bump port revision
*use gfortran compiled atlas/blas/lapack
This commit is contained in:
parent
c29bdea745
commit
9dde8416f5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=181931
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user