Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-cupy
Commits:
0f3a57ec by Jakub Klinkovský at 2025-11-19T07:15:43+01:00
Fix build with current cython
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -67,6 +67,9 @@ prepare() {
ln -sT ../../dlpack third_party/dlpack
ln -sT ../../jitify third_party/jitify
+ # release version constraints for Cython
+ sed -i 's|Cython>=[0-9.]\+,<[0-9.]\+|Cython|' pyproject.toml
+
# copy the source tree for the ROCm build
# (most artifacts end up in the build/ directory but .cpp files get generated
# along the other sources)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cupy/-/commit/0f3a57ec5b7e7fe6af3b5f017e897aa25fec7680
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cupy/-/commit/0f3a57ec5b7e7fe6af3b5f017e897aa25fec7680
You're receiving this email because of your account on gitlab.archlinux.org.