liblapack: remove optimized blas flag.
This cmake flag has no effect since no external blas library is provided in the build inputs.
This commit is contained in:
parent
fc7374176f
commit
ecd20d2166
@ -23,7 +23,6 @@ stdenv.mkDerivation {
|
|||||||
nativeBuildInputs = [ python2 ];
|
nativeBuildInputs = [ python2 ];
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
"-DUSE_OPTIMIZED_BLAS=ON"
|
|
||||||
"-DCMAKE_Fortran_FLAGS=-fPIC"
|
"-DCMAKE_Fortran_FLAGS=-fPIC"
|
||||||
"-DLAPACKE=ON"
|
"-DLAPACKE=ON"
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user