Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
cuda
Commits:
79aec4a4 by Christer Solskogen at 2026-06-08T12:07:53+02:00
cccl is now available in the cuda package for aarch64. Remove unneeded if
statement.
- - - - -
1 changed file:
- PKGBUILD
Changes:
=====================================
PKGBUILD
=====================================
@@ -125,16 +125,6 @@ build() {
rm -r "$lib"
done
- # no cccl for aarch64
- if [[ $CARCH == "x86_64"* ]]; then
- # Replace CCCL headers with symlinks to the cccl package
- rm -r "${_prepdir}"/opt/cuda/targets/x86_64-linux/include/cccl/
- ln -s /usr/include/cccl
"${_prepdir}"/opt/cuda/targets/x86_64-linux/include/cccl
- rm -r
"${_prepdir}"/opt/cuda/targets/x86_64-linux/lib/cmake/{cccl,cub,libcudacxx,thrust}
- rmdir "${_prepdir}"/opt/cuda/targets/x86_64-linux/lib/cmake/
- ln -s /usr/lib/cmake "${_prepdir}"/opt/cuda/targets/x86_64-linux/lib/cmake
- fi
-
# Fix location of CUPTI headers and libs, otherwise some software fails to
build
#
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/work_items/19#note_273055
mv "${_prepdir}"/opt/cuda/extras/CUPTI/include/*
"${_prepdir}"/opt/cuda/include/
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cuda/-/commit/79aec4a48cd58cff99210c055ba5cedcc5cf7c3d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/cuda/-/commit/79aec4a48cd58cff99210c055ba5cedcc5cf7c3d
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help