Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
nccl
Commits:
f3f9f301 by Jakub Klinkovský at 2025-11-20T21:57:27+01:00
upgpkg: 2.28.9-2: remove the static library
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = nccl
pkgdesc = Library for NVIDIA multi-GPU and multi-node collective
communication primitives
pkgver = 2.28.9
- pkgrel = 1
+ pkgrel = 2
url = https://developer.nvidia.com/nccl/
arch = x86_64
license = BSD-3-Clause
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
pkgname=nccl
pkgver=2.28.9
_upstr_pkgrel=1
-pkgrel=1
+pkgrel=2
pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication
primitives'
arch=(x86_64)
url='https://developer.nvidia.com/nccl/'
@@ -65,7 +65,9 @@ package() {
cd $pkgname
make CUDA_HOME=/opt/cuda PREFIX="${pkgdir}"/usr install
- # fix permission on static lib
- chmod 644 "$pkgdir"/usr/lib/libnccl_static.a
+
+ # remove static libs
+ rm "$pkgdir"/usr/lib/*.a
+
install -vDm 644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nccl/-/commit/f3f9f301be01288510d336572d0e1f2a9544c36c
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/nccl/-/commit/f3f9f301be01288510d336572d0e1f2a9544c36c
You're receiving this email because of your account on gitlab.archlinux.org.