forked from mirrors/nixpkgs
octave: use OpenBLAS with correct bit-width. Previously this didn't work, now it is the only way that works.
This commit is contained in:
parent
2621e9b641
commit
f7c43d4dc2
|
@ -5767,7 +5767,7 @@ in
|
|||
glpk = null;
|
||||
suitesparse = null;
|
||||
jdk = null;
|
||||
openblas = openblasCompat;
|
||||
openblas = openblas;
|
||||
};
|
||||
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
|
||||
qt = qt4;
|
||||
|
|
Loading…
Reference in a new issue