summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2020-12-20 00:57:09 +0100
committerGitHub2020-12-19 18:57:09 -0500
commit739bfaa469d19dff8c719a7caa66ba2dcc4046ee (patch)
tree885f1b9737468c453723ede1b2bed258f5630e0b
parentba27f0701782ca63ed1987eef6d29efe51e7f613 (diff)
downloadaur-739bfaa469d19dff8c719a7caa66ba2dcc4046ee.tar.gz
[atmi] Update to 4.0.0 (#551)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2a136658ef49..0444f99b9ea5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = atmi
pkgdesc = Task graph framework for heterogeneous CPU-GPU systems.
- pkgver = 3.10.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://github.com/RadeonOpenCompute/atmi
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = atmi
makedepends = rsync
depends = hsa-rocr
depends = comgr
- source = atmi-3.10.0.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm-3.10.0.tar.gz
- sha256sums = 387e87c622ec334d3ba7a2f4f015ea9a219712722f4c56c1ef572203d0d072ea
+ source = atmi-4.0.0.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm-4.0.0.tar.gz
+ sha256sums = 8a2e5789ee7165aff0f0669eecd23ac0a5c8a5bfbc1acd9380fe9a8ed5bffe3a
pkgname = atmi
-
diff --git a/PKGBUILD b/PKGBUILD
index 243505a64f89..fe2ab50d6d4c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: acxz <akashpatel2008 at yahoo dot com>
pkgname=atmi
-pkgver=3.10.0
+pkgver=4.0.0
pkgrel=1
pkgdesc='Task graph framework for heterogeneous CPU-GPU systems.'
arch=('x86_64')
@@ -9,7 +9,7 @@ license=('MIT')
depends=('hsa-rocr' 'comgr')
makedepends=('cmake' 'rsync')
source=("$pkgname-$pkgver.tar.gz::https://github.com/RadeonOpenCompute/atmi/archive/rocm-$pkgver.tar.gz")
-sha256sums=('387e87c622ec334d3ba7a2f4f015ea9a219712722f4c56c1ef572203d0d072ea')
+sha256sums=('8a2e5789ee7165aff0f0669eecd23ac0a5c8a5bfbc1acd9380fe9a8ed5bffe3a')
_dirname="$(basename "$url")-$(basename "${source[0]}" .tar.gz)"
build() {