summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 3 insertions, 6 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 139c66d3bea2..223a2093776d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe2-git
pkgver=0.8.1.r120.g898ba8bf
-pkgrel=1
+pkgrel=2
pkgdesc='A new lightweight, modular, and scalable deep learning framework (git version, gpu enabled)'
arch=('x86_64')
url='http://caffe2.ai/'
@@ -43,7 +43,6 @@ source=(
# git submodules:
'submodule-pybind11'::'git+https://github.com/pybind/pybind11.git'
'submodule-nccl'::'git+https://github.com/nvidia/nccl.git'
- 'submodule-cnmem'::'git+https://github.com/nvidia/cnmem.git'
'submodule-cub'::'git+https://github.com/NVlabs/cub.git'
'submodule-eigen'::'git+https://github.com/RLovelett/eigen.git'
'submodule-googletest'::'git+https://github.com/google/googletest.git'
@@ -75,13 +74,11 @@ sha256sums=('SKIP'
'SKIP'
'SKIP'
'SKIP'
- 'SKIP'
- 'SKIP'
-)
+ 'SKIP')
prepare() {
cd "$pkgname"
- local _submodule_list="pybind11 nccl cnmem cub eigen googletest nervanagpu benchmark \
+ local _submodule_list="pybind11 nccl cub eigen googletest nervanagpu benchmark \
protobuf android-cmake ios-cmake NNPACK gloo \
NNPACK_deps/pthreadpool NNPACK_deps/FXdiv NNPACK_deps/FP16 \
NNPACK_deps/psimd"