diff options
author | maho <maho@FreeBSD.org> | 2009-11-06 10:25:34 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2009-11-06 10:25:34 +0800 |
commit | 4482c86daeaba8e262f9b8cc55a0e118c5efda4b (patch) | |
tree | df203724220dee707a70c833b12fe2803b802912 /math/lapack++ | |
parent | 59ad5016cad59ca6576cc20bdde2ad4c74eeec9f (diff) | |
download | freebsd-ports-gnome-4482c86daeaba8e262f9b8cc55a0e118c5efda4b.tar.gz freebsd-ports-gnome-4482c86daeaba8e262f9b8cc55a0e118c5efda4b.tar.zst freebsd-ports-gnome-4482c86daeaba8e262f9b8cc55a0e118c5efda4b.zip |
Fix build.
Spotted by: QAT
Diffstat (limited to 'math/lapack++')
-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) |