diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 08:44:04 +0000 |
commit | 6ca92592d58fba5e5954c7325043d1b4d6b26646 (patch) | |
tree | 289ec4aa8b822fb645ed24b93d3aecb4b11d3438 /science/psi3/Makefile | |
parent | 838bfabea59c3c6d88886bbf7417b92f560c5481 (diff) | |
download | ports-6ca92592d58fba5e5954c7325043d1b4d6b26646.tar.gz ports-6ca92592d58fba5e5954c7325043d1b4d6b26646.zip |
Notes
Diffstat (limited to 'science/psi3/Makefile')
-rw-r--r-- | science/psi3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/science/psi3/Makefile b/science/psi3/Makefile index b7c9423d1a83..7933f287a0ec 100644 --- a/science/psi3/Makefile +++ b/science/psi3/Makefile @@ -40,7 +40,7 @@ LIB_DEPENDS+= liblapack.so:${PORTSDIR}/math/lapack BLAS= -lgoto2p LAPACK= -lgoto2p .elif ${WITH_BLAS} == atlas -LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas BLAS= -lptf77blas LAPACK= -lalapack -lptcblas .endif |