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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Oct 5 02:46:38 UTC 2017


    Date: Thursday, October 5, 2017 @ 02:46:35
  Author: svenstaro
Revision: 261604

upgpkg: python-pytorch 0.2.0-2

cuda9 rebuild

Modified:
  python-pytorch/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-10-05 01:12:57 UTC (rev 261603)
+++ PKGBUILD	2017-10-05 02:46:35 UTC (rev 261604)
@@ -25,7 +25,8 @@
   sed -i -e '144icp -r nccl gloo/third-party/' torch/lib/build_all.sh
   sed -i -e '470,475d' setup.py
 
-  rm -r torch/lib/nccl/*
+  # Hack to build with new cuda 9
+  rm -r torch/lib/nccl/src
   cp -r "${srcdir}"/nccl-*/* torch/lib/nccl
 
   patch -Np1 < ${srcdir}/2334.patch



More information about the arch-commits mailing list