* update rocprim to 6.2.2-1
This commit is contained in:
parent
36942b92aa
commit
04926b3e96
@ -1,6 +1,6 @@
|
|||||||
pkgbase = rocprim
|
pkgbase = rocprim
|
||||||
pkgdesc = Header-only library providing HIP parallel primitives
|
pkgdesc = Header-only library providing HIP parallel primitives
|
||||||
pkgver = 6.0.2
|
pkgver = 6.2.2
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://rocm.docs.amd.com/projects/rocPRIM/en/latest/index.html
|
url = https://rocm.docs.amd.com/projects/rocPRIM/en/latest/index.html
|
||||||
arch = any
|
arch = any
|
||||||
@ -8,8 +8,8 @@ pkgbase = rocprim
|
|||||||
makedepends = cmake
|
makedepends = cmake
|
||||||
makedepends = rocm-cmake
|
makedepends = rocm-cmake
|
||||||
depends = rocm-core
|
depends = rocm-core
|
||||||
depends = hip
|
depends = hip-runtime-amd
|
||||||
source = rocprim-6.0.2.tar.gz::https://github.com/ROCm/rocPRIM/archive/rocm-6.0.2.tar.gz
|
source = rocprim-6.2.2.tar.gz::https://github.com/ROCm/rocPRIM/archive/rocm-6.2.2.tar.gz
|
||||||
sha256sums = d3998720d3206965335902f8f67ca497b320a33b810cd19b2a2264505cb38779
|
sha256sums = c64ee4490472edd724b087bafe466adb6337a97bf0a7b4955336d348de73b8c1
|
||||||
|
|
||||||
pkgname = rocprim
|
pkgname = rocprim
|
||||||
|
@ -2,22 +2,22 @@
|
|||||||
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
|
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
|
||||||
# Contributor: Markus Näther <naetherm@informatik.uni-freiburg.de>
|
# Contributor: Markus Näther <naetherm@informatik.uni-freiburg.de>
|
||||||
pkgname=rocprim
|
pkgname=rocprim
|
||||||
pkgver=6.0.2
|
pkgver=6.2.2
|
||||||
pkgrel=1.1
|
pkgrel=1
|
||||||
pkgdesc='Header-only library providing HIP parallel primitives'
|
pkgdesc='Header-only library providing HIP parallel primitives'
|
||||||
arch=('any')
|
arch=(any)
|
||||||
url='https://rocm.docs.amd.com/projects/rocPRIM/en/latest/index.html'
|
url='https://rocm.docs.amd.com/projects/rocPRIM/en/latest/index.html'
|
||||||
_git='https://github.com/ROCm/rocPRIM'
|
_git='https://github.com/ROCm/rocPRIM'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('rocm-core' 'hip')
|
depends=('rocm-core' 'hip-runtime-amd')
|
||||||
makedepends=('cmake' 'rocm-cmake')
|
makedepends=('cmake' 'rocm-cmake')
|
||||||
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
|
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
|
||||||
sha256sums=('d3998720d3206965335902f8f67ca497b320a33b810cd19b2a2264505cb38779')
|
sha256sums=('c64ee4490472edd724b087bafe466adb6337a97bf0a7b4955336d348de73b8c1')
|
||||||
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
|
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
# -fcf-protection is not supported by HIP, see
|
# -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=(
|
local cmake_args=(
|
||||||
-Wno-dev
|
-Wno-dev
|
||||||
-S "$_dirname"
|
-S "$_dirname"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user