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: c3bd56090529
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 336fd6292016
Choose a head ref
  • 2 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 5, 2020

  1. sundials: assert that lapack and blas are compatible

    Instead of asserting that lapack and blas are both not using 64 bit
    index size, only make sure they are index size compatible. Plus, do it
    when evaluating buildInputs, per:
    #94892 (comment)
    
    Don't pass SUNDIALS_INDEX_TYPE=int32_t if blas && lapack are compiled
    with 64 bit index size.
    
    Bonus: Use checkTarget and not an overrided checkPhase, per:
    https://github.com/jtojnar/nixpkgs-hammering/blob/master/explanations/explicit-phases.md
    doronbehar committed Dec 5, 2020
    Copy the full SHA
    16a0127 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2020

  1. Merge pull request #98500 from doronbehar/pkg/octave/sundials

    sundials: assert that lapack and blas are compatible
    doronbehar committed Dec 6, 2020
    Copy the full SHA
    336fd62 View commit details
    Browse the repository at this point in the history