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

Eli Schwartz eschwartz at archlinux.org
Mon Jul 30 20:56:02 UTC 2018


    Date: Monday, July 30, 2018 @ 20:56:01
  Author: eschwartz
Revision: 365000

upgpkg: python-pytorch 0.4.1-2

upstream release rebuilt against extra/community

Modified:
  python-pytorch/trunk/PKGBUILD

----------+
 PKGBUILD |  106 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 53 insertions(+), 53 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-07-30 20:53:20 UTC (rev 364999)
+++ PKGBUILD	2018-07-30 20:56:01 UTC (rev 365000)
@@ -6,40 +6,40 @@
 _pkgname="pytorch"
 _commit=200fb22
 pkgver=0.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Tensors and Dynamic neural networks in Python with strong GPU acceleration"
 arch=('x86_64')
-url="http://pytorch.org"
+url="https://pytorch.org"
 license=('BSD')
 makedepends=('python' 'python-setuptools' 'python2' 'python2-setuptools'
              'python-yaml' 'python2-yaml' 'python-numpy' 'python2-numpy'
              'cmake' 'cuda' 'cudnn' 'git' 'python2-typing')
 source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#commit=$_commit"
-        "git://github.com/01org/tbb"
-        "git://github.com/catchorg/Catch2"
-        "git://github.com/ARM-software/ComputeLibrary"
-        "git://github.com/Maratyszcza/FP16"
-        "git://github.com/Maratyszcza/FXdiv"
-        "git://github.com/Maratyszcza/NNPACK"
-        "git://github.com/google/benchmark"
-        "git://github.com/Maratyszcza/cpuinfo"
-        "git://github.com/NVlabs/cub"
-        "git://github.com/eigenteam/eigen-git-mirror"
-        "git://github.com/facebookincubator/gloo"
-        "git://github.com/google/googletest"
-        "git://github.com/Yangqing/ios-cmake"
-        "git://github.com/nanopb/nanopb"
-        "git://github.com/NervanaSystems/nervanagpu"
-        "git://github.com/nvidia/nccl"
-        "git://github.com/onnx/onnx"
-        "git://github.com/google/protobuf"
-        "git://github.com/Maratyszcza/psimd"
-        "git://github.com/Maratyszcza/pthreadpool"
-        "git://github.com/pybind/pybind11"
-        "git://github.com/PeachPy/enum34"
-        "git://github.com/Maratyszcza/PeachPy"
-        "git://github.com/benjaminp/six"
-        "git://github.com/facebook/zstd"
+        "git+https://github.com/01org/tbb"
+        "git+https://github.com/catchorg/Catch2"
+        "git+https://github.com/ARM-software/ComputeLibrary"
+        "git+https://github.com/Maratyszcza/FP16"
+        "git+https://github.com/Maratyszcza/FXdiv"
+        "git+https://github.com/Maratyszcza/NNPACK"
+        "git+https://github.com/google/benchmark"
+        "git+https://github.com/Maratyszcza/cpuinfo"
+        "git+https://github.com/NVlabs/cub"
+        "git+https://github.com/eigenteam/eigen-git-mirror"
+        "git+https://github.com/facebookincubator/gloo"
+        "git+https://github.com/google/googletest"
+        "git+https://github.com/Yangqing/ios-cmake"
+        "git+https://github.com/nanopb/nanopb"
+        "git+https://github.com/NervanaSystems/nervanagpu"
+        "git+https://github.com/nvidia/nccl"
+        "git+https://github.com/onnx/onnx"
+        "git+https://github.com/google/protobuf"
+        "git+https://github.com/Maratyszcza/psimd"
+        "git+https://github.com/Maratyszcza/pthreadpool"
+        "git+https://github.com/pybind/pybind11"
+        "git+https://github.com/PeachPy/enum34"
+        "git+https://github.com/Maratyszcza/PeachPy"
+        "git+https://github.com/benjaminp/six"
+        "git+https://github.com/facebook/zstd"
         noplt.patch)
 sha256sums=('SKIP'
             'SKIP'
@@ -75,32 +75,32 @@
   patch -Np1 -i "${srcdir}"/noplt.patch
 
   git submodule init
-  git config submodule."aten/src/ATen/cpu/cpuinfo".url ${srcdir}/cpuinfo
-  git config submodule."aten/src/ATen/cpu/tbb/tbb_remote".url ${srcdir}/tbb
-  git config submodule."aten/src/ATen/utils/catch".url ${srcdir}/Catch2
-  git config submodule."third_party/nanopb".url ${srcdir}/nanopb
-  git config submodule."third_party/pybind11".url ${srcdir}/pybind11
-  git config submodule."third_party/nccl".url ${srcdir}/nccl
-  git config submodule."third_party/cub".url ${srcdir}/cub
-  git config submodule."third_party/eigen".url ${srcdir}/eigen-git-mirror
-  git config submodule."third_party/googletest".url ${srcdir}/googletest
-  git config submodule."third_party/nervanagpu".url ${srcdir}/nervanagpu
-  git config submodule."third_party/benchmark".url ${srcdir}/benchmark
-  git config submodule."third_party/protobuf".url ${srcdir}/protobuf
-  git config submodule."third_party/ios-cmake".url ${srcdir}/ios-cmake
-  git config submodule."third_party/NNPACK".url ${srcdir}/NNPACK
-  git config submodule."third_party/gloo".url ${srcdir}/gloo
-  git config submodule."third_party/NNPACK_deps/pthread_ool".url ${srcdir}/pthreadpool
-  git config submodule."third_party/NNPACK_deps/FXdiv".url ${srcdir}/FXdiv
-  git config submodule."third_party/NNPACK_deps/FP16".url ${srcdir}/FP16
-  git config submodule."third_party/NNPACK_deps/psimd".url ${srcdir}/psimd
-  git config submodule."third_party/zstd".url ${srcdir}/zstd
-  git config submodule."third_party/cpuinfo".url ${srcdir}/cpuinfo
-  git config submodule."third_party/python-enum".url ${srcdir}/enum34
-  git config submodule."third_party/python-peachpy".url ${srcdir}/PeachPy
-  git config submodule."third_party/python-six".url ${srcdir}/six
-  git config submodule."third_party/ComputeLibrary".url ${srcdir}/ComputeLibrary
-  git config submodule."third_party/onnx".url ${srcdir}/onnx
+  git config submodule."aten/src/ATen/cpu/cpuinfo".url "${srcdir}"/cpuinfo
+  git config submodule."aten/src/ATen/cpu/tbb/tbb_remote".url "${srcdir}"/tbb
+  git config submodule."aten/src/ATen/utils/catch".url "${srcdir}"/Catch2
+  git config submodule."third_party/nanopb".url "${srcdir}"/nanopb
+  git config submodule."third_party/pybind11".url "${srcdir}"/pybind11
+  git config submodule."third_party/nccl".url "${srcdir}"/nccl
+  git config submodule."third_party/cub".url "${srcdir}"/cub
+  git config submodule."third_party/eigen".url "${srcdir}"/eigen-git-mirror
+  git config submodule."third_party/googletest".url "${srcdir}"/googletest
+  git config submodule."third_party/nervanagpu".url "${srcdir}"/nervanagpu
+  git config submodule."third_party/benchmark".url "${srcdir}"/benchmark
+  git config submodule."third_party/protobuf".url "${srcdir}"/protobuf
+  git config submodule."third_party/ios-cmake".url "${srcdir}"/ios-cmake
+  git config submodule."third_party/NNPACK".url "${srcdir}"/NNPACK
+  git config submodule."third_party/gloo".url "${srcdir}"/gloo
+  git config submodule."third_party/NNPACK_deps/pthread_ool".url "${srcdir}"/pthreadpool
+  git config submodule."third_party/NNPACK_deps/FXdiv".url "${srcdir}"/FXdiv
+  git config submodule."third_party/NNPACK_deps/FP16".url "${srcdir}"/FP16
+  git config submodule."third_party/NNPACK_deps/psimd".url "${srcdir}"/psimd
+  git config submodule."third_party/zstd".url "${srcdir}"/zstd
+  git config submodule."third_party/cpuinfo".url "${srcdir}"/cpuinfo
+  git config submodule."third_party/python-enum".url "${srcdir}"/enum34
+  git config submodule."third_party/python-peachpy".url "${srcdir}"/PeachPy
+  git config submodule."third_party/python-six".url "${srcdir}"/six
+  git config submodule."third_party/ComputeLibrary".url "${srcdir}"/ComputeLibrary
+  git config submodule."third_party/onnx".url "${srcdir}"/onnx
   git submodule update
 
   cd ..



More information about the arch-commits mailing list