Torsten Keßler pushed to branch main at Arch Linux / Packaging / Packages /
python-pytorch
Commits:
d4a7c597 by Torsten Keßler at 2025-04-09T15:20:39+02:00
upgpkg: 2.6.0-14
oneDNN rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pytorch
pkgdesc = Tensors and Dynamic neural networks in Python with strong GPU
acceleration
pkgver = 2.6.0
- pkgrel = 13
+ pkgrel = 14
url = https://pytorch.org
arch = x86_64
license = BSD
=====================================
PKGBUILD
=====================================
@@ -8,7 +8,7 @@ pkgname=("${pkgbase}" "${pkgbase}-opt" "${pkgbase}-cuda"
"${pkgbase}-opt-cuda" "
# When updating pytorch, also check the compatibility table for torchvision
# https://github.com/pytorch/vision?tab=readme-ov-file#installation
pkgver=2.6.0
-pkgrel=13
+pkgrel=14
_pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU
acceleration'
pkgdesc="${_pkgdesc}"
arch=('x86_64')
@@ -246,6 +246,9 @@ _prepare() {
# Build aotriton from source instead of downloading a binary
export AOTRITON_INSTALL_FROM_SOURCE=1
+
+ # Fix build issues for onnx with cmake 4.0
+ export CMAKE_POLICY_VERSION_MINIMUM=3.5
}
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/d4a7c597908f921217a4810c2cc7f85365ddf9d4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/d4a7c597908f921217a4810c2cc7f85365ddf9d4
You're receiving this email because of your account on gitlab.archlinux.org.