aboutsummaryrefslogtreecommitdiffstats
path: root/math/blocksolve95
diff options
context:
space:
mode:
authorbf <bf@FreeBSD.org>2011-11-22 19:14:10 +0800
committerbf <bf@FreeBSD.org>2011-11-22 19:14:10 +0800
commite76c3137d0dc704cf66c758a906a5be85b715a3b (patch)
tree5df944d34b65ba2c3cbfa92e36a81489e70a8220 /math/blocksolve95
parent79f1897cd8102cd7c050b91f5ec19e049be5fb80 (diff)
downloadfreebsd-ports-gnome-e76c3137d0dc704cf66c758a906a5be85b715a3b.tar.gz
freebsd-ports-gnome-e76c3137d0dc704cf66c758a906a5be85b715a3b.tar.zst
freebsd-ports-gnome-e76c3137d0dc704cf66c758a906a5be85b715a3b.zip
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
Diffstat (limited to 'math/blocksolve95')
-rw-r--r--math/blocksolve95/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/math/blocksolve95/Makefile b/math/blocksolve95/Makefile
index 78d769a7b762..bd8a32b623ac 100644
--- a/math/blocksolve95/Makefile
+++ b/math/blocksolve95/Makefile
@@ -25,7 +25,7 @@ RUN_DEPENDS= ${MPIDIR}/bin/mpirun:${PORTSDIR}/net/mpich2
USE_GMAKE= yes
MAKEFILE= makefile
MAKE_ARGS= GMAKE=${GMAKE} PETSC_ARCH=${PETSC_ARCH} BOPT=${BOPT} \
- BLAS_LIB=${BLAS_LIB} LAPACK_LIB=${LAPACK_LIB}
+ BLAS_LIB="${BLAS_LIB}" LAPACK_LIB="${LAPACK_LIB}"
MPIDIR= ${LOCALBASE}
PETSC_ARCH= freebsd
@@ -39,18 +39,18 @@ PORTDOCS= manual.ps
.include <bsd.port.pre.mk>
-.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_LIB= "-lf77blas -latlas -lm"
-LAPACK_LIB= "-L${LOCALBASE}/lib -lalapack"
+BLAS_LIB= -lf77blas
+LAPACK_LIB= -L${LOCALBASE}/lib -lalapack -lcblas
.else
LIB_DEPENDS+= lapack.4:${PORTSDIR}/math/lapack
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
-BLAS_LIB= "-lblas -lm"
-LAPACK_LIB= "-L${LOCALBASE}/lib -llapack"
+BLAS_LIB= -lblas
+LAPACK_LIB= -L${LOCALBASE}/lib -llapack
.endif
do-install:
pcap from ports not baseantoine2014-02-232-6/+4 * Fix properties on pkg-plistbapt2014-01-221-1/+0 * Part 1 at removing now useless FETCH_ARGS redifitionbapt2014-01-031-1/+0 * In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-3/+3 * Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1 * Update math/gsl to 1.16 and adjust some dependent portsbf2013-08-271-0/+1 * - Update to version 0.6.1pawel2013-07-244-60/+7 * benchmarks/flowgrind: fix IPv6 address parsingwg2013-07-052-1/+31 * benchmarks/flowgrind: fix DSCP markingwg2013-07-032-0/+23 * - Update to 0.6.0culot2013-06-152-4/+4