* update hsa-rocr to 6.2.4-1

This commit is contained in:
Alexander Baldeck 2025-01-28 08:38:32 +01:00
parent 1fde3809d6
commit 846a6cf026
2 changed files with 8 additions and 5 deletions

View File

@ -1,6 +1,6 @@
pkgbase = hsa-rocr
pkgdesc = HSA Runtime API and runtime for ROCm
pkgver = 6.2.1
pkgver = 6.2.4
pkgrel = 1
url = https://github.com/ROCm/ROCR-Runtime
arch = x86_64
@ -18,8 +18,11 @@ pkgbase = hsa-rocr
depends = libdrm
depends = hsakmt-roct
depends = rocm-device-libs
options = !debug
options = !lto
source = hsa-rocr-6.2.1.tar.gz::https://github.com/ROCm/ROCR-Runtime/archive/rocm-6.2.1.tar.gz
sha256sums = dbe477b323df636f5e3221471780da156c938ec00dda4b50639aa8d7fb9248f4
source = hsa-rocr-6.2.4.tar.gz::https://github.com/ROCm/ROCR-Runtime/archive/rocm-6.2.4.tar.gz
source = https://raw.githubusercontent.com/loongarch-moe/rocm-loongarch/refs/heads/rocm-6.2.x/stage2/3.rocm-rocr-runtime/rocr-unsupport.patch
sha256sums = b7aa0055855398d1228c39a6f4feb7d7be921af4f43d82855faf0b531394bb9b
sha256sums = 523d7f93daca6e7272578ff0fced94a79421fef0ccd7f202425881543d4bcb56
pkgname = hsa-rocr

View File

@ -7,7 +7,7 @@
# Contributor: Ranieri Althoff <ranisalt+aur at gmail.com>
pkgname=hsa-rocr
pkgver=6.2.2
pkgver=6.2.4
pkgrel=1
pkgdesc='HSA Runtime API and runtime for ROCm'
arch=(x86_64 powerpc64le powerpc64 riscv64)
@ -18,7 +18,7 @@ depends=('rocm-core' 'glibc' 'gcc-libs' 'libelf' 'libdrm'
makedepends=('cmake' 'rocm-llvm' 'xxd')
source=("${pkgname}-${pkgver}.tar.gz::$url/archive/rocm-$pkgver.tar.gz"
https://raw.githubusercontent.com/loongarch-moe/rocm-loongarch/refs/heads/rocm-6.2.x/stage2/3.rocm-rocr-runtime/rocr-unsupport.patch)
sha256sums=('5e3833de2a8461b2df9a4b1cdf5549ee2cd84e09d507b1be346cb08fdfdfe373'
sha256sums=('b7aa0055855398d1228c39a6f4feb7d7be921af4f43d82855faf0b531394bb9b'
'523d7f93daca6e7272578ff0fced94a79421fef0ccd7f202425881543d4bcb56')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
options=(!debug !lto)