Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
python-pytorch
Commits:
14c0d0f0 by Sven-Hendrik Haase at 2026-07-13T22:36:02+02:00
upgpkg: 2.13.0-3: Remove conflicting libaotriton_v2.so
Fixes #42.
- - - - -
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.13.0
- pkgrel = 2
+ pkgrel = 3
url = https://pytorch.org
arch = x86_64
license = BSD-3-Clause-Modification
=====================================
PKGBUILD
=====================================
@@ -9,7 +9,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.13.0
-pkgrel=2
+pkgrel=3
pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU
acceleration'
arch=('x86_64')
url="https://pytorch.org"
@@ -457,6 +457,7 @@ _package() {
# Clean up duplicates with Arch packages
rm -vrf $(ls -d "${pkgdir}"/usr/include/* | grep -v
"/ATen$\|/caffe2$\|/c10$\|/torch$\|/tensorpipe$")
+ rm -f "${pkgdir}"/usr/lib/libaotriton_v2.so
# Python module is hardcoded so look there at runtime
ln -s /usr/include "${pkgdir}/${pytorchpath}/include"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/14c0d0f0035ac8550259b4b856cbd86e6ac656f7
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytorch/-/commit/14c0d0f0035ac8550259b4b856cbd86e6ac656f7
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help