python3Packages.numpy: workaround flakey compiler feature detection

This commit is contained in:
Dmitry Kalinkin
2021-08-06 15:16:39 -04:00
parent c4591134f4
commit 9254bfc0e0
@@ -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 = [