From e76c3137d0dc704cf66c758a906a5be85b715a3b Mon Sep 17 00:00:00 2001 From: bf Date: Tue, 22 Nov 2011 11:14:10 +0000 Subject: adjust linking and comments in dependent ports after the math/atlas update; math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes --- science/mpqc/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'science/mpqc') diff --git a/science/mpqc/Makefile b/science/mpqc/Makefile index decad1bf7320..03e2eec0eb81 100644 --- a/science/mpqc/Makefile +++ b/science/mpqc/Makefile @@ -24,13 +24,13 @@ USE_LDCONFIG= yes .if defined(WITH_ICC) BUILD_DEPENDS+= ${LOCALBASE}/intel_cc_80/bin/icc:${PORTSDIR}/lang/icc .endif -.if exists(${LOCALBASE}/lib/libatlas_r.so) && !defined(WITH_BLAS) +.if exists(${LOCALBASE}/lib/libatlas.so) && !defined(WITH_BLAS) WITH_ATLAS= yes .endif .if defined(WITH_ATLAS) LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas -BLAS= -lf77blas -latlas -lcblas -LAPACK= -lalapack +BLAS= -lf77blas +LAPACK= -lalapack -lcblas .else LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack -- cgit