summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-17 00:03:13 +0100
committerAndrew Anderson2018-10-17 00:03:13 +0100
commit2bf50557f825907db1cd7ed176ed05ff3e2e3439 (patch)
tree63c7f26ecd186368b98bd79be437f4e9e34f8020 /PKGBUILD
parent8cfcb4919b66bb1269aac47d61ce7c64498858b8 (diff)
downloadaur-2bf50557f825907db1cd7ed176ed05ff3e2e3439.tar.gz
HDF5 dep
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6fc15392ca58..6e82df8f25ae 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=caffe-opencl-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=15
+pkgrel=16
pkgdesc="A slimmed-down build of Caffe based on caffe-opencl-git"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
license=('BSD')
depends=(
- 'boost-libs' 'protobuf' 'google-glog' 'gflags'
+ 'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5'
'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
'python-matplotlib' 'ipython' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'