summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/python-scipy-i686.patch
AgeCommit message (Collapse)Author
2026-01-25gnu: python-scipy: Update to 1.16.3.Sharlatan Hellseher
* gnu/packages/python-science.scm (python-scipy): Update to 1.16.3. [arguments] <test-flags>: Use Pytest directly, as seen in project's GitHub Actions. <phases>: Remove 'apply-i686-patch; add 'relax-requirements, 'hide-gfortran; rework custom 'check to run Pytest directly. [native-inputs]: Remove gcc, python-cython-0; add python-cython, and python-hypothesis. [inputs]: Remove pybind11-2.10; add boost, pybind11, qhull, and xsimd. * gnu/packages/patches/python-scipy-i686.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Deregister patch. Change-Id: Ibc38577b9b0c915e54ca3b3096727c9c2f82e19c Signed-off-by: Rutherther <rutherther@ditigal.xyz>
2025-09-30gnu: python-scipy: Fix build on i686-linux.Dariqq
* gnu/packages/patches/python-scipy-i686.patch: Add patch. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/python-science.scm (python-scipy): Add phase to apply the patch. Fixes guix/guix#2989 Change-Id: I6c5d807bd2ed23fca6e94b28cb6927c154bde0e8 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>