aboutsummaryrefslogtreecommitdiffstats
path: root/science/mpqc
diff options
context:
space:
mode:
authormaho <maho@FreeBSD.org>2007-01-17 11:00:28 +0800
committermaho <maho@FreeBSD.org>2007-01-17 11:00:28 +0800
commit00a3b896b19680441d7f060607b143699949ad45 (patch)
treef59e03a02c716727d9271dfe7ad291c1c5a1d01b /science/mpqc
parent274e6bce672cb12fec83bf0b1d48aab74cacaab0 (diff)
downloadfreebsd-ports-gnome-00a3b896b19680441d7f060607b143699949ad45.tar.gz
freebsd-ports-gnome-00a3b896b19680441d7f060607b143699949ad45.tar.zst
freebsd-ports-gnome-00a3b896b19680441d7f060607b143699949ad45.zip
Add missing dependency for cblas.
Diffstat (limited to 'science/mpqc')
-rw-r--r--science/mpqc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile
index 7db707c564be..8275db5528d0 100644
--- a/science/mpqc/Makefile
+++ b/science/mpqc/Makefile
@@ -31,7 +31,7 @@ WITH_ATLAS= yes
.endif
.if defined(WITH_ATLAS)
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
-BLAS= -lf77blas -latlas
+BLAS= -lf77blas -latlas -lcblas
LAPACK= -lalapack
.else
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas