mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-15 08:34:04 +00:00
python3Packages.scipy: schedule as big-parallel on Hydra
After9503adb666
the tests can take many hours or even time out: https://hydra.nixos.org/job/nixpkgs/staging-next/python310Packages.scipy.x86_64-linux#tabs-charts That's because without big-parallel we use --cores 2; I just hope that with big-parallel it won't be exploding like described around the9503adb666
commit.
This commit is contained in:
parent
fa7d14584c
commit
020eb79d62
@ -67,6 +67,8 @@ buildPythonPackage rec {
|
||||
runHook postCheck
|
||||
'';
|
||||
|
||||
requiredSystemFeatures = [ "big-parallel" ]; # the tests need lots of CPU time
|
||||
|
||||
passthru = {
|
||||
blas = numpy.blas;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user