summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRanieri Althoff2020-03-27 02:37:14 -0300
committerGitHub2020-03-27 01:37:14 -0400
commit19a72e81d3e4489d55d5a711bdc18bf5e66152d0 (patch)
tree2fdd7ca876cd1a09b1ddcbb97ff4cd19b659fe06
parente9b2c8d8498cf97a31e7d3d51a4168192d5f6ca5 (diff)
downloadaur-19a72e81d3e4489d55d5a711bdc18bf5e66152d0.tar.gz
Deprecate roct-thunk-interface, update hsakmt-roct (#69)
* Update hsakmt-roct * Replace dependencies on roct-thunk-interface with hsakmt-roct
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 17549cb3c822..b61ac2f9aae2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = rocminfo
pkgdesc = ROCm info tools - rocm_agent_enumerator
pkgver = 3.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/RadeonOpenCompute/rocminfo
arch = x86_64
license = custom:NCSAOSL
@@ -9,7 +9,7 @@ pkgbase = rocminfo
depends = pciutils
depends = rocm-cmake
depends = rocr-runtime
- depends = roct-thunk-interface
+ depends = hsakmt-roct
source = https://github.com/RadeonOpenCompute/rocminfo/archive/roc-3.1.0.tar.gz
sha256sums = f024fef05e5ea5bc7316d4bddb5562cbac7048183c351cdb8afd4156ff4c049c
diff --git a/PKGBUILD b/PKGBUILD
index e989fa9316a9..152d9505247f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
# Maintainer: Markus Näther <naetherm@cs.uni-freiburg.de>
pkgname=rocminfo
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="ROCm info tools - rocm_agent_enumerator"
arch=('x86_64')
url="https://github.com/RadeonOpenCompute/rocminfo"
license=('custom:NCSAOSL')
-depends=('pciutils' 'rocm-cmake' 'rocr-runtime' 'roct-thunk-interface')
+depends=('pciutils' 'rocm-cmake' 'rocr-runtime' 'hsakmt-roct')
makedepends=('cmake')
source=("https://github.com/RadeonOpenCompute/rocminfo/archive/roc-$pkgver.tar.gz")
sha256sums=('f024fef05e5ea5bc7316d4bddb5562cbac7048183c351cdb8afd4156ff4c049c')