From b8f2234647239ad7bdbb05e4dc7629b4ba8a93a2 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Mon, 15 Apr 2024 15:47:13 +0300 Subject: [PATCH] python311Packages.scipy: fix pocketfft patch comment --- pkgs/development/python-modules/scipy/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/scipy/default.nix b/pkgs/development/python-modules/scipy/default.nix index bed0449d587b..609c595eeb24 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 ];