diff options
Diffstat (limited to 'math/lapack++')
-rw-r--r-- | math/lapack++/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/math/lapack++/Makefile b/math/lapack++/Makefile index 6ce022db2946..f4727700270a 100644 --- a/math/lapack++/Makefile +++ b/math/lapack++/Makefile @@ -52,7 +52,6 @@ LAPACK_LIB= -L${LOCALBASE}/lib -llapack #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_ENV+= FC="${FC}" F77="${F77}" do-install: @(cd ${WRKSRC} ; ${GMAKE} install) |