diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-14 18:42:04 +0000 |
commit | ffb7170399b77f34a48875ad6468eb796f00aed3 (patch) | |
tree | 3a1e4c5d813ec945366f43d48f94fa325ba0ead9 /math/superlu/Makefile | |
parent | c60af5b21ccf5bfc632b51afe126bbc7dac29ddd (diff) |
Notes
Diffstat (limited to 'math/superlu/Makefile')
-rw-r--r-- | math/superlu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/math/superlu/Makefile b/math/superlu/Makefile index 86604c9e3a34..91f7bae8d1ce 100644 --- a/math/superlu/Makefile +++ b/math/superlu/Makefile @@ -31,13 +31,13 @@ WITH_BLAS?= reference .endif . if ${WITH_BLAS} == reference -LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas +LIB_DEPENDS+= libblas.so:${PORTSDIR}/math/blas BLAS= -lblas .elif ${WITH_BLAS} == gotoblas -LIB_DEPENDS+= goto2:${PORTSDIR}/math/gotoblas +LIB_DEPENDS+= libgoto2.so:${PORTSDIR}/math/gotoblas BLAS= -lgoto2p .elif ${WITH_BLAS} == atlas -LIB_DEPENDS+= atlas:${PORTSDIR}/math/atlas +LIB_DEPENDS+= libatlas.so:${PORTSDIR}/math/atlas BLAS= -lptf77blas .endif |