summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2021-11-12 14:04:25 +0100
committerTorsten Keßler2021-11-12 14:04:25 +0100
commit6d6da3a0e9b3cec9d1031bb465b965e92324edbf (patch)
tree7b5b9438e5403f4cce80307a50df02bc6a850abc
parent71cfa124f88624530ac1df2e4d28d3387d4f8a11 (diff)
downloadaur-6d6da3a0e9b3cec9d1031bb465b965e92324edbf.tar.gz
upgpkg: rocm-bandwidth-test 4.5.0-1
upstream release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD13
2 files changed, 6 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5620588effb1..c35e0454c889 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocm-bandwidth-test
pkgdesc = Bandwidth test for ROCm
- pkgver = 4.3.1
+ pkgver = 4.5.0
pkgrel = 1
url = https://github.com/RadeonOpenCompute/rocm_bandwidth_test
arch = x86_64
@@ -9,9 +9,7 @@ pkgbase = rocm-bandwidth-test
depends = hsa-rocr
options = !staticlibs
options = strip
- source = rocm-bandwidth-test-4.3.1.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-4.3.1.tar.gz
- source = delete_local_array.patch::https://patch-diff.githubusercontent.com/raw/RadeonOpenCompute/rocm_bandwidth_test/pull/74.patch
- sha256sums = a4804c28586457c231594b4e7689872eaf91972119d892325468f3fe8fdbe5ef
- sha256sums = c13fcff87232d443061a9fc9d0aa151d5fad4921ea7fb98e189ace17a345106d
+ source = rocm-bandwidth-test-4.5.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-4.5.0.tar.gz
+ sha256sums = 4d20a6017ca6975df98f3ca61ba95fa0c7c62fbf63cd6abae3396c30a423933f
pkgname = rocm-bandwidth-test
diff --git a/PKGBUILD b/PKGBUILD
index 9d70e8e62157..7ef172d1dd77 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: acxz <akashpatel2008 at yahoo dot com>
pkgname=rocm-bandwidth-test
-pkgver=4.3.1
+pkgver=4.5.0
pkgrel=1
pkgdesc="Bandwidth test for ROCm"
arch=('x86_64')
@@ -10,17 +10,10 @@ license=('custom:NCSAOSL')
depends=('hsa-rocr')
makedepends=('cmake')
options=(!staticlibs strip)
-source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-$pkgver.tar.gz"
- 'delete_local_array.patch::https://patch-diff.githubusercontent.com/raw/RadeonOpenCompute/rocm_bandwidth_test/pull/74.patch')
-sha256sums=('a4804c28586457c231594b4e7689872eaf91972119d892325468f3fe8fdbe5ef'
- 'c13fcff87232d443061a9fc9d0aa151d5fad4921ea7fb98e189ace17a345106d')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-$pkgver.tar.gz")
+sha256sums=('4d20a6017ca6975df98f3ca61ba95fa0c7c62fbf63cd6abae3396c30a423933f')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
-prepare() {
- cd "$_dirname"
- patch -Np1 -i "$srcdir/delete_local_array.patch"
-}
-
build() {
cmake -Wno-dev -B build \
-S "$_dirname" \