Changes
2 changed files (+5/-6)
-
-
@@ -1,6 +1,6 @@pkgbase = rocthrust pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm pkgver = 3.10.0 pkgver = 4.0.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust arch = x86_64
-
@@ -9,8 +9,7 @@ pkgbase = rocthrustmakedepends = git depends = hip-rocclr depends = rocprim source = rocthrust-3.10.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.10.0.tar.gz sha256sums = 31bea6cd19a0ffa15e4ab50ecde2402ea5aaa182149cfab98242357e41f1805b source = rocthrust-4.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-4.0.0.tar.gz sha256sums = 120c87316f44ce8e8975e57c9b9bf1246b1ffc00879d31d744289ba9438a976c pkgname = rocthrust
-
-
-
@@ -1,6 +1,6 @@# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de> pkgname=rocthrust pkgver=3.10.0 pkgver=4.0.0 pkgrel=1 pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm' arch=('x86_64')
-
@@ -10,7 +10,7 @@ depends=('hip-rocclr' 'rocprim')makedepends=('cmake' 'git') _git='https://github.com/ROCmSoftwarePlatform/rocThrust' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('31bea6cd19a0ffa15e4ab50ecde2402ea5aaa182149cfab98242357e41f1805b') sha256sums=('120c87316f44ce8e8975e57c9b9bf1246b1ffc00879d31d744289ba9438a976c') _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")" build() {
-