Date: Tuesday, January 5, 2021 @ 06:02:39
  Author: svenstaro
Revision: 808352

upgpkg: nccl 2.8.3-1

Modified:
  nccl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-01-05 06:00:01 UTC (rev 808351)
+++ PKGBUILD    2021-01-05 06:02:39 UTC (rev 808352)
@@ -2,14 +2,14 @@
 # Contributor: Daniel Bermond < yahoo-com: danielbermond >
 
 pkgname=nccl
-pkgver=2.7.8
+pkgver=2.8.3
 _upstr_pkgrel=1
-pkgrel=3
+pkgrel=1
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
 arch=('x86_64')
 url='https://developer.nvidia.com/nccl/'
 license=('BSD')
-depends=('glibc')
+depends=('glibc' 'gcc-libs')
 makedepends=('git' 'cuda')
 
source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel}";)
 sha256sums=('SKIP')

Reply via email to