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:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user