aboutsummaryrefslogtreecommitdiff
path: root/math/lapack++
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2009-11-06 02:25:34 +0000
committerMaho Nakata <maho@FreeBSD.org>2009-11-06 02:25:34 +0000
commit97081ac3c727d44d6eb659f9b16e1f6774c7c440 (patch)
treeedcb4b5d044e8a4c6ae18f47911eae5c20ce4940 /math/lapack++
parent33d923abd11488d28c489e64ff5227a0c19b648c (diff)
downloadports-97081ac3c727d44d6eb659f9b16e1f6774c7c440.tar.gz
ports-97081ac3c727d44d6eb659f9b16e1f6774c7c440.zip
Fix build.
Spotted by: QAT
Notes
Notes: svn path=/head/; revision=243872
Diffstat (limited to 'math/lapack++')
-rw-r--r--math/lapack++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile
index a82b7bfc6fbe..8f07776f36c7 100644
--- a/math/lapack++/Makefile
+++ b/math/lapack++/Makefile
@@ -50,7 +50,7 @@ LAPACK_LIB= -L${LOCALBASE}/lib -llapack
#LAPACK_LIB= -L${LOCALBASE}/lib -lalapack_r -lptcblas ${PTHREAD_LIBS}
#lapack++ forces to use atlas when detected, so we should disable here.
-CONFIGURE_ARGS+= --with-blas="${BLAS_LIB}" --with-lapack="${LAPACK_LIB}" --disable-atlas
+CONFIGURE_ARGS+= --with-blas="${BLAS_LIB}" --with-lapack="${LAPACK_LIB}" --disable-atlas --enable-static
do-install:
@(cd ${WRKSRC} ; ${GMAKE} install)