summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-04-30 13:41:01 -0300
committerDaniel Bermond2017-04-30 13:41:01 -0300
commitd6c00fb0a514181d89a80bec39ff78856272370c (patch)
tree2edffda0d4968abed86567584f9fd2b0deaf94ea
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
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index cf5cc471257e..c6dac6402fa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Apr 30 16:35:28 UTC 2017
+# Sun Apr 30 16:40:55 UTC 2017
pkgbase = caffe-git
pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (git version, gpu enabled)
- pkgver = rc5.r14.gc0597b159
- pkgrel = 7
+ pkgver = 1.0.r0.geeebdab16
+ pkgrel = 1
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
@@ -42,7 +42,7 @@ pkgbase = caffe-git
depends = nccl
depends = python-leveldb
depends = python-scikit-image
- depends = python-pydot
+ depends = python-pydotplus
provides = caffe
conflicts = caffe
conflicts = caffe-cpu
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')