summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-10-17 12:43:41 +0100
committerAndrew Anderson2018-10-17 12:43:41 +0100
commite12e24330c9a7b59b7d34a5abf888a878405b00d (patch)
treea8720b1ebd04ae9807df525599974e08377a16a5
parent94fca39b581d121ef22b6e8faa19b91ea36a3748 (diff)
downloadaur-e12e24330c9a7b59b7d34a5abf888a878405b00d.tar.gz
hdf5
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d31ea67e569..1e413c4e3960 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = caffe-slim-git
pkgdesc = A slimmed-down build of Caffe based on caffe-opencl-git
pkgver = 1.0
- pkgrel = 4
+ pkgrel = 5
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
@@ -10,6 +10,7 @@ pkgbase = caffe-slim-git
depends = protobuf
depends = google-glog
depends = gflags
+ depends = hdf5
depends = python
depends = boost
depends = cython
diff --git a/PKGBUILD b/PKGBUILD
index e940c283c62e..70505dea131f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,13 +2,13 @@
pkgname=caffe-slim-git
_srcname=caffe
pkgver=1.0
-pkgrel=4
+pkgrel=5
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'