summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-01 16:23:07 -0300
committerDaniel Bermond2017-05-01 16:23:07 -0300
commitad4b987ae5bdb672123d724ce9423b73e6cc901e (patch)
tree35b074f258d64c62f8e62265291d817c3dc38ee1 /PKGBUILD
parent92f734af32514fa5518b21a7c0e737daccbc54c5 (diff)
downloadaur-ad4b987ae5bdb672123d724ce9423b73e6cc901e.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 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'
)