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:
Markus Kowalewski 2019-09-15 11:34:04 +02:00
parent fc7374176f
commit ecd20d2166
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ stdenv.mkDerivation {
nativeBuildInputs = [ python2 ];
cmakeFlags = [
"-DUSE_OPTIMIZED_BLAS=ON"
"-DCMAKE_Fortran_FLAGS=-fPIC"
"-DLAPACKE=ON"
]