1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix library dependencies.

Submitted by:	rafan
Approved by:	portmgr(kris) implicitly
This commit is contained in:
Maho Nakata 2007-01-12 21:23:50 +00:00
parent 55f6032c45
commit 12948f6464
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182231

View File

@ -72,11 +72,11 @@ check-all: build
@(cd ${WRKSRC}; ${MAKE} check-all)
.if defined(WITH_ATLAS)
LIB_DEPENDS+= f77blas.1:${PORTSDIR}/math/atlas
LIB_DEPENDS+= atlas.2:${PORTSDIR}/math/atlas
CONFIGURE_ARGS+=--with-lapack="-lalapack -lcblas" --with-blas="-lf77blas"
PLIST_SUB+= BLAS="@comment "
.else
LIB_DEPENDS+= blas.1:${PORTSDIR}/math/blas
LIB_DEPENDS+= blas.2:${PORTSDIR}/math/blas
CONFIGURE_ARGS+=--with-blas="-lblas"
PLIST_SUB+= BLAS=""
.endif