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: e7593313a629
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: ec21df329aef
Choose a head ref
  • 10 commits
  • 35 files changed
  • 3 contributors

Commits on Apr 20, 2020

  1. Copy the full SHA
    015f46b View commit details
    Browse the repository at this point in the history
  2. blas,lapack: don’t patchelf

    We have some unused RPATHs we don’t want shrunk. These are used in MKL
    to dlopen based on architecture.
    matthewbauer committed Apr 20, 2020
    Copy the full SHA
    3c9c894 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f86d582 View commit details
    Browse the repository at this point in the history
  4. blas,lapack: use isILP64 instead of is64bit

    This is a better name since we have multiple 64-bit things that could
    be referred to.
    
    LP64  : integer=32, long=64, pointer=64
    ILP64 : integer=64, long=64, pointer=64
    matthewbauer committed Apr 20, 2020
    Copy the full SHA
    ff2f264 View commit details
    Browse the repository at this point in the history
  5. magma: remove mklSupport flag

    This now relies on the "blas" and "lapack" packages.
    matthewbauer committed Apr 20, 2020
    Copy the full SHA
    a6a502f View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2020

  1. Copy the full SHA
    607522c View commit details
    Browse the repository at this point in the history
  2. blas,lapack: provide symlink for libmkl_rt.so

    This is needed for numpy to detect mkl correctly.
    matthewbauer committed Apr 21, 2020
    Copy the full SHA
    0caa375 View commit details
    Browse the repository at this point in the history
  3. blas,lapack: symlink headers when using mkl

    Some of these are necessary for things like python.pkgs.numexpr
    matthewbauer committed Apr 21, 2020
    Copy the full SHA
    8f58fa0 View commit details
    Browse the repository at this point in the history
  4. doc/overlays.xml: update documentation for BLAS/LAPACK

    This expands the documentation and explains how to assert LP64.
    matthewbauer committed Apr 21, 2020
    Copy the full SHA
    3c41d61 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #85636 from matthewbauer/blas-lapack-fix-fallout-f…

    …rom-83888
    
    BLAS/LAPACK fix fallout from #83888
    FRidh committed Apr 21, 2020
    Copy the full SHA
    ec21df3 View commit details
    Browse the repository at this point in the history