octave: remove old fix for build issue
This commit is contained in:
parent
acf2ad3876
commit
b3a20c4feb
1 changed files with 0 additions and 3 deletions
|
@ -89,9 +89,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
# See https://savannah.gnu.org/bugs/?50339
|
||||
F77_INTEGER_8_FLAG = if openblas.blas64 then "-fdefault-integer-8" else "";
|
||||
|
||||
configureFlags = [
|
||||
"--enable-readline"
|
||||
"--with-blas=openblas"
|
||||
|
|
Loading…
Reference in a new issue