Date: Monday, February 15, 2021 @ 21:47:17
  Author: kgizdov
Revision: 862154

upgpkg: nccl 2.8.4-1

Modified:
  nccl/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-02-15 20:46:19 UTC (rev 862153)
+++ PKGBUILD    2021-02-15 21:47:17 UTC (rev 862154)
@@ -2,7 +2,7 @@
 # Contributor: Daniel Bermond < yahoo-com: danielbermond >
 
 pkgname=nccl
-pkgver=2.8.3
+pkgver=2.8.4
 _upstr_pkgrel=1
 pkgrel=1
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
@@ -58,6 +58,7 @@
   cd "${pkgname}"
 
   make PREFIX="${pkgdir}"/usr install
-
+  # fix permission on static lib
+  chmod 644 "${pkgdir}"/usr/lib/libnccl_static.a
   install -Dm644  "${srcdir}/${pkgname}"/LICENSE.txt 
"${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }

Reply via email to