nixpkgs/pkgs/development/python-modules/scipy
Matthew Bauer 3d18975478 python.pkgs.scipy: set SCIPY_USE_G77_ABI_WRAPPER=1
To avoid segmentation fault on MKL, we need to use the CBLAS ABI.
Normally, scipy will autodetect this, but here we don’t link using the
‘libmkl_rt.so’ name. So we need to manually set this.

See 50012918db/doc/source/building/linux.rst (fortran-abi-mismatch)
2020-04-22 12:38:28 -05:00
..
default.nix python.pkgs.scipy: set SCIPY_USE_G77_ABI_WRAPPER=1 2020-04-22 12:38:28 -05:00