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

Commits on Apr 24, 2020

  1. lapack: fix darwin library identifiers

    The build system already sets these properly to the absolute path so no
    need to patch the libraries on darwin.
    
        $ otool -D result/lib/liblapacke.dylib
        result/lib/liblapacke.dylib:
        /nix/store/k88gy5s765yn3dc5ws3jbykyvklm7z96-openblas-0.3.8/lib/libopenblasp-r0.3.8.dylib
    
    Fixes #85713
    LnL7 committed Apr 24, 2020
    Copy the full SHA
    5ae928e View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Merge pull request #85952 from LnL7/darwin-lapack

    lapack: fix darwin library identifiers
    veprbl committed Apr 26, 2020
    Copy the full SHA
    f0da3b5 View commit details
    Browse the repository at this point in the history