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: 0a7157119d4d
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 60b4b396e5f5
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 22, 2020

  1. arpack: cosmetic changes

    Don't use `with stdenv.lib` at the top of the expression, per:
    https://nix.dev/anti-patterns/language.html#with-attrset-expression
    
    Use rec and version inside `mkDerivation`, like almost any other
    derivation.
    doronbehar committed Sep 22, 2020
    Copy the full SHA
    e0d947c View commit details
    Browse the repository at this point in the history
  2. arpack: assert that blas and lapack are compatible

    Do it before buildInputs per:
    #94892 (comment)
    
    Remove unneed, BLAS_LIBS and LAPACK_LIBS from environment - the
    libraries are detected just fine when in buildInputs.
    doronbehar committed Sep 22, 2020
    Copy the full SHA
    bd77df6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2020

  1. Copy the full SHA
    60b4b39 View commit details
    Browse the repository at this point in the history