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
1 changed files with 4 additions and 3 deletions

View File

@ -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
];