superlu: figured out how to insert BLAS_LIBS

Now, the limitation of BLAS implementations is gone.
This commit is contained in:
Dr. Thomas Orgis 2020-03-24 00:10:20 +01:00
parent f0cb630c6d
commit ac5d8eb9aa
1 changed files with 2 additions and 6 deletions

View File

@ -18,12 +18,8 @@ CMAKE_ARG_PATH= ${WRKSRC}
# Armadillo needs shared lib, best would be to install both.
CMAKE_ARGS= -Denable_blaslib=off \
-Denable_doc=off \
-DBUILD_SHARED_LIBS=on
# The cmake machinery finds plain openblas first,
# do not know how to insert a specific lib. But single-threaded
# openblas does make sense, I suppose, for sparse matrices.
BLAS_ACCEPTED= openblas netlib
-DBUILD_SHARED_LIBS=on \
-DTPL_BLAS_LIBRARIES=${BLAS_LIBS:Q}
TEST_TARGET= test