Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages /
python-tensile
Commits:
89ce46c2 by Christian Heusel at 2025-12-01T23:03:14+01:00
upgpkg: 7.1.1-1: New upstream release: ROCm 7.1.1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-tensile
pkgdesc = benchmark-driven backend libraries for general matrix-matrix
multiplications
- pkgver = 7.1.0
+ pkgver = 7.1.1
pkgrel = 1
url = https://rocm.docs.amd.com/projects/Tensile/en/latest/
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-tensile
depends = python-msgpack
depends = python-pyaml
depends = python-joblib
- source =
python-tensile-7.1.0.tar.gz::https://github.com/ROCm/Tensile/archive/refs/tags/rocm-7.1.0.tar.gz
- sha256sums =
853b92723750ee2249d8f7aedb1e367a97fb3b9fe4b3741d67e8c1bee7cd97cb
+ source =
python-tensile-7.1.1.tar.gz::https://github.com/ROCm/Tensile/archive/refs/tags/rocm-7.1.1.tar.gz
+ sha256sums =
12e3b538efe2069ecd77dfd0bc9309d6f067eab002f153ddbf8b20896ee46ec3
pkgname = python-tensile
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Maintainer: Christian Heusel <[email protected]>
pkgname=python-tensile
-pkgver=7.1.0
+pkgver=7.1.1
pkgrel=1
pkgdesc="benchmark-driven backend libraries for general matrix-matrix
multiplications"
arch=('any')
@@ -12,7 +12,7 @@ depends=('python' 'python-msgpack' 'python-pyaml'
'python-joblib')
makedepends=('cmake' 'python-build' 'python-installer' 'python-wheel'
'python-setuptools')
_git='https://github.com/ROCm/Tensile'
source=("$pkgname-$pkgver.tar.gz::$_git/archive/refs/tags/rocm-$pkgver.tar.gz")
-sha256sums=('853b92723750ee2249d8f7aedb1e367a97fb3b9fe4b3741d67e8c1bee7cd97cb')
+sha256sums=('12e3b538efe2069ecd77dfd0bc9309d6f067eab002f153ddbf8b20896ee46ec3')
prepare() {
cd "Tensile-rocm-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensile/-/commit/89ce46c2898ef2872571c931aac70197721bd631
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensile/-/commit/89ce46c2898ef2872571c931aac70197721bd631
You're receiving this email because of your account on gitlab.archlinux.org.