summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-01 16:30:37 -0300
committerDaniel Bermond2017-05-01 16:30:37 -0300
commit3dcc69b258f374bfc4748597b9120f5610cd7eba (patch)
tree189171f61f8d3c311da20b69cffffee2a5e0dc5e /PKGBUILD
parent9a3c97b71c30e47653153c830500b946a66271eb (diff)
downloadaur-3dcc69b258f374bfc4748597b9120f5610cd7eba.tar.gz
depends: added python2-gflags and python2-glog
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f389f5a3637a..68c8fbae83d1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=caffe2-git
pkgver=0.7.0.r121.gf46860e3
-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/"
@@ -18,13 +18,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'
)