summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 5 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a6b321b905d..aa7292d591d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Aug 23 20:23:55 UTC 2017
+# Sun Sep 3 16:01:48 UTC 2017
pkgbase = caffe2-git
pkgdesc = A new lightweight, modular, and scalable deep learning framework (git version, gpu enabled)
pkgver = 0.8.1.r120.g898ba8bf
- pkgrel = 1
+ pkgrel = 2
url = http://caffe2.ai/
arch = x86_64
license = BSD
@@ -63,7 +63,6 @@ pkgbase = caffe2-git
source = caffe2-git::git+https://github.com/caffe2/caffe2.git
source = submodule-pybind11::git+https://github.com/pybind/pybind11.git
source = submodule-nccl::git+https://github.com/nvidia/nccl.git
- source = submodule-cnmem::git+https://github.com/nvidia/cnmem.git
source = submodule-cub::git+https://github.com/NVlabs/cub.git
source = submodule-eigen::git+https://github.com/RLovelett/eigen.git
source = submodule-googletest::git+https://github.com/google/googletest.git
@@ -95,7 +94,6 @@ pkgbase = caffe2-git
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = SKIP
pkgname = caffe2-git
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"