Changes
2 changed files (+4/-4)
-
-
@@ -1,7 +1,7 @@pkgbase = rocthrust pkgdesc = Port of the Thrust parallel algorithm library atop HIP/ROCm pkgver = 3.5.0 pkgrel = 1 pkgrel = 2 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust arch = x86_64 license = Apache
-
@@ -10,7 +10,7 @@ pkgbase = rocthrustdepends = hip-rocclr depends = rocprim source = rocthrust-3.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocThrust/archive/rocm-3.5.0.tar.gz sha256sums = 5782c9b96233b2050168381b3c2259baeb410b859f68c25b2d14110fb1bb726f sha256sums = 0d1bac1129d17bb1259fd06f5c9cb4c1620d1790b5c295b866fb3442d18923cb pkgname = rocthrust
-
-
-
@@ -1,7 +1,7 @@# Maintainer: Markus Näther <naetherm@informatik.uni-freiburg.de> pkgname=rocthrust pkgver=3.5.0 pkgrel=1 pkgrel=2 pkgdesc='Port of the Thrust parallel algorithm library atop HIP/ROCm' arch=('x86_64') url='https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocthrust'
-
@@ -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=('5782c9b96233b2050168381b3c2259baeb410b859f68c25b2d14110fb1bb726f') sha256sums=('0d1bac1129d17bb1259fd06f5c9cb4c1620d1790b5c295b866fb3442d18923cb') build() { mkdir -p build
-