Changes
2 changed files (+8/-8)
-
-
@@ -1,15 +1,15 @@pkgbase = hipcub pkgdesc = Header-only library on top of rocPRIM or CUB pkgver = 4.3.1 pkgver = 4.5.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipcub arch = x86_64 license = custom makedepends = cmake makedepends = git makedepends = hip-rocclr makedepends = hip depends = rocprim source = hipcub-4.3.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-4.3.1.tar.gz sha256sums = 20fcd34323c541c182655b7ff6dc6ff268c0127596f0d9993884621c2b14b67a source = hipcub-4.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-4.5.0.tar.gz sha256sums = 5902fae0485789f1d1cc6b8e81d9f1b39338170d3139844d5edf0d324f9694c9 pkgname = hipcub
-
-
-
@@ -1,22 +1,22 @@# Maintainer: Torsten Keßler <t dot kessler at posteo dot de> # Contributor: Markus Näther <naetherm@informatik.uni-freiburg.de> pkgname=hipcub pkgver=4.3.1 pkgver=4.5.0 pkgrel=1 pkgdesc='Header-only library on top of rocPRIM or CUB' arch=('x86_64') url='https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipcub' license=('custom') depends=('rocprim') makedepends=('cmake' 'git' 'hip-rocclr') makedepends=('cmake' 'git' 'hip') _git='https://github.com/ROCmSoftwarePlatform/hipCUB' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('20fcd34323c541c182655b7ff6dc6ff268c0127596f0d9993884621c2b14b67a') sha256sums=('5902fae0485789f1d1cc6b8e81d9f1b39338170d3139844d5edf0d324f9694c9') _dirname="$(basename $_git)-$(basename "${source[0]}" ".tar.gz")" build() { # -fcf-protection is not supported by HIP, see # https://github.com/ROCm-Developer-Tools/HIP/blob/rocm-4.3.x/docs/markdown/clang_options.md # https://github.com/ROCm-Developer-Tools/HIP/blob/rocm-4.5.x/docs/markdown/clang_options.md # With version 3.21, HIP support was added to CMake that breaks the current scripts, see # https://github.com/ROCmSoftwarePlatform/rocRAND/issues/198#issuecomment-893573440
-