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:
Michael Raskin 2016-07-16 13:12:54 +02:00
parent 2621e9b641
commit f7c43d4dc2

View File

@ -5767,7 +5767,7 @@ in
glpk = null; glpk = null;
suitesparse = null; suitesparse = null;
jdk = null; jdk = null;
openblas = openblasCompat; openblas = openblas;
}; };
octaveFull = (lowPrio (callPackage ../development/interpreters/octave { octaveFull = (lowPrio (callPackage ../development/interpreters/octave {
qt = qt4; qt = qt4;