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: 161539a1ea82
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4c817f9d6e6a
Choose a head ref
  • 4 commits
  • 1 file changed
  • 1 contributor

Commits on Sep 22, 2020

  1. Copy the full SHA
    ed16fb0 View commit details
    Browse the repository at this point in the history
  2. qrupdate: Add which to native build inputs

    The build won't fail without it, but it's needed according to:
    https://sourceforge.net/p/qrupdate/code/HEAD/tree/test/report_results
    doronbehar committed Sep 22, 2020
    Copy the full SHA
    9c3f7ad View commit details
    Browse the repository at this point in the history
  3. qrupdate: refactor & assert compatible blas && lapack

    Use `pname` and `version`. Use my preferred indentation style. Use
    makeFlagsArray in preBuild instead of overriding configurePhase, per:
    https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/explicit-phases.md
    
    Assert that lapack and blas are compatible regarding 64 bit indexing, do
    it near evaluation of preBuild, per jtojnar's explanation:
    #94892 (comment)
    
    Use gpl3Plus, as gpl3 is unclear and deprecated.
    doronbehar committed Sep 22, 2020
    Copy the full SHA
    8109377 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2020

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