Changes
2 changed files (+9/-11)
-
-
@@ -1,6 +1,6 @@pkgbase = rccl pkgdesc = ROCm Communication Collectives Library pkgver = 4.3.1 pkgver = 4.5.0 pkgrel = 1 url = https://github.com/ROCmSoftwarePlatform/rccl arch = x86_64
-
@@ -8,8 +8,9 @@ pkgbase = rcclmakedepends = cmake makedepends = python makedepends = gtest depends = hip-rocclr source = rccl-4.3.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rccl/archive/rocm-4.3.1.tar.gz sha256sums = c5db71423dc654e8d2c3111e142e65c89436bc636827d95d41a09a87f44fe246 depends = hip depends = rocm-smi-lib64 source = rccl-4.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rccl/archive/rocm-4.5.0.tar.gz sha256sums = f806f9f65c490abddc562cb4812e12701582bbb449e41cc4797d00e0dedf084e pkgname = rccl
-
-
-
@@ -3,29 +3,26 @@# Contributor: acxz <akashpatel2008 at yahoo dot com> pkgname=rccl pkgver=4.3.1 pkgver=4.5.0 pkgrel=1 pkgdesc="ROCm Communication Collectives Library" arch=('x86_64') url="https://github.com/ROCmSoftwarePlatform/rccl" license=('custom') depends=('hip-rocclr') depends=('hip' 'rocm-smi-lib64') makedepends=('cmake' 'python' 'gtest') source=("$pkgname-$pkgver.tar.gz::$url/archive/rocm-$pkgver.tar.gz") sha256sums=('c5db71423dc654e8d2c3111e142e65c89436bc636827d95d41a09a87f44fe246') sha256sums=('f806f9f65c490abddc562cb4812e12701582bbb449e41cc4797d00e0dedf084e') _dirname="$(basename $url)-$(basename ${source[0]} .tar.gz)" build() { # -fcf-protection is not supported by HIP, see # https://github.com/ROCm-Developer-Tools/HIP/blob/rocm-4.3.x/docs/markdown/clang_options.md # https://github.com/ROCm-Developer-Tools/HIP/blob/rocm-4.5.x/docs/markdown/clang_options.md # With version 3.21, HIP support was added to CMake that breaks the current scripts, see # https://github.com/ROCmSoftwarePlatform/rocRAND/issues/198#issuecomment-893573440 CXX=/opt/rocm/hip/bin/hipcc \ CXXFLAGS="${CXXFLAGS} -fcf-protection=none" \ cmake -B build -Wno-dev \ -S "$_dirname" \ -D__skip_rocmclang=ON \ -DCMAKE_INSTALL_PREFIX=/opt/rocm \ -DBUILD_TESTS=OFF
-