Date: Sunday, January 29, 2023 @ 17:01:50
  Author: tpkessler
Revision: 1391040

upgpkg: rccl 5.4.2-1: ROCm patch release

Modified:
  rccl/trunk/PKGBUILD

----------+
 PKGBUILD |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-01-29 16:53:30 UTC (rev 1391039)
+++ PKGBUILD    2023-01-29 17:01:50 UTC (rev 1391040)
@@ -3,17 +3,18 @@
 # Contributor: acxz <akashpatel2008 at yahoo dot com>
 
 pkgname=rccl
-pkgver=5.4.1
-pkgrel=2
+pkgver=5.4.2
+pkgrel=1
 pkgdesc="ROCm Communication Collectives Library"
 arch=('x86_64')
-url='https://rccl.readthedocs.io/en/rocm-5.4.1/'
+url='https://rccl.readthedocs.io/en/rocm-5.4.2/'
 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=('d423921c69b3d4c522c109c2f17ec1703f0fa573e2999564803da2fe788f3a00')
+sha256sums=('067b19f952d88422afbeb2d3cdd2effa7d33e8503826bba712ac19fb00ddb379')
+options=(!lto)
 _dirname="$(basename $_git)-$(basename ${source[0]} .tar.gz)"
 
 build() {

Reply via email to