Fixed an error in the mac build. Mac was special cased out of compiling lapack and blas.
Took that out. Added more ignore files.
This commit is contained in:
parent
56c6a578e5
commit
060c73d5ad
2 changed files with 5083 additions and 4430 deletions
9499
configure
vendored
9499
configure
vendored
File diff suppressed because one or more lines are too long
14
configure.in
14
configure.in
|
|
@ -761,15 +761,13 @@ fi
|
|||
build_lapack=0
|
||||
build_blas=0
|
||||
if test -z "$BLAS_LAPACK_LIBS"; then
|
||||
if test "x$OS_IS_DARWIN" = "x0"; then
|
||||
BLAS_LAPACK_LIBS="-lctlapack -lctblas"
|
||||
BLAS_LAPACK_DIR="$buildlib"
|
||||
BLAS_LAPACK_LINK="-L$BLAS_LAPACK_DIR $BLAS_LAPACK_LIBS"
|
||||
build_blas=1
|
||||
build_lapack=1
|
||||
fi
|
||||
BLAS_LAPACK_LIBS="-lctlapack -lctblas"
|
||||
BLAS_LAPACK_DIR="$buildlib"
|
||||
BLAS_LAPACK_LINK="-L$BLAS_LAPACK_DIR $BLAS_LAPACK_LIBS"
|
||||
build_blas=1
|
||||
build_lapack=1
|
||||
else
|
||||
BLAS_LAPACK_LINK="-L$BLAS_LAPACK_DIR $BLAS_LAPACK_LIBS"
|
||||
BLAS_LAPACK_LINK="-L$BLAS_LAPACK_DIR $BLAS_LAPACK_LIBS"
|
||||
fi
|
||||
|
||||
AC_SUBST(build_lapack)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue