summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/numexpr
AgeCommit message (Collapse)Author
2019-01-18python: numexpr: 2.6.8 -> 2.6.9Frederik Rietdijk
2018-12-19mkl: include Intel's libiomp.so in the MKL RPM unpackBenjamin Hipple
Since Intel's default openmp implementation is available in the same src tarball, we can just include it in the package. This means that `mkl` now "just works" without any environment variables, fragile setup-hooks, or forced propagation. Since the openmp implementation is only needed at runtime (and for test cases), users can substitute a different one if they prefer by exporting it with `LD_PRELOAD`, which is how Intel recommends handling this. If they do not do so, `libiomp.so` lives next to `libmkl_rt.so` and thus will be in the RPATH as a sane default. Since this still comes from the same src tarball, we can ship it without losing the fixed-output derivation; likewise, since Hydra is not building or caching these, shipping these proprietary packages costs no bandwidth for the nix community.
2018-10-20pythonPackages.{numpy,scipy,numexpr}: support MKL as BLASChris Ostrouchov
This adds support building with MKL.
2018-08-25python: numexpr: 2.6.7 -> 2.6.8Frederik Rietdijk
2018-08-25python: numexpr: 2.6.6 -> 2.6.7Frederik Rietdijk
2018-07-22python: numexpr: 2.6.5 -> 2.6.6Frederik Rietdijk
2018-05-10python: numexpr: 2.6.4 -> 2.6.5Frederik Rietdijk
2017-12-29python.pkgs.numexpr: 2.6.2 -> 2.6.4Frederik Rietdijk