[arch-commits] Commit in nccl/trunk (PKGBUILD)
Konstantin Gizdov
kgizdov at archlinux.org
Sat Dec 7 11:56:26 UTC 2019
Date: Saturday, December 7, 2019 @ 11:56:26
Author: kgizdov
Revision: 536271
upgpkg: nccl 2.5.6-2
Modified:
nccl/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-07 11:34:15 UTC (rev 536270)
+++ PKGBUILD 2019-12-07 11:56:26 UTC (rev 536271)
@@ -3,7 +3,8 @@
pkgname=nccl
pkgver=2.5.6
-pkgrel=1
+_upstr_pkgrel=2
+pkgrel=2
pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication primitives'
arch=('x86_64')
url='https://developer.nvidia.com/nccl/'
@@ -10,7 +11,7 @@
license=('BSD')
depends=('glibc')
makedepends=('git' 'cuda')
-source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-1")
+source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel}")
sha256sums=('SKIP')
prepare() {
More information about the arch-commits
mailing list