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: d037d06defd1
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6a61ce54b9a4
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on May 14, 2020

  1. mkl: fix expectation of MKLROOT being set in pkg-config files

    The Intel MKL pkg-config files did not work, because they expect that
    the MKLROOT environment variable is set. This change replaces
    occurences by the actual path of MKL in the Nix store.
    
    Since the pkg-config files seem to break quite frequently after
    upgrades, add a post-install check to validate the pkg-config files.
    danieldk committed May 14, 2020
    Copy the full SHA
    e88673a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #87789 from danieldk/mkl-pkgconfig

    mkl: fix expectation of MKLROOT being set in pkg-config files
    bhipple committed May 14, 2020
    Copy the full SHA
    6a61ce5 View commit details
    Browse the repository at this point in the history