Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: 834a49e0d4a9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 21be830522cc
Choose a head ref
  • 5 commits
  • 6 files changed
  • 2 contributors

Commits on Apr 22, 2020

  1. blas,lapack: use correct name for library

    To match the soname, we need to use libblas.so.3, liblapack.so.3.
    matthewbauer committed Apr 22, 2020
    Copy the full SHA
    5a500ff View commit details
    Browse the repository at this point in the history
  2. 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 https://github.com/scipy/scipy/blob/50012918db47f0ec3418dd53f0277daa589f82e3/doc/source/building/linux.rst#fortran-abi-mismatch
    matthewbauer committed Apr 22, 2020
    Copy the full SHA
    3d18975 View commit details
    Browse the repository at this point in the history
  3. doc/overlays.xml: fix missing documentation for blas/lapack

    This adds some more information to the documentation as well as
    addressing review from #85636.
    matthewbauer committed Apr 22, 2020
    Copy the full SHA
    4238b2b View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Copy the full SHA
    480a55a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #85799 from matthewbauer/blas-lapack-expand-docs

    BLAS/LAPACK fixup and expand docs
    bhipple committed Apr 23, 2020
    Copy the full SHA
    21be830 View commit details
    Browse the repository at this point in the history