nixpkgs/pkgs/development/libraries/sundials
Doron Behar 16a01272ee 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:
https://github.com/NixOS/nixpkgs/pull/94892#discussion_r471110250

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
2020-12-05 12:26:02 +02:00
..
2.x.nix sundials_2: remove flokli as maintainer 2020-09-23 11:56:03 +02:00
default.nix sundials: assert that lapack and blas are compatible 2020-12-05 12:26:02 +02:00