Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / rccl
Commits:
0ebab603 by Torsten Keßler at 2023-12-22T15:27:49+01:00
upgpkg: 6.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,18 @@
pkgbase = rccl
pkgdesc = ROCm Communication Collectives Library
- pkgver = 5.7.1
+ pkgver = 6.0.0
pkgrel = 1
url = https://rocm.docs.amd.com/projects/rccl/en/latest/index.html
arch = x86_64
license = custom
makedepends = rocm-cmake
+ makedepends = rocm-core
makedepends = hipify-clang
makedepends = python
depends = hip
depends = rocm-smi-lib
options = !lto
- source =
rccl-5.7.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rccl/archive/rocm-5.7.1.tar.gz
- sha256sums =
fb4c1f0084196d1226ce8a726d0f012d3890b54508a06ca87bbda619be8b90b1
+ source =
rccl-6.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rccl/archive/rocm-6.0.0.tar.gz
+ sha256sums =
0496d5a5f2e48c92cd390ab318df31a53cf7ec590988c2574c9f3d99c38b0fa7
pkgname = rccl
=====================================
PKGBUILD
=====================================
@@ -3,17 +3,17 @@
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=rccl
-pkgver=5.7.1
+pkgver=6.0.0
pkgrel=1
pkgdesc="ROCm Communication Collectives Library"
arch=('x86_64')
url='https://rocm.docs.amd.com/projects/rccl/en/latest/index.html'
license=('custom')
depends=('hip' 'rocm-smi-lib')
-makedepends=('rocm-cmake' 'hipify-clang' 'python')
+makedepends=('rocm-cmake' 'rocm-core' 'hipify-clang' 'python')
_git='https://github.com/ROCmSoftwarePlatform/rccl'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('fb4c1f0084196d1226ce8a726d0f012d3890b54508a06ca87bbda619be8b90b1')
+sha256sums=('0496d5a5f2e48c92cd390ab318df31a53cf7ec590988c2574c9f3d99c38b0fa7')
options=(!lto)
_dirname="$(basename $_git)-$(basename ${source[0]} .tar.gz)"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rccl/-/commit/0ebab6035fcbcdf02449a644af34477a59a6e5d7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rccl/-/commit/0ebab6035fcbcdf02449a644af34477a59a6e5d7
You're receiving this email because of your account on gitlab.archlinux.org.