python311Packages.scipy: fix pocketfft patch comment

This commit is contained in:
Doron Behar 2024-04-15 15:47:13 +03:00
parent 8faa0fb314
commit b8f2234647

View File

@ -76,9 +76,10 @@ in buildPythonPackage {
"doc/source/dev/contributor/meson_advanced.rst" "doc/source/dev/contributor/meson_advanced.rst"
]; ];
}) })
# Fix for https://github.com/scipy/scipy/issues/20300 until 1.13.1, based # Fix for https://github.com/scipy/scipy/issues/20300 until 1.13.1 is
# on: https://github.com/scipy/scipy/issues/20300 linked from there, # released. Patch is based upon:
# couldn't use fetchpatch because it is a submodule of scipy, and # 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. # extraPrefix doesn't fit this purpose.
./pocketfft-aligned_alloc.patch ./pocketfft-aligned_alloc.patch
]; ];