diff options
author | Maho Nakata <maho@FreeBSD.org> | 2009-11-06 02:25:34 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2009-11-06 02:25:34 +0000 |
commit | 97081ac3c727d44d6eb659f9b16e1f6774c7c440 (patch) | |
tree | edcb4b5d044e8a4c6ae18f47911eae5c20ce4940 | |
parent | 33d923abd11488d28c489e64ff5227a0c19b648c (diff) | |
download | ports-97081ac3c727d44d6eb659f9b16e1f6774c7c440.tar.gz ports-97081ac3c727d44d6eb659f9b16e1f6774c7c440.zip |
Notes
-rw-r--r-- | math/lapack++/Makefile | 2 |
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) |