Update etc configs

This commit is contained in:
2021-09-03 15:52:34 +02:00
parent 672d5ce82c
commit f36b9a2022
2 changed files with 13 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
preConfigure = ''
cmakeFlagsArray+=(
-DBUILD_SHARED_LIBS=ON -DBUILD_STATIC_LIBS=ON
-DBUILD_SHARED_LIBS=OFF -DBUILD_STATIC_LIBS=ON
-DLAPACK_LIBRARIES="-llapack"
-DBLAS_LIBRARIES="-lblas"
)