Merge pull request #68832 from markuskowa/fix-lapack
liblapack: enable LAPACKE interface
This commit is contained in:
commit
c6469ebd85
@ -23,8 +23,8 @@ stdenv.mkDerivation {
|
|||||||
nativeBuildInputs = [ python2 ];
|
nativeBuildInputs = [ python2 ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DUSE_OPTIMIZED_BLAS=ON"
|
|
||||||
"-DCMAKE_Fortran_FLAGS=-fPIC"
|
"-DCMAKE_Fortran_FLAGS=-fPIC"
|
||||||
|
"-DLAPACKE=ON"
|
||||||
]
|
]
|
||||||
++ (optional shared "-DBUILD_SHARED_LIBS=ON");
|
++ (optional shared "-DBUILD_SHARED_LIBS=ON");
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user