From 97081ac3c727d44d6eb659f9b16e1f6774c7c440 Mon Sep 17 00:00:00 2001 From: Maho Nakata Date: Fri, 6 Nov 2009 02:25:34 +0000 Subject: Fix build. Spotted by: QAT --- math/lapack++/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/lapack++') 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) -- cgit v1.2.3