summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2020-01-08 14:26:38 +0000
committerAndrew Anderson2020-01-08 14:26:38 +0000
commit8537bfe2432f8b1daeaee4b16e14ac8e04830d44 (patch)
tree777842b037e96af7e1cb273f1fd7b9c2e6a7c50a
parentaaf9be5aace10d1a6219ca4ce0a49fc22d8d579b (diff)
downloadaur-8537bfe2432f8b1daeaee4b16e14ac8e04830d44.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 58eb940e2b64..c7e908615e5d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = trinnity-caffe-cuda-git
pkgdesc = Caffe 1.0 with triNNity extensions (CUDA backend)
pkgver = 1.0
- pkgrel = 25
+ pkgrel = 26
url = https://bitbucket.org/STG-TCD/trinnity-caffe
arch = x86_64
license = BSD
@@ -17,6 +17,7 @@ pkgbase = trinnity-caffe-cuda-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 f3f497f3120c..41df395dcff1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,14 +2,14 @@
pkgname=trinnity-caffe-cuda-git
_srcname=trinnity-caffe
pkgver=1.0
-pkgrel=25
+pkgrel=26
pkgdesc="Caffe 1.0 with triNNity extensions (CUDA backend)"
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'