summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 8 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e151a7748e74..b814e501b241 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
# -DNCCL_ROOT_DIR:PATH='/opt/cuda'
pkgname=caffe2-git
-pkgver=0.8.2.r11002.g90026f59a
+pkgver=0.8.2.r11045.g762eb3ddc
pkgrel=1
epoch=1
pkgdesc='A new lightweight, modular, and scalable deep learning framework (git version, gpu enabled)'
@@ -50,7 +50,7 @@ source=(
'caffe2-submodule-nanopb'::'git+https://github.com/nanopb/nanopb.git'
'caffe2-submodule-pybind11'::'git+https://github.com/pybind/pybind11.git'
'caffe2-submodule-cub'::'git+https://github.com/NVlabs/cub.git'
- 'caffe2-submodule-eigen'::'git+https://github.com/RLovelett/eigen.git'
+ 'caffe2-submodule-eigen'::'git+https://github.com/eigenteam/eigen-git-mirror.git'
'caffe2-submodule-googletest'::'git+https://github.com/google/googletest.git'
'caffe2-submodule-nervanagpu'::'git+https://github.com/NervanaSystems/nervanagpu.git'
'caffe2-submodule-benchmark'::'git+https://github.com/google/benchmark.git'
@@ -70,6 +70,8 @@ source=(
'caffe2-submodule-ComputeLibrary'::'git+https://github.com/ARM-software/ComputeLibrary.git'
'caffe2-submodule-onnx'::'git+https://github.com/onnx/onnx.git'
'caffe2-submodule-ideep'::'git+https://github.com/intel/ideep.git'
+ 'caffe2-submodule-cereal'::'git+https://github.com/USCiLab/cereal'
+ 'caffe2-submodule-onnx-tensorrt'::'git+https://github.com/onnx/onnx-tensorrt'
)
sha256sums=('SKIP'
'SKIP'
@@ -96,6 +98,8 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
+ 'SKIP'
+ 'SKIP'
'SKIP')
prepare() {
@@ -104,7 +108,8 @@ prepare() {
local _submodule_list="tbb catch nanopb pybind11 cub eigen googletest nervanagpu \
benchmark protobuf ios-cmake NNPACK gloo NNPACK_deps/pthreadpool \
NNPACK_deps/FXdiv NNPACK_deps/FP16 NNPACK_deps/psimd zstd \
- python-enum python-peachpy python-six ComputeLibrary onnx ideep"
+ python-enum python-peachpy python-six ComputeLibrary onnx ideep \
+ cereal onnx-tensorrt"
git submodule init