upgpkg: hipblas 5.0.2-1

upstream release
This commit is contained in:
Torsten Keßler 2022-03-06 14:35:40 +01:00
parent 3cdfa53c4f
commit 32f965d60a
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = hipblas
pkgdesc = ROCm BLAS marshalling library
pkgver = 5.0.1
pkgver = 5.0.2
pkgrel = 1
url = https://rocmdocs.amd.com/en/latest/ROCm_Libraries/ROCm_Libraries.html#hipblas
arch = x86_64
@ -10,7 +10,7 @@ pkgbase = hipblas
depends = hip
depends = rocblas
depends = rocsolver
source = hipblas-5.0.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-5.0.1.tar.gz
sha256sums = 2074a35dac9beaa927496ce9b2bebdaf89b2ae9404580dfe4bef2d899ecfcf7f
source = hipblas-5.0.2.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-5.0.2.tar.gz
sha256sums = 201772bfc422ecb2c50e898dccd7d3d376cf34a2b795360e34bf71326aa37646
pkgname = hipblas

View file

@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <t dot kessler at posteo dot de>
# Contributor: Markus Näther <naether.markus@gmail.com>
pkgname=hipblas
pkgver=5.0.1
pkgver=5.0.2
pkgrel=1
pkgdesc='ROCm BLAS marshalling library'
arch=('x86_64')
@ -11,7 +11,7 @@ depends=('hip' 'rocblas' 'rocsolver')
makedepends=('cmake' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipBLAS'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
sha256sums=('2074a35dac9beaa927496ce9b2bebdaf89b2ae9404580dfe4bef2d899ecfcf7f')
sha256sums=('201772bfc422ecb2c50e898dccd7d3d376cf34a2b795360e34bf71326aa37646')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {