* update rocprim to 6.2.2-1

This commit is contained in:
Alexander Baldeck 2024-11-17 15:00:53 +01:00
parent 36942b92aa
commit 04926b3e96
2 changed files with 10 additions and 10 deletions

View File

@ -1,6 +1,6 @@
pkgbase = rocprim
pkgdesc = Header-only library providing HIP parallel primitives
pkgver = 6.0.2
pkgver = 6.2.2
pkgrel = 1
url = https://rocm.docs.amd.com/projects/rocPRIM/en/latest/index.html
arch = any
@ -8,8 +8,8 @@ pkgbase = rocprim
makedepends = cmake
makedepends = rocm-cmake
depends = rocm-core
depends = hip
source = rocprim-6.0.2.tar.gz::https://github.com/ROCm/rocPRIM/archive/rocm-6.0.2.tar.gz
sha256sums = d3998720d3206965335902f8f67ca497b320a33b810cd19b2a2264505cb38779
depends = hip-runtime-amd
source = rocprim-6.2.2.tar.gz::https://github.com/ROCm/rocPRIM/archive/rocm-6.2.2.tar.gz
sha256sums = c64ee4490472edd724b087bafe466adb6337a97bf0a7b4955336d348de73b8c1
pkgname = rocprim

View File

@ -2,22 +2,22 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
# Contributor: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocprim
pkgver=6.0.2
pkgrel=1.1
pkgver=6.2.2
pkgrel=1
pkgdesc='Header-only library providing HIP parallel primitives'
arch=('any')
arch=(any)
url='https://rocm.docs.amd.com/projects/rocPRIM/en/latest/index.html'
_git='https://github.com/ROCm/rocPRIM'
license=('MIT')
depends=('rocm-core' 'hip')
depends=('rocm-core' 'hip-runtime-amd')
makedepends=('cmake' 'rocm-cmake')
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
sha256sums=('d3998720d3206965335902f8f67ca497b320a33b810cd19b2a2264505cb38779')
sha256sums=('c64ee4490472edd724b087bafe466adb6337a97bf0a7b4955336d348de73b8c1')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {
# -fcf-protection is not supported by HIP, see
# https://rocm.docs.amd.com/en/latest/reference/rocmcc.html#support-status-of-other-clang-options
# https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html#support-status-of-other-clang-options
local cmake_args=(
-Wno-dev
-S "$_dirname"