Changes
2 changed files (+8/-8)
-
-
@@ -1,6 +1,6 @@pkgbase = rocsparse pkgdesc = BLAS for sparse computation on top of ROCm pkgver = 4.3.1 pkgver = 4.5.0 pkgrel = 1 url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocsparse arch = x86_64
-
@@ -8,9 +8,9 @@ pkgbase = rocsparsemakedepends = cmake makedepends = git makedepends = gcc-fortran depends = hip-rocclr depends = hip depends = rocprim source = rocsparse-4.3.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-4.3.1.tar.gz sha256sums = fa5ea64f71e1cfbebe41618cc183f501b387824a6dc58486ab1214d7af5cbef2 source = rocsparse-4.5.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-4.5.0.tar.gz sha256sums = b120e9e17e7e141caee4c8c4288c9d1902bad0cec2ea76458d3ba11343376938 pkgname = rocsparse
-
-
-
@@ -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=rocsparse pkgver=4.3.1 pkgver=4.5.0 pkgrel=1 pkgdesc='BLAS for sparse computation on top of ROCm' arch=('x86_64') url='https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#rocsparse' license=('MIT') depends=('hip-rocclr' 'rocprim') depends=('hip' 'rocprim') makedepends=('cmake' 'git' 'gcc-fortran') _git='https://github.com/ROCmSoftwarePlatform/rocSPARSE' source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz") sha256sums=('fa5ea64f71e1cfbebe41618cc183f501b387824a6dc58486ab1214d7af5cbef2') sha256sums=('b120e9e17e7e141caee4c8c4288c9d1902bad0cec2ea76458d3ba11343376938') _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
-