* update rocsparse to 6.2.4-1
This commit is contained in:
parent
e8dd0d323e
commit
8ec4d55a8b
@ -1,6 +1,6 @@
|
||||
pkgbase = rocsparse
|
||||
pkgdesc = BLAS for sparse computation on top of ROCm
|
||||
pkgver = 6.2.2
|
||||
pkgver = 6.2.4
|
||||
pkgrel = 1
|
||||
url = https://rocm.docs.amd.com/projects/rocSPARSE/en/latest/index.html
|
||||
arch = x86_64
|
||||
@ -18,7 +18,7 @@ pkgbase = rocsparse
|
||||
depends = rocprim
|
||||
options = !lto
|
||||
options = !buildflags
|
||||
source = rocsparse-6.2.2.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-6.2.2.tar.gz
|
||||
sha256sums = 1498a9dd79b492d951fed0eef39c0ede1913d884404b0bb51b1f1e64ff3f05b0
|
||||
source = rocsparse-6.2.4.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSPARSE/archive/rocm-6.2.4.tar.gz
|
||||
sha256sums = 1f86c2d439e777cd17724269da66997d351b3a1b83f44143361e9c77d80e2370
|
||||
|
||||
pkgname = rocsparse
|
||||
|
@ -2,7 +2,7 @@
|
||||
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
|
||||
# Contributor: Markus Näther <naetherm@informatik.uni-freiburg.de>
|
||||
pkgname=rocsparse
|
||||
pkgver=6.2.2
|
||||
pkgver=6.2.4
|
||||
pkgrel=1
|
||||
pkgdesc='BLAS for sparse computation on top of ROCm'
|
||||
arch=(x86_64 powerpc64le powerpc64 riscv64)
|
||||
@ -12,7 +12,7 @@ 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=('1498a9dd79b492d951fed0eef39c0ede1913d884404b0bb51b1f1e64ff3f05b0')
|
||||
sha256sums=('1f86c2d439e777cd17724269da66997d351b3a1b83f44143361e9c77d80e2370')
|
||||
# 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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user