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:
@@ -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"
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user