upgpkg: rocsolver 5.0.2-1

upstream release
This commit is contained in:
Torsten Keßler 2022-03-06 15:36:55 +01:00
parent 3b8dee99d6
commit 33a4a28572
2 changed files with 8 additions and 8 deletions

View file

@ -1,6 +1,6 @@
pkgbase = rocsolver
pkgdesc = Subset of LAPACK functionality on the ROCm platform
pkgver = 5.0.1
pkgver = 5.0.2
pkgrel = 1
url = https://rocsolver.readthedocs.io/en/latest/userguidedocu.html
arch = x86_64
@ -12,9 +12,9 @@ pkgbase = rocsolver
makedepends = rocm-cmake
depends = hip
depends = rocblas
source = rocsolver-5.0.1.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSOLVER/archive/rocm-5.0.1.tar.gz
source = rocsolver-5.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/rocSOLVER/archive/rocm-5.0.2.tar.gz
source = fmt.patch::https://github.com/acxz/rocSOLVER/commit/0f4658e04ac7b48fea213f29b209a0206b67c43f.patch
sha256sums = 0086d673ed47b8713ea2906061c59f30ed4b5bd6181a1702428ca7dc6a8c14f8
sha256sums = SKIP
sha256sums = 298e0903f1ba8074055ab072690f967062d6e06a9371574de23e4e38d2997688
sha256sums = 3c2935fea8136ce6d1078318a50aa3c58bd39384da7e3a7e12e8d7fec5e31f69
pkgname = rocsolver

View file

@ -1,7 +1,7 @@
# Maintainer Torsten Keßler <t dot kessler at posteo dot de>
pkgname=rocsolver
pkgver=5.0.1
pkgver=5.0.2
pkgrel=1
pkgdesc='Subset of LAPACK functionality on the ROCm platform'
arch=('x86_64')
@ -12,13 +12,13 @@ makedepends=('cmake' 'fmt' 'python' 'python-pyaml' 'rocm-cmake')
_git='https://github.com/ROCmSoftwarePlatform/rocSOLVER'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz"
"fmt.patch::https://github.com/acxz/rocSOLVER/commit/0f4658e04ac7b48fea213f29b209a0206b67c43f.patch")
sha256sums=('0086d673ed47b8713ea2906061c59f30ed4b5bd6181a1702428ca7dc6a8c14f8'
'SKIP')
sha256sums=('298e0903f1ba8074055ab072690f967062d6e06a9371574de23e4e38d2997688'
'3c2935fea8136ce6d1078318a50aa3c58bd39384da7e3a7e12e8d7fec5e31f69')
_dirname="$(basename "$_git")-$(basename "${source[0]}" .tar.gz)"
prepare() {
cd "${_dirname}"
patch --forward --strip=1 --input="${srcdir}/fmt.patch"
patch -Np1 -i "${srcdir}/fmt.patch"
}
build() {