octave: use openblasCompat on darwin
This commit is contained in:
parent
a8eb57d953
commit
f9b2f9bb92
|
@ -5477,7 +5477,7 @@ in
|
||||||
glpk = null;
|
glpk = null;
|
||||||
suitesparse = null;
|
suitesparse = null;
|
||||||
jdk = null;
|
jdk = null;
|
||||||
openblas = openblas;
|
openblas = if stdenv.isDarwin then openblasCompat else openblas;
|
||||||
};
|
};
|
||||||
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
|
octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
|
||||||
qt = qt4;
|
qt = qt4;
|
||||||
|
|
Loading…
Reference in New Issue