[arch-commits] Commit in python-pytorch/trunk (PKGBUILD)

Chih-Hsuan Yen yan12125 at gemini.archlinux.org
Sun Feb 20 08:38:36 UTC 2022


    Date: Sunday, February 20, 2022 @ 08:38:35
  Author: yan12125
Revision: 1135229

upgpkg: python-pytorch 1.11.0rc2-1

Modified:
  python-pytorch/trunk/PKGBUILD

----------+
 PKGBUILD |    9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-20 08:37:34 UTC (rev 1135228)
+++ PKGBUILD	2022-02-20 08:38:35 UTC (rev 1135229)
@@ -4,9 +4,9 @@
 pkgbase=python-pytorch
 pkgname=("python-pytorch" "python-pytorch-cuda")
 _pkgname="pytorch"
-pkgver=1.11.0rc1
-_pkgver=1.11.0-rc1
-pkgrel=2
+pkgver=1.11.0rc2
+_pkgver=1.11.0-rc2
+pkgrel=1
 _pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU acceleration'
 pkgdesc="${_pkgdesc}"
 arch=('x86_64')
@@ -206,6 +206,9 @@
   # build against ffmpeg4.4
   patch -Np1 -i "${srcdir}/ffmpeg4.4.patch"
 
+  # Backport https://github.com/driazati/breakpad/commit/605c51ed96ad44b34c457bbca320e74e194c317e for fixing build with glibc > 2.33
+  git -C third_party/breakpad cherry-pick -n 605c51ed96ad44b34c457bbca320e74e194c317e
+
   cd "${srcdir}"
 
   cp -r "${_pkgname}-${pkgver}" "${_pkgname}-${pkgver}-cuda"



More information about the arch-commits mailing list