Date: Tuesday, June 11, 2019 @ 17:03:33 Author: svenstaro Revision: 480490
upgpkg: nccl 2.4.7-1 Modified: nccl/trunk/PKGBUILD ----------+ PKGBUILD | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-06-11 16:53:15 UTC (rev 480489) +++ PKGBUILD 2019-06-11 17:03:33 UTC (rev 480490) @@ -1,10 +1,8 @@ # Maintainer: Sven-Hendrik Haase <[email protected]> # Contributor: Daniel Bermond < yahoo-com: danielbermond > -_commit='f93fe9bfd94884cec2ba711897222e0df5569a53' - pkgname=nccl -pkgver=2.4.6 +pkgver=2.4.7 pkgrel=1 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication primitives' arch=('x86_64') @@ -12,7 +10,7 @@ license=('BSD') depends=('glibc') makedepends=('git' 'cuda') -source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#commit=${_commit}") +source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-1") sha256sums=('SKIP') prepare() {
