Changes
2 changed files (+6/-6)
-
-
@@ -1,6 +1,6 @@pkgbase = rocthrust pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm pkgver = 4.5.2 pkgver = 5.0.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust arch = x86_64
-
@@ -10,7 +10,7 @@ pkgbase = rocthrustmakedepends = git depends = hip depends = rocprim source = rocthrust-4.5.2.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-4.5.2.tar.gz sha256sums = 9171a05dd7438aebd4f6a939b1b33b7e87be1a0bd52d90a171b74539885cf591 source = rocthrust-5.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-5.0.0.tar.gz sha256sums = 10b7b1be919881904d64f8084c2afe22aa00c560f8493a75dbf5df8386443ab4 pkgname = rocthrust
-
-
-
@@ -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=rocthrust pkgver=4.5.2 pkgver=5.0.0 pkgrel=1 pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm' arch=('x86_64')
-
@@ -11,12 +11,12 @@ depends=('hip' 'rocprim')makedepends=('cmake' 'rocm-cmake' 'git') _git='https://github.com/ROCmSoftwarePlatform/rocThrust' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('9171a05dd7438aebd4f6a939b1b33b7e87be1a0bd52d90a171b74539885cf591') sha256sums=('10b7b1be919881904d64f8084c2afe22aa00c560f8493a75dbf5df8386443ab4') _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" \ cmake -Wno-dev -S "$_dirname" \
-