Changes
2 changed files (+6/-6)
-
-
@@ -1,6 +1,6 @@pkgbase = rocm-debug-agent pkgdesc = ROCr Debug Agent Library pkgver = 4.0.0 pkgver = 4.2.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.0.0.tar.gz::https://github.com/ROCm-Developer-Tools/rocr_debug_agent/archive/rocm-4.0.0.tar.gz sha256sums = a9e64834d56a9221c242e71aa110c2cef0087aa8f86f50428dd618e5e623cc3c 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 pkgname = rocm-debug-agent
-
-
-
@@ -1,6 +1,6 @@# Maintainer: acxz <akashpatel2008 at yahoo dot com> pkgname=rocm-debug-agent pkgver=4.0.0 pkgver=4.2.0 pkgrel=1 pkgdesc="ROCr Debug Agent Library" arch=('x86_64')
-
@@ -10,12 +10,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=('a9e64834d56a9221c242e71aa110c2cef0087aa8f86f50428dd618e5e623cc3c') sha256sums=('ce02a5b752291882daa0a2befa23944e59087ce9fe65a91061476c3c399e4a0c') _dirname="$(basename "$url")-$(basename "${source[0]}" ".tar.gz")" build() { cmake -Wno-dev -S "$_dirname" \ -DCMAKE_INSTALL_PREFIX=/opt/rocm/rocr_debug_agent -DCMAKE_INSTALL_PREFIX=/opt/rocm make }
-