Changes
2 changed files (+6/-6)
-
-
@@ -1,6 +1,6 @@pkgbase = hipcub pkgdesc = Header-only library on top of rocPRIM or CUB pkgver = 4.5.2 pkgver = 5.0.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipcub arch = x86_64
-
@@ -10,7 +10,7 @@ pkgbase = hipcubmakedepends = git makedepends = hip depends = rocprim source = hipcub-4.5.2.tar.gz::https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-4.5.2.tar.gz sha256sums = bec9ba1a6aa0475475ee292e54807accc839ed001338275f48da13e3bfb77514 source = hipcub-5.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipCUB/archive/rocm-5.0.0.tar.gz sha256sums = 09c4f1b88aa5f50f04043d379e4960dab556e0fbdf8e25ab03d02a07c1ff7b2f pkgname = hipcub
-
-
-
@@ -1,7 +1,7 @@# Maintainer: Torsten Keßler <t dot kessler at posteo dot de> # Contributor: Markus Näther <naetherm@informatik.uni-freiburg.de> pkgname=hipcub pkgver=4.5.2 pkgver=5.0.0 pkgrel=1 pkgdesc='Header-only library on top of rocPRIM or CUB' arch=('x86_64')
-
@@ -11,12 +11,12 @@ depends=('rocprim')makedepends=('cmake' 'rocm-cmake' 'git' 'hip') _git='https://github.com/ROCmSoftwarePlatform/hipCUB' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('bec9ba1a6aa0475475ee292e54807accc839ed001338275f48da13e3bfb77514') sha256sums=('09c4f1b88aa5f50f04043d379e4960dab556e0fbdf8e25ab03d02a07c1ff7b2f') _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.5.x/docs/markdown/clang_options.md # https://github.com/ROCm-Developer-Tools/HIP/blob/rocm-5.0.x/docs/markdown/clang_options.md CXX=/opt/rocm/bin/hipcc \ CXXFLAGS="${CXXFLAGS} -fcf-protection=none" \
-