Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages / 
rocblas


Commits:
c24f539d by Torsten Keßler at 2023-10-01T11:15:41+02:00
upgpkg: 5.7.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -0,0 +1,28 @@
+pkgbase = rocblas
+       pkgdesc = Next generation BLAS implementation for ROCm platform
+       pkgver = 5.7.0
+       pkgrel = 1
+       url = https://rocblas.readthedocs.io/en/latest
+       arch = x86_64
+       license = MIT
+       makedepends = rocm-cmake
+       makedepends = python
+       makedepends = python-virtualenv
+       makedepends = python-pyaml
+       makedepends = python-wheel
+       makedepends = python-msgpack
+       makedepends = python-joblib
+       makedepends = perl-file-which
+       makedepends = msgpack-cxx
+       makedepends = gcc-fortran
+       depends = hip
+       depends = openmp
+       options = !lto
+       source = 
rocblas-5.7.0.tar.gz::https://github.com/ROCmSoftwarePlatform/rocBLAS/archive/rocm-5.7.0.tar.gz
+       source = 
rocblas-tensile-5.7.0.tar.gz::https://github.com/ROCmSoftwarePlatform/Tensile/archive/refs/tags/rocm-5.7.0.tar.gz
+       source = find-msgpack-5.patch
+       sha256sums = 
024edd98de9687ee5394badc4dd4c543eef4eb3f71c96ff64100705d851e1744
+       sha256sums = 
fe2ae067c1c579f33d7a1e26da3fe6b4ed44befa08f9dfce2ceae586f184b816
+       sha256sums = 
3f91bf087e4ea72eaef5acd500e16b61aa69c029cfcca14666799a7c42a0c5aa
+
+pkgname = rocblas


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Torsten Keßler <tpkessler at archlinux dot org>
 # Contributor: Markus Näther <naether.mar...@gmail.com>
 pkgname=rocblas
-pkgver=5.6.1
+pkgver=5.7.0
 pkgrel=1
 pkgdesc='Next generation BLAS implementation for ROCm platform'
 arch=('x86_64')
@@ -15,8 +15,8 @@ _tensile='https://github.com/ROCmSoftwarePlatform/Tensile'
 source=("$pkgname-$pkgver.tar.gz::$_rocblas/archive/rocm-$pkgver.tar.gz"
         
"$pkgname-tensile-$pkgver.tar.gz::$_tensile/archive/refs/tags/rocm-$pkgver.tar.gz"
         "find-msgpack-5.patch")
-sha256sums=('73896ebd445162a69af97f9fd462684609b4e0cf617eab450cd4558b4a23941e'
-            '3e78c933563fade8781a1dca2079bff135af2f5d2c6eb0147797d2c1f24d006c'
+sha256sums=('024edd98de9687ee5394badc4dd4c543eef4eb3f71c96ff64100705d851e1744'
+            'fe2ae067c1c579f33d7a1e26da3fe6b4ed44befa08f9dfce2ceae586f184b816'
             '3f91bf087e4ea72eaef5acd500e16b61aa69c029cfcca14666799a7c42a0c5aa')
 options=(!lto)
 _dirname="$(basename "$_rocblas")-$(basename "${source[0]}" ".tar.gz")"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocblas/-/commit/c24f539d231ef8a8b82b46242fbc6946216eaf40

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rocblas/-/commit/c24f539d231ef8a8b82b46242fbc6946216eaf40
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to