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

View file

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