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: d43f378b4ab9
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 83401d1a218a
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 6, 2020

  1. mkl: Fix pkg-config file

    There was a spurious `intel64` in some library paths.
    danieldk committed Nov 6, 2020
    Copy the full SHA
    702b626 View commit details
    Browse the repository at this point in the history
  2. mkl: Add a small test program

    The MKL pkg-config files often change and are then incorrect for our
    paths. pkg-config validation finds some issues, but not incorrect
    paths. So, add a small test program to test whether the generated
    pkg-config files can actually be used to build a functioning
    binary. Hopefully this catches future regressions.
    danieldk committed Nov 6, 2020
    Copy the full SHA
    b5d27eb View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2020

  1. Merge pull request #103005 from danieldk/fix-mkl-pkgconfig

    mkl: fix .pc file, add test
    danieldk committed Nov 8, 2020
    Copy the full SHA
    83401d1 View commit details
    Browse the repository at this point in the history