summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2020-12-20 00:54:16 +0100
committerGitHub2020-12-19 18:54:16 -0500
commit953b13cef1e3fbedd53f8666db6dfc063e830836 (patch)
tree5f24f75d6fda31065934aa0f581a5e085e9d0fc7
parentb000c7af7ef579f27681a0cdf824d12b6f6e3d29 (diff)
downloadaur-953b13cef1e3fbedd53f8666db6dfc063e830836.tar.gz
[rocthrust] Update to 4.0.0 (#549)
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0eb4205bf5b2..3786d286e294 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
- pkgver = 3.10.0
+ pkgver = 4.0.0
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust
arch = x86_64
@@ -9,8 +9,7 @@ pkgbase = rocthrust
makedepends = git
depends = hip-rocclr
depends = rocprim
- source = rocthrust-3.10.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.10.0.tar.gz
- sha256sums = 31bea6cd19a0ffa15e4ab50ecde2402ea5aaa182149cfab98242357e41f1805b
+ source = rocthrust-4.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-4.0.0.tar.gz
+ sha256sums = 120c87316f44ce8e8975e57c9b9bf1246b1ffc00879d31d744289ba9438a976c
pkgname = rocthrust
-
diff --git a/PKGBUILD b/PKGBUILD
index fc1588b62056..7d2fc63c8e08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocthrust
-pkgver=3.10.0
+pkgver=4.0.0
pkgrel=1
pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
arch=('x86_64')
@@ -10,7 +10,7 @@ depends=('hip-rocclr' 'rocprim')
makedepends=('cmake' 'git')
_git='https://github.com/ROCmSoftwarePlatform/rocThrust'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('31bea6cd19a0ffa15e4ab50ecde2402ea5aaa182149cfab98242357e41f1805b')
+sha256sums=('120c87316f44ce8e8975e57c9b9bf1246b1ffc00879d31d744289ba9438a976c')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {