summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index aa21bdcfb4a1..3b8b003d9ac0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _gitwebver=master
pkgname=caffe2
pkgver=0.7.0
-pkgrel=1
+pkgrel=2
pkgdesc="A new lightweight, modular, and scalable deep learning framework (gpu enabled)"
arch=('x86_64')
url="http://caffe2.ai/"
@@ -30,13 +30,14 @@ depends=(
'python2-pydot' 'python2-flask' 'graphviz' 'python2-hypothesis'
'python2-jupyter_core' 'python2-matplotlib' 'python2-yaml' 'python2-requests'
'python2-scipy' 'python2-setuptools' 'python2-tornado' 'python2-pyzmq'
+ 'python2-gflags'
# AUR:
# required:
'cudnn'
# not required but enabled in build:
'nccl'
# python2:
- 'python2-scikit-image' 'python2-leveldb' 'python2-lmdb'
+ 'python2-scikit-image' 'python2-leveldb' 'python2-lmdb' 'python2-glog'
# missing:
# 'python2-nvd3'
)