openblas: workaround mass-rebuilds
Thanks for the suggestion: https://github.com/NixOS/nixpkgs/pull/41639#issuecomment-395509669
This commit is contained in:
parent
b1d54822e4
commit
912b58a2c1
@ -118,6 +118,8 @@ stdenv.mkDerivation {
|
|||||||
] ++ stdenv.lib.optional (stdenv.hostPlatform.libc == "musl") "NO_AFFINITY=1"
|
] ++ stdenv.lib.optional (stdenv.hostPlatform.libc == "musl") "NO_AFFINITY=1"
|
||||||
++ mapAttrsToList (var: val: var + "=" + val) config;
|
++ mapAttrsToList (var: val: var + "=" + val) config;
|
||||||
|
|
||||||
|
patches = []; # TODO: Remove on next mass-rebuild
|
||||||
|
|
||||||
doCheck = true;
|
doCheck = true;
|
||||||
checkTarget = "tests";
|
checkTarget = "tests";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user