Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
rocthrust
Commits:
2566058d by Torsten Keßler at 2023-10-15T15:16:57+02:00
upgpkg: 5.7.1-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.0
+ pkgver = 5.7.1
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.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-5.7.0.tar.gz
- sha256sums =
64e10f071acfc5b8e3c168b9178289cf1afc7b168bf1962793fc256b25074d3a
+ source =
rocthrust-5.7.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-5.7.1.tar.gz
+ sha256sums =
b7cb9ea6c42b2c6b610c34d2c438443e0f99245bd391aff18591949bf1cd53ee
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.0
+pkgver=5.7.1
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=('64e10f071acfc5b8e3c168b9178289cf1afc7b168bf1962793fc256b25074d3a')
+sha256sums=('b7cb9ea6c42b2c6b610c34d2c438443e0f99245bd391aff18591949bf1cd53ee')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/2566058d2f030418cf1e485a5e801f0cf53b5e06
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/rocthrust/-/commit/2566058d2f030418cf1e485a5e801f0cf53b5e06
You're receiving this email because of your account on gitlab.archlinux.org.