Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
hipblas
Commits:
77286079 by Torsten Keßler at 2023-12-22T15:38:58+01:00
upgpkg: 6.0.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = hipblas
pkgdesc = ROCm BLAS marshalling library
- pkgver = 5.7.1
+ pkgver = 6.0.0
pkgrel = 1
url = https://hipblas.readthedocs.io/en/latest/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hipblas
depends = hip
depends = rocblas
depends = rocsolver
- source =
hipblas-5.7.1.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-5.7.1.tar.gz
- sha256sums =
794e9298f48ffbe3bd1c1ab87a5c2c2b953713500155fdec9ef8cbb11f81fc8a
+ source =
hipblas-6.0.0.tar.gz::https://github.com/ROCmSoftwarePlatform/hipBLAS/archive/rocm-6.0.0.tar.gz
+ sha256sums =
8fbd0c244fe82eded866e06d2399b1d91ab5d43d2ebcb73382c7ce1ae48d9cb3
pkgname = hipblas
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
# Contributor: Markus Näther <[email protected]>
pkgname=hipblas
-pkgver=5.7.1
+pkgver=6.0.0
pkgrel=1
pkgdesc='ROCm BLAS marshalling library'
arch=('x86_64')
@@ -11,7 +11,7 @@ depends=('hip' 'rocblas' 'rocsolver')
makedepends=('rocm-cmake' 'gcc-fortran')
_git='https://github.com/ROCmSoftwarePlatform/hipBLAS'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/rocm-$pkgver.tar.gz")
-sha256sums=('794e9298f48ffbe3bd1c1ab87a5c2c2b953713500155fdec9ef8cbb11f81fc8a')
+sha256sums=('8fbd0c244fe82eded866e06d2399b1d91ab5d43d2ebcb73382c7ce1ae48d9cb3')
_dirname="$(basename "$_git")-$(basename "${source[0]}" ".tar.gz")"
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblas/-/commit/7728607936ccefaff696d6e02816f45546cc0a64
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/hipblas/-/commit/7728607936ccefaff696d6e02816f45546cc0a64
You're receiving this email because of your account on gitlab.archlinux.org.