Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
python-tensile
Commits:
86d9b4cc by Torsten Keßler at 2026-01-28T20:56:40+01:00
upgpkg: 7.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-tensile
pkgdesc = benchmark-driven backend libraries for general matrix-matrix
multiplications
- pkgver = 7.1.1
- pkgrel = 2
+ pkgver = 7.2.0
+ pkgrel = 1
url = https://rocm.docs.amd.com/projects/Tensile/en/latest/
arch = any
license = MIT
@@ -14,7 +14,7 @@ pkgbase = python-tensile
depends = python-msgpack
depends = python-pyaml
depends = python-joblib
- source =
python-tensile-7.1.1.tar.gz::https://github.com/ROCm/Tensile/archive/refs/tags/rocm-7.1.1.tar.gz
- sha256sums =
12e3b538efe2069ecd77dfd0bc9309d6f067eab002f153ddbf8b20896ee46ec3
+ source =
python-tensile-7.2.0.tar.gz::https://github.com/ROCm/Tensile/archive/refs/tags/rocm-7.2.0.tar.gz
+ sha256sums =
e09cfe77fc0b9198e3dd0530214599b1bf849a8bd36031a734f0e591aafb7caf
pkgname = python-tensile
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Christian Heusel <[email protected]>
pkgname=python-tensile
-pkgver=7.1.1
-pkgrel=2
+pkgver=7.2.0
+pkgrel=1
pkgdesc="benchmark-driven backend libraries for general matrix-matrix
multiplications"
arch=('any')
url='https://rocm.docs.amd.com/projects/Tensile/en/latest/'
@@ -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=('12e3b538efe2069ecd77dfd0bc9309d6f067eab002f153ddbf8b20896ee46ec3')
+sha256sums=('e09cfe77fc0b9198e3dd0530214599b1bf849a8bd36031a734f0e591aafb7caf')
prepare() {
cd "Tensile-rocm-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensile/-/commit/86d9b4cc70b7b009e759933f3374f3043c551fed
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensile/-/commit/86d9b4cc70b7b009e759933f3374f3043c551fed
You're receiving this email because of your account on gitlab.archlinux.org.