summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTorsten Keßler2020-12-03 19:34:56 +0100
committerGitHub2020-12-03 13:34:56 -0500
commitb000c7af7ef579f27681a0cdf824d12b6f6e3d29 (patch)
tree58e84ffc95077685384a6020b7302375a547d47a
parent4e58aa722b8371203862a8f3919ac90d5d7aa97f (diff)
downloadaur-b000c7af7ef579f27681a0cdf824d12b6f6e3d29.tar.gz
[rocthrust] Update to 3.10.0 (#496)
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index eab004baf3b3..0eb4205bf5b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
- pkgver = 3.9.0
+ pkgver = 3.10.0
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = rocthrust
makedepends = git
depends = hip-rocclr
depends = rocprim
- source = rocthrust-3.9.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.9.0.tar.gz
- sha256sums = 65f5e74d72c5aaee90459468d693b212af7d56e31098ee8237b18d1b4d620eb0
+ source = rocthrust-3.10.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.10.0.tar.gz
+ sha256sums = 31bea6cd19a0ffa15e4ab50ecde2402ea5aaa182149cfab98242357e41f1805b
pkgname = rocthrust
diff --git a/PKGBUILD b/PKGBUILD
index 379c38ce71bb..fc1588b62056 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocthrust
-pkgver=3.9.0
+pkgver=3.10.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=('65f5e74d72c5aaee90459468d693b212af7d56e31098ee8237b18d1b4d620eb0')
+sha256sums=('31bea6cd19a0ffa15e4ab50ecde2402ea5aaa182149cfab98242357e41f1805b')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {