python3Packages.numpy: workaround flakey compiler feature detection
This commit is contained in:
@@ -73,6 +73,10 @@ in buildPythonPackage rec {
|
||||
ln -s ${cfg} site.cfg
|
||||
'';
|
||||
|
||||
# Workaround flakey compiler feature detection
|
||||
# https://github.com/numpy/numpy/issues/19624
|
||||
hardeningDisable = [ "strictoverflow" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
checkInputs = [
|
||||
|
||||
Reference in New Issue
Block a user