[arch-commits] Commit in python-pytorch/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Sat Aug 13 22:35:22 UTC 2022
Date: Saturday, August 13, 2022 @ 22:35:22
Author: svenstaro
Revision: 1266004
upgpkg: python-pytorch 1.12.1-1
Modified:
python-pytorch/trunk/PKGBUILD
----------+
PKGBUILD | 57 ++++++++++++++++++++++++++++++---------------------------
1 file changed, 30 insertions(+), 27 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-08-13 21:32:36 UTC (rev 1266003)
+++ PKGBUILD 2022-08-13 22:35:22 UTC (rev 1266004)
@@ -4,9 +4,9 @@
_pkgname=pytorch
pkgbase="python-${_pkgname}"
pkgname=("${pkgbase}" "${pkgbase}-opt" "${pkgbase}-cuda" "${pkgbase}-opt-cuda")
-pkgver=1.12.0
-_pkgver=1.12.0
-pkgrel=3
+pkgver=1.12.1
+_pkgver=1.12.1
+pkgrel=1
_pkgdesc='Tensors and Dynamic neural networks in Python with strong GPU acceleration'
pkgdesc="${_pkgdesc}"
arch=('x86_64')
@@ -19,44 +19,45 @@
'cudnn' 'git' 'magma' 'ninja' 'pkgconfig' 'doxygen' 'gcc11')
source=("${_pkgname}-${pkgver}::git+https://github.com/pytorch/pytorch.git#tag=v$_pkgver"
# generated using parse-submodules
+ "${pkgname}-cub::git+https://github.com/NVlabs/cub.git"
+ "${pkgname}-NNPACK::git+https://github.com/Maratyszcza/NNPACK.git"
"${pkgname}-ios-cmake::git+https://github.com/Yangqing/ios-cmake.git"
"${pkgname}-pthreadpool::git+https://github.com/Maratyszcza/pthreadpool.git"
- "${pkgname}-NNPACK::git+https://github.com/Maratyszcza/NNPACK.git"
- "${pkgname}-psimd::git+https://github.com/Maratyszcza/psimd.git"
- "${pkgname}-FP16::git+https://github.com/Maratyszcza/FP16.git"
"${pkgname}-FXdiv::git+https://github.com/Maratyszcza/FXdiv.git"
- "${pkgname}-cpuinfo::git+https://github.com/pytorch/cpuinfo.git"
+ "${pkgname}-gloo::git+https://github.com/facebookincubator/gloo"
+ "${pkgname}-benchmark::git+https://github.com/google/benchmark.git"
+ "${pkgname}-pybind11::git+https://github.com/pybind/pybind11.git"
+ "${pkgname}-googletest::git+https://github.com/google/googletest.git"
"${pkgname}-enum34::git+https://github.com/PeachPy/enum34.git"
- "${pkgname}-gloo::git+https://github.com/facebookincubator/gloo"
- "${pkgname}-PeachPy::git+https://github.com/malfet/PeachPy.git"
- "${pkgname}-cub::git+https://github.com/NVlabs/cub.git"
"${pkgname}-six::git+https://github.com/benjaminp/six.git"
- "${pkgname}-QNNPACK::git+https://github.com/pytorch/QNNPACK"
- "${pkgname}-ARM_NEON_2_x86_SSE::git+https://github.com/intel/ARM_NEON_2_x86_SSE.git"
- "${pkgname}-onnx-tensorrt::git+https://github.com/onnx/onnx-tensorrt"
+ "${pkgname}-cpuinfo::git+https://github.com/pytorch/cpuinfo.git"
+ "${pkgname}-protobuf::git+https://github.com/protocolbuffers/protobuf.git"
+ "${pkgname}-foxi::git+https://github.com/houseroad/foxi.git"
+ "${pkgname}-sleef::git+https://github.com/shibatch/sleef"
"${pkgname}-ideep::git+https://github.com/intel/ideep"
- "${pkgname}-sleef::git+https://github.com/shibatch/sleef"
- "${pkgname}-foxi::git+https://github.com/houseroad/foxi.git"
- "${pkgname}-benchmark::git+https://github.com/google/benchmark.git"
"${pkgname}-nccl::git+https://github.com/NVIDIA/nccl"
+ "${pkgname}-zstd::git+https://github.com/facebook/zstd.git"
"${pkgname}-gemmlowp::git+https://github.com/google/gemmlowp.git"
+ "${pkgname}-QNNPACK::git+https://github.com/pytorch/QNNPACK"
+ "${pkgname}-onnx-tensorrt::git+https://github.com/onnx/onnx-tensorrt"
+ "${pkgname}-onnx::git+https://github.com/onnx/onnx.git"
"${pkgname}-cudnn-frontend::git+https://github.com/NVIDIA/cudnn-frontend.git"
- "${pkgname}-googletest::git+https://github.com/google/googletest.git"
+ "${pkgname}-ARM_NEON_2_x86_SSE::git+https://github.com/intel/ARM_NEON_2_x86_SSE.git"
+ "${pkgname}-ittapi::git+https://github.com/intel/ittapi.git"
"${pkgname}-fbjni::git+https://github.com/facebookincubator/fbjni.git"
- "${pkgname}-pocketfft::git+https://github.com/mreineck/pocketfft"
+ "${pkgname}-json::git+https://github.com/nlohmann/json.git"
"${pkgname}-fbgemm::git+https://github.com/pytorch/fbgemm"
- "${pkgname}-tensorpipe::git+https://github.com/pytorch/tensorpipe.git"
- "${pkgname}-onnx::git+https://github.com/onnx/onnx.git"
- "${pkgname}-tbb::git+https://github.com/01org/tbb"
"${pkgname}-fmt::git+https://github.com/fmtlib/fmt.git"
"${pkgname}-kineto::git+https://github.com/pytorch/kineto"
- "${pkgname}-protobuf::git+https://github.com/protocolbuffers/protobuf.git"
- "${pkgname}-json::git+https://github.com/nlohmann/json.git"
+ "${pkgname}-tbb::git+https://github.com/01org/tbb"
+ "${pkgname}-tensorpipe::git+https://github.com/pytorch/tensorpipe.git"
+ "${pkgname}-psimd::git+https://github.com/Maratyszcza/psimd.git"
+ "${pkgname}-XNNPACK::git+https://github.com/google/XNNPACK.git"
+ "${pkgname}-FP16::git+https://github.com/Maratyszcza/FP16.git"
+ "${pkgname}-flatbuffers::git+https://github.com/google/flatbuffers.git"
"${pkgname}-eigen::git+https://gitlab.com/libeigen/eigen.git"
- "${pkgname}-flatbuffers::git+https://github.com/google/flatbuffers.git"
- "${pkgname}-XNNPACK::git+https://github.com/google/XNNPACK.git"
- "${pkgname}-pybind11::git+https://github.com/pybind/pybind11.git"
- "${pkgname}-zstd::git+https://github.com/facebook/zstd.git"
+ "${pkgname}-PeachPy::git+https://github.com/malfet/PeachPy.git"
+ "${pkgname}-pocketfft::git+https://github.com/mreineck/pocketfft"
fix_include_system.patch
use-system-libuv.patch
fix-building-for-torchvision.patch
@@ -101,6 +102,7 @@
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
'557761502bbd994d9795bef46779e4b8c60ba0b45e7d60841f477d3b7f28a00a'
'cd9ac4aaa9f946ac5eafc57cf66c5c16b3ea7ac8af32c2558fad0705411bb669'
'600bd6a4bbcec9f99ab815d82cee1c2875530b2b75f4010da5ba72ce9bf31aff'
@@ -154,6 +156,7 @@
git config submodule."third_party/cudnn_frontend".url "${srcdir}/${pkgname}"-cudnn-frontend
git config submodule."third_party/kineto".url "${srcdir}/${pkgname}"-kineto
git config submodule."third_party/pocketfft".url "${srcdir}/${pkgname}"-pocketfft
+ git config submodule."third_party/ittapi".url "${srcdir}/${pkgname}"-ittapi
git config submodule."third_party/flatbuffers".url "${srcdir}/${pkgname}"-flatbuffers
git config submodule."third_party/nlohmann".url "${srcdir}/${pkgname}"-json
More information about the arch-commits
mailing list