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
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: b7d77ef7217e
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 145074047012
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Apr 10, 2020

  1. suitesparse: 5.7.1 -> 5.7.2

    r-ryantm authored and Jon committed Apr 10, 2020

    Verified

    This commit was signed with the committer’s verified signature. The key has expired.
    CRBroughton Craig R Broughton
    Copy the full SHA
    1450740 View commit details
Showing with 3 additions and 3 deletions.
  1. +3 −3 pkgs/development/libraries/science/math/suitesparse/default.nix
Original file line number Diff line number Diff line change
@@ -11,15 +11,15 @@

stdenv.mkDerivation rec {
pname = "suitesparse";
version = "5.7.1";
version = "5.7.2";

outputs = [ "out" "dev" "doc" ];

src = fetchFromGitHub {
owner = "DrTimothyAldenDavis";
repo = "SuiteSparse";
rev = "v${version}";
sha256 = "SA9SQKRDKUI1GilNMuCXljcvovLUwRKBUi/tiQ4dl5w=";
sha256 = "1imndff7yygjrbbrcscsmirdi8w0lkwj5dbhydxmf7lklwn4j3q6";
};

nativeBuildInputs = [
@@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
"library"
];

# Likely fixed after 5.7.1
# Likely fixed after 5.7.2
# https://github.com/DrTimothyAldenDavis/SuiteSparse/commit/f6daae26ee391e475e2295e77c839aa7c1a8b784
postInstall = stdenv.lib.optionalString stdenv.isDarwin ''
# The fixDarwinDylibNames in nixpkgs can't seem to fix all the libraries.