octave: use openblasCompat on darwin

This commit is contained in:
Dmitry Kalinkin
2016-10-23 20:52:36 -04:00
parent a8eb57d953
commit f9b2f9bb92

View File

@@ -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;