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 ];
|
||||
|
||||
cmakeFlags = [
|
||||
"-DUSE_OPTIMIZED_BLAS=ON"
|
||||
"-DCMAKE_Fortran_FLAGS=-fPIC"
|
||||
"-DLAPACKE=ON"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue