summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authornaetherm2020-08-24 12:22:33 +0200
committernaetherm2020-08-24 12:22:33 +0200
commit892dd04e31f9ccd5841f97726bc01216d2e87115 (patch)
tree078028b274ec342761a1057ea192ac7cee3b035b
parent8d181bd70d278787f15d61f8c1332f8007995117 (diff)
downloadaur-892dd04e31f9ccd5841f97726bc01216d2e87115.tar.gz
[rocm-opencl-runtime] upgrade to 3.7.0
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d672dd6eac05..9e27ebf11d2d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Ranieri Althoff <ranisalt+aur at gmail dot com>
pkgname=rocm-opencl-runtime
-pkgver=3.5.0
+pkgver=3.7.0
pkgrel=1
pkgdesc='Radeon Open Compute - OpenCL runtime'
arch=('x86_64')
@@ -10,9 +10,9 @@ license=('MIT')
depends=('hsakmt-roct' 'hsa-rocr' 'rocclr' 'opencl-icd-loader')
makedepends=('cmake' 'rocm-cmake')
provides=("$pkgname" 'opencl-driver')
-source=("$pkgname-$pkgver.tar.gz::$url/archive/roc-$pkgver.tar.gz")
-sha256sums=('511b617d5192f2d4893603c1a02402b2ac9556e9806ff09dd2a91d398abf39a0')
-_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
+source=("$pkgname-$pkgver::git+$url#branch=rocm-3.7.x")
+sha256sums=('SKIP')
+_dirname="rocm-opencl-runtime-$pkgver"
build() {
CFLAGS="$CFLAGS -isystem /opt/rocm/rocclr/include/include -isystem /opt/rocm/rocclr/include/compiler/lib -isystem /opt/rocm/rocclr/include/compiler/lib/include" \