Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
rocthrust
Commits:
c0257d7f by Torsten Keßler at 2023-12-22T10:03:56+01:00
upgpkg: 6.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = rocthrust
pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm
- pkgver = 5.7.1
+ pkgver = 6.0.0
pkgrel = 1
url = https://docs.amd.com/bundle/rocTHRUST_API_Guide/page/index.html
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = rocthrust
makedepends = rocm-cmake
depends = hip
depends = rocprim
- source =
rocthrust-5.7.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-5.7.1.tar.gz
- sha256sums =
b7cb9ea6c42b2c6b610c34d2c438443e0f99245bd391aff18591949bf1cd53ee
+ source =
rocthrust-6.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-6.0.0.tar.gz
+ sha256sums =
a3fdafe4b6124118e07f23a3b0270d91740da324f61aaa3e8c034da08d9312b1
pkgname = rocthrust
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
# Contributor: Markus Näther <[email protected]>
pkgname=rocthrust
-pkgver=5.7.1
+pkgver=6.0.0
pkgrel=1
pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('hip' 'rocprim')
makedepends=('rocm-cmake')
_git='https://github.com/ROCmSoftwarePlatform/rocThrust'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('b7cb9ea6c42b2c6b610c34d2c438443e0f99245bd391aff18591949bf1cd53ee')
+sha256sums=('a3fdafe4b6124118e07f23a3b0270d91740da324f61aaa3e8c034da08d9312b1')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/c0257d7f8a92abccd7f29eaea849ccc318fa1d54
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/c0257d7f8a92abccd7f29eaea849ccc318fa1d54
You're receiving this email because of your account on gitlab.archlinux.org.