nixpkgs/pkgs/development/libraries/science/math/openblas
mschwaig de2c3e08c0
openblas: apply patch to prevent SIGILL on aarch64 (#117004)
The applied patch contains the changes from this PR:
https://github.com/xianyi/OpenBLAS/pull/3060

This patch prevents gcc from reordering instructions in a way
that can cause crashes with SIGILL on aarch64.

This issue crashes python when importing numpy on aarch64:
https://github.com/numpy/numpy/issues/18131
2021-03-21 16:12:12 -04:00
..
default.nix openblas: apply patch to prevent SIGILL on aarch64 (#117004) 2021-03-21 16:12:12 -04:00