Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / nccl
Commits: a6bdde33 by Jakub Klinkovský at 2024-05-23T15:46:54+02:00 Set the host compiler properly for CUDA 12.5 - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -54,7 +54,7 @@ build() { -gencode=arch=compute_90,code=compute_90" export CXXFLAGS+=" -ffat-lto-objects" - make CXX=/opt/cuda/bin/g++ CUDA_HOME=/opt/cuda PREFIX=/usr src.build + make CXX="$NVCC_CCBIN" CUDA_HOME=/opt/cuda PREFIX=/usr src.build } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nccl/-/commit/a6bdde330f808fca2762eed185c54283f6109b5e -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nccl/-/commit/a6bdde330f808fca2762eed185c54283f6109b5e You're receiving this email because of your account on gitlab.archlinux.org.