* update rocsparse to 6.2.2-1

This commit is contained in:
Alexander Baldeck 2024-11-19 16:34:39 +01:00
parent 45b9c63434
commit c2569122b4
2 changed files with 13 additions and 10 deletions

View File

@ -1,9 +1,12 @@
pkgbase = rocsparse
pkgdesc = BLAS for sparse computation on top of ROCm
pkgver = 6.0.2
pkgrel = 2
pkgver = 6.2.2
pkgrel = 1
url = https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/index.html
arch = x86_64
arch = powerpc64le
arch = powerpc64
arch = riscv64
license = MIT
makedepends = cmake
makedepends = rocm-cmake
@ -11,11 +14,11 @@ pkgbase = rocsparse
depends = rocm-core
depends = glibc
depends = gcc-libs
depends = hip
depends = hip-runtime-amd
depends = rocprim
options = !lto
options = !buildflags
source = rocsparse-6.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-6.0.2.tar.gz
sha256sums = 00292eb7efe5719a65960bdbe391ba8e0ce610487eea11397aad6a14b11e12cd
source = rocsparse-6.2.2.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-6.2.2.tar.gz
sha256sums = 1498a9dd79b492d951fed0eef39c0ede1913d884404b0bb51b1f1e64ff3f05b0
pkgname = rocsparse

View File

@ -2,17 +2,17 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
# Contributor: Markus Näther <naetherm@informatik.uni-freiburg.de>
pkgname=rocsparse
pkgver=6.0.2
pkgrel=2.1
pkgver=6.2.2
pkgrel=1
pkgdesc='BLAS for sparse computation on top of ROCm'
arch=(x86_64 powerpc64le powerpc64 riscv64)
url='https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/index.html'
license=('MIT')
depends=('rocm-core' 'glibc' 'gcc-libs' 'hip' 'rocprim')
depends=('rocm-core' 'glibc' 'gcc-libs' 'hip-runtime-amd' 'rocprim')
makedepends=('cmake' 'rocm-cmake' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/rocSPARSE'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
sha256sums=('00292eb7efe5719a65960bdbe391ba8e0ce610487eea11397aad6a14b11e12cd')
sha256sums=('1498a9dd79b492d951fed0eef39c0ede1913d884404b0bb51b1f1e64ff3f05b0')
# Disable default build flags and use release mode as otherwise the linker step
# fails. The symbol offset size reaches the 32 bit integer limits.
options=(!lto !buildflags)
@ -20,7 +20,7 @@ _dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {
# -fcf-protection is not supported by HIP, see
# https://rocm.docs.amd.com/en/latest/reference/rocmcc.html#support-status-of-other-clang-options
# https://rocm.docs.amd.com/projects/llvm-project/en/latest/reference/rocmcc.html#support-status-of-other-clang-options
local cmake_args=(
-Wno-dev
-S "$_dirname"