arpack: remove FFLAGS
This commit is contained in:
parent
eb30d65de6
commit
a16880533f
@ -21,8 +21,6 @@ stdenv.mkDerivation {
|
||||
|
||||
BLAS_LIBS = "-L${openblas}/lib -lopenblas";
|
||||
|
||||
FFLAGS = optional openblas.blas64 "-fdefault-integer-8";
|
||||
|
||||
INTERFACE64 = optional openblas.blas64 "1";
|
||||
|
||||
preConfigure = ''
|
||||
|
Loading…
Reference in New Issue
Block a user