Changes
2 changed files (+8/-6)
-
-
@@ -1,6 +1,6 @@pkgbase = rocm-debug-agent pkgdesc = ROCr Debug Agent Library pkgver = 4.2.0 pkgver = 4.3.0 pkgrel = 1 url = https://github.com/ROCm-Developer-Tools/rocr_debug_agent arch = x86_64
-
@@ -12,7 +12,7 @@ pkgbase = rocm-debug-agentdepends = glibc options = !staticlibs options = strip source = rocm-debug-agent-4.2.0.tar.gz::https://github.com/ROCm-Developer-Tools/rocr_debug_agent/archive/rocm-4.2.0.tar.gz sha256sums = ce02a5b752291882daa0a2befa23944e59087ce9fe65a91061476c3c399e4a0c source = rocm-debug-agent-4.3.0.tar.gz::https://github.com/ROCm-Developer-Tools/rocr_debug_agent/archive/rocm-4.3.0.tar.gz sha256sums = 0cdee5792b808e03b839070da0d1b08dc4078a7d1fc295f0c99c6a5ae7d636a6 pkgname = rocm-debug-agent
-
-
-
@@ -1,6 +1,7 @@# Maintainer: acxz <akashpatel2008 at yahoo dot com> # Maintainer: Torsten Keßler <t dot kessler at posteo dot de> # Contributor: acxz <akashpatel2008 at yahoo dot com> pkgname=rocm-debug-agent pkgver=4.2.0 pkgver=4.3.0 pkgrel=1 pkgdesc="ROCr Debug Agent Library" arch=('x86_64')
-
@@ -10,11 +11,12 @@ depends=('hip-rocclr' 'rocm-dbgapi' 'glibc')makedepends=('cmake' 'git') options=(!staticlibs strip) source=("$pkgname-$pkgver.tar.gz::$url/archive/rocm-$pkgver.tar.gz") sha256sums=('ce02a5b752291882daa0a2befa23944e59087ce9fe65a91061476c3c399e4a0c') sha256sums=('0cdee5792b808e03b839070da0d1b08dc4078a7d1fc295f0c99c6a5ae7d636a6') _dirname="$(basename "$url")-$(basename "${source[0]}" ".tar.gz")" build() { cmake -Wno-dev -S "$_dirname" \ -DCMAKE_HIP_ARCHITECTURES='gfx900;gfx906;gfx908' \ -DCMAKE_INSTALL_PREFIX=/opt/rocm make }
-