summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2026-06-16 13:42:28 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2026-08-08 23:02:14 +0100
commit212b01cdafddecb765daecd09e1db36451b5f8be (patch)
tree3f915f7d7c1b03cd0008b6ad7c91c79b50b790cc /gnu
parent74f2f72dd6702978be6008bde5519c45395f1ca9 (diff)
gnu: python-pythran: Unvendor xsimd.
* gnu/packages/python-science.scm (python-pythran): [phases]{unvendor-xsimd}: New phase. Change-Id: I2b8a86d15720d0573099792d74e2c37bc414f850
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-science.scm10
1 files changed, 9 insertions, 1 deletions
diff --git a/gnu/packages/python-science.scm b/gnu/packages/python-science.scm
index 6d03a9abe3a..19cebd194b7 100644
--- a/gnu/packages/python-science.scm
+++ b/gnu/packages/python-science.scm
@@ -4934,7 +4934,15 @@ y, z)}.")
4934 ;; FIXME: find more reliable tests file(s), all tests from 4934 ;; FIXME: find more reliable tests file(s), all tests from
4935 ;; test_typing.py fail with error: ModuleNotFoundError: No module named 4935 ;; test_typing.py fail with error: ModuleNotFoundError: No module named
4936 ;; 'distutils.msvccompiler'. 4936 ;; 'distutils.msvccompiler'.
4937 #:tests? #f)) 4937 #:tests? #f
4938 #:phases
4939 #~(modify-phases %standard-phases
4940 (add-before 'build 'unvendor-xsimd
4941 (lambda _
4942 (delete-file-recursively "pythran/xsimd")
4943 (symlink #$(package-source
4944 (this-package-input "xsimd"))
4945 "pythran/xsimd"))))))
4938 (native-inputs 4946 (native-inputs
4939 (list python-setuptools)) 4947 (list python-setuptools))
4940 (propagated-inputs 4948 (propagated-inputs