Date: Thursday, February 9, 2023 @ 20:22:23
Author: tpkessler
Revision: 1398525
upgpkg: rccl 5.4.3-1: ROCm patch release
Modified:
rccl/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2023-02-09 20:21:07 UTC (rev 1398524)
+++ PKGBUILD 2023-02-09 20:22:23 UTC (rev 1398525)
@@ -3,17 +3,17 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=rccl
-pkgver=5.4.2
-pkgrel=2
+pkgver=5.4.3
+pkgrel=1
pkgdesc="ROCm Communication Collectives Library"
arch=('x86_64')
-url='https://rccl.readthedocs.io/en/rocm-5.4.2/'
+url='https://rccl.readthedocs.io/en/rocm-5.4.3/'
license=('custom')
depends=('hip' 'rocm-smi-lib')
makedepends=('rocm-cmake' 'python')
_git='https://github.com/ROCmSoftwarePlatform/rccl'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('067b19f952d88422afbeb2d3cdd2effa7d33e8503826bba712ac19fb00ddb379')
+sha256sums=('a2524f602bd7b3b6afeb8ba9aff660216ee807fa836e46442d068b5ed5f51a4d')
options=(!lto)
_dirname="$(basename $_git)-$(basename ${source[0]} .tar.gz)"