Skip to content

Commit

Permalink
sage: import scipy 1.12 upgrade patch
Browse files Browse the repository at this point in the history
  • Loading branch information
collares committed Jan 25, 2024
1 parent ae5c332 commit a3c9b3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkgs/applications/science/math/sage/sage-src.nix
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@ stdenv.mkDerivation rec {
# should come from or be proposed to upstream. This list will probably never
# be empty since dependencies update all the time.
packageUpgradePatches = [
# https://github.com/sagemath/sage/pull/37123, to land in 10.3.beta7
(fetchpatch {
name = "scipy-1.12-upgrade.patch";
url = "https://github.com/sagemath/sage/commit/54eec464e9fdf18b411d9148aecb918178e95909.diff";
sha256 = "sha256-9wyNrcSfF6mYFTIV4ev2OdD7igb0AeyZZYWSc/+JrIU=";
})
];

patches = nixPatches ++ bugfixPatches ++ packageUpgradePatches;
Expand Down

0 comments on commit a3c9b3b

Please sign in to comment.