about summary refs log tree commit diff
path: root/pkgs/development/python-modules/scipy
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2024-04-15 15:47:13 +0300
committerDoron Behar <doron.behar@gmail.com>2024-04-15 15:47:13 +0300
commitb8f2234647239ad7bdbb05e4dc7629b4ba8a93a2 (patch)
tree591508b6694add75090453db5542510b0bd4b066 /pkgs/development/python-modules/scipy
parent8faa0fb3146269726afc7261806bb5a19d04169f (diff)
python311Packages.scipy: fix pocketfft patch comment
Diffstat (limited to 'pkgs/development/python-modules/scipy')
-rw-r--r--pkgs/development/python-modules/scipy/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/pkgs/development/python-modules/scipy/default.nix b/pkgs/development/python-modules/scipy/default.nix
index bed0449d587bd..609c595eeb24a 100644
--- a/pkgs/development/python-modules/scipy/default.nix
+++ b/pkgs/development/python-modules/scipy/default.nix
@@ -76,9 +76,10 @@ in buildPythonPackage {
         "doc/source/dev/contributor/meson_advanced.rst"
       ];
     })
-    # Fix for https://github.com/scipy/scipy/issues/20300 until 1.13.1, based
-    # on: https://github.com/scipy/scipy/issues/20300 linked from there,
-    # couldn't use fetchpatch because it is a submodule of scipy, and
+    # Fix for https://github.com/scipy/scipy/issues/20300 until 1.13.1 is
+    # released. Patch is based upon:
+    # https://github.com/scipy/pocketfft/commit/9367142748fcc9696a1c9e5a99b76ed9897c9daa
+    # Couldn't use fetchpatch because it is a submodule of scipy, and
     # extraPrefix doesn't fit this purpose.
     ./pocketfft-aligned_alloc.patch
   ];