summaryrefslogtreecommitdiff
path: root/gnu/local.mk
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2025-09-26 09:26:37 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-09-30 13:33:32 +0100
commit5bb84e0b9793b5ce0ff682ae60b692e9d893e6ab (patch)
tree0b2631bf67aea3fb1b8f38ab588abd602c3a9b8e /gnu/local.mk
parentbef09e93b38c58fbcfd701020d0f93d8a00f14d8 (diff)
gnu: python-scipy: Fix build on i686-linux.
* 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>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r--gnu/local.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk
index 05d606863ee..f116a940237 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -2185,6 +2185,7 @@ dist_patch_DATA = \
%D%/packages/patches/python-pytorch-system-libraries.patch \
%D%/packages/patches/python-pytorch-without-kineto.patch \
%D%/packages/patches/python-robotframework-sshlibrary-rf5-compat.patch \
+ %D%/packages/patches/python-scipy-i686.patch \
%D%/packages/patches/python-vaex-core-fix-tsl-use.patch \
%D%/packages/patches/python-vega-datasets-remove-la-riots-code.patch \
%D%/packages/patches/python-versioneer-guix-support.patch \