summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2020-01-08 14:26:49 +0000
committerAndrew Anderson2020-01-08 14:26:49 +0000
commit4f202cecc5940076653084338694e3b309431185 (patch)
treec1ab6f26fb223004601dd7c2330db1bf8bac4402
parentabd0eb05715a9660531e50155d996d70dbf71013 (diff)
downloadaur-4f202cecc5940076653084338694e3b309431185.tar.gz
update
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78b51c7dc4f7..52023340b2ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trinnity-caffe-git
pkgdesc = Caffe 1.0 with triNNity extensions
pkgver = 1.0
- pkgrel = 23
+ pkgrel = 26
url = https://bitbucket.org/STG-TCD/trinnity-caffe
arch = x86_64
license = BSD
@@ -16,6 +16,7 @@ pkgbase = trinnity-caffe-git
depends = cython
depends = python-numpy
depends = python-scipy
+ depends = python-pydot
depends = python-matplotlib
depends = ipython
depends = python-networkx
diff --git a/PKGBUILD b/PKGBUILD
index 9b89eec26fd1..8abb353b953e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=trinnity-caffe-git
_srcname=trinnity-caffe
pkgver=1.0
-pkgrel=23
+pkgrel=26
pkgdesc="Caffe 1.0 with triNNity extensions"
arch=('x86_64')
url="https://bitbucket.org/STG-TCD/trinnity-caffe"
license=('BSD')
depends=(
'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5'
- 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
+ 'python' 'boost' 'cython' 'python-numpy' 'python-scipy' 'python-pydot'
'python-matplotlib' 'ipython' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'
'python-yaml' 'python-pillow' 'python-six' 'python-scikit-image'