Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
python-triton
Commits:
84d08d52 by Torsten Keßler at 2025-12-28T18:41:24+01:00
upgpkg: 3.5.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-triton
pkgdesc = Language and compiler for writing highly efficient custom
Deep-Learning primitives
- pkgver = 3.5.0
- pkgrel = 2
+ pkgver = 3.5.1
+ pkgrel = 1
url = https://triton-lang.org/main/index.html
arch = x86_64
license = MIT
@@ -16,9 +16,9 @@ pkgbase = python-triton
depends = glibc
depends = gcc-libs
depends = python
- source =
python-triton-3.5.0.tar.gz::https://github.com/triton-lang/triton/archive/refs/tags/v3.5.0.tar.gz
- source =
python-triton-llvm-3.5.0::git+https://github.com/triton-lang/llvm-project#commit=7d5de3033187c8a3bb4d2e322f5462cdaf49808f
- sha256sums =
426cefe3752fcce2d3ea31af4252f3fa8358b112fe1e3e112434411935644259
+ source =
python-triton-3.5.1.tar.gz::https://github.com/triton-lang/triton/archive/refs/tags/v3.5.1.tar.gz
+ source =
python-triton-llvm-3.5.1::git+https://github.com/triton-lang/llvm-project#commit=7d5de3033187c8a3bb4d2e322f5462cdaf49808f
+ sha256sums =
03d7c41f6f2dc1dfa3445776c4a893dc34b1e0ece42b953f036c071ff6409b80
sha256sums =
77b77b6eafa9ebc175922705ebb054067a42849ecc84f64f8a42d9d595a7683b
pkgname = python-triton
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkgname=triton
pkgname=python-${_pkgname}
-pkgver=3.5.0
-pkgrel=2
+pkgver=3.5.1
+pkgrel=1
pkgdesc="Language and compiler for writing highly efficient custom
Deep-Learning primitives"
url="https://triton-lang.org/main/index.html"
license=(MIT)
@@ -26,13 +26,13 @@ makedepends=(
)
_git="https://github.com/triton-lang/triton"
_llvm="https://github.com/triton-lang/llvm-project"
-# https://github.com/triton-lang/triton/blob/v3.5.0/cmake/llvm-hash.txt
+# https://github.com/triton-lang/triton/blob/v3.5.1/cmake/llvm-hash.txt
_commit=7d5de3033187c8a3bb4d2e322f5462cdaf49808f
source=(
"${pkgname}-${pkgver}.tar.gz::${_git}/archive/refs/tags/v${pkgver}.tar.gz"
"${pkgname}-llvm-${pkgver}::git+${_llvm}#commit=${_commit}"
)
-sha256sums=('426cefe3752fcce2d3ea31af4252f3fa8358b112fe1e3e112434411935644259'
+sha256sums=('03d7c41f6f2dc1dfa3445776c4a893dc34b1e0ece42b953f036c071ff6409b80'
'77b77b6eafa9ebc175922705ebb054067a42849ecc84f64f8a42d9d595a7683b')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-triton/-/commit/84d08d528b04901fe8a3df8da629859324b7b279
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-triton/-/commit/84d08d528b04901fe8a3df8da629859324b7b279
You're receiving this email because of your account on gitlab.archlinux.org.