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