Changes
2 changed files (+5/-5)
-
-
@@ -1,6 +1,6 @@pkgbase = rocm-bandwidth-test pkgdesc = Bandwidth test for ROCm pkgver = 3.8.0 pkgver = 3.9.0 pkgrel = 1 url = https://github.com/RadeonOpenCompute/rocm_bandwidth_test arch = x86_64
-
@@ -9,8 +9,8 @@ pkgbase = rocm-bandwidth-testdepends = hsa-rocr options = !staticlibs options = strip source = rocm-bandwidth-test-3.8.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-3.8.0.tar.gz sha256sums = 7de71a2ba17bbeea9107f2e9e65729f507234d6cbbb44f251240d64683027497 source = rocm-bandwidth-test-3.9.0.tar.gz::https://github.com/RadeonOpenCompute/rocm_bandwidth_test/archive/rocm-3.9.0.tar.gz sha256sums = f366299b48a29b419febb2ba398d1abe4cd01425d33254777e426966b722d3b1 pkgname = rocm-bandwidth-test
-
-
-
@@ -1,6 +1,6 @@# Maintainer: acxz <akashpatel2008 at yahoo dot com> pkgname=rocm-bandwidth-test pkgver=3.8.0 pkgver=3.9.0 pkgrel=1 pkgdesc="Bandwidth test for ROCm" arch=('x86_64')
-
@@ -10,7 +10,7 @@ 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") sha256sums=('7de71a2ba17bbeea9107f2e9e65729f507234d6cbbb44f251240d64683027497') sha256sums=('f366299b48a29b419febb2ba398d1abe4cd01425d33254777e426966b722d3b1') build() { mkdir -p "$srcdir/build"
-