summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-04-30 13:41:01 -0300
committerDaniel Bermond2017-04-30 13:41:01 -0300
commitd6c00fb0a514181d89a80bec39ff78856272370c (patch)
tree2edffda0d4968abed86567584f9fd2b0deaf94ea /PKGBUILD
parent2e37ba12e4220e38bd0da20964422195b0c12532 (diff)
downloadaur-d6c00fb0a514181d89a80bec39ff78856272370c.tar.gz
depends: changed python-pydot to python-pydotplus
python-pydotplus (or python-pydot) is required by python executable 'draw_net.py'. pydotplus is preferred. Reference: https://github.com/BVLC/caffe/blob/eeebdab16155d34ff8f5f42137da7df4d1c7eab0/python/caffe/draw.py#L7-L22
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 6 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad66ca872dbd..f7c8c6ae7974 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
pkgname=caffe-git
_srcname=caffe
-pkgver=rc5.r14.gc0597b159
-pkgrel=7
+pkgver=1.0.r0.geeebdab16
+pkgrel=1
pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (git version, gpu enabled)"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -23,7 +23,10 @@ depends=(
# not required but enabled in build:
'cudnn' 'nccl'
#python:
- 'python-leveldb' 'python-scikit-image' 'python-pydot'
+ 'python-leveldb' 'python-scikit-image' 'python-pydotplus'
+ # NOTE:
+ # python-pydotplus (or python-pydot) is required by python executable draw_net.py
+ # https://github.com/BVLC/caffe/blob/eeebdab16155d34ff8f5f42137da7df4d1c7eab0/python/caffe/draw.py#L7-L22
)
makedepends=('git' 'gcc5' 'doxygen' 'texlive-core')
provides=('caffe')