summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-03-27 14:51:27 -0300
committerDaniel Bermond2017-03-27 14:51:27 -0300
commit8d99fb70eea189189e13cd6c5c6423801c21c05f (patch)
treea03222354a8a1ed5c9b1f85c0cecef8cfb153044 /PKGBUILD
parent148ce49ba0a5e33f4c333984f04e85583b71329c (diff)
downloadaur-8d99fb70eea189189e13cd6c5c6423801c21c05f.tar.gz
depends: added missing cuda dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 261fb5d51df5..45d4d122d809 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@
pkgname=caffe-git
pkgver=rc5.r5.g317d162ac
-pkgrel=1
+pkgrel=2
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/"
license=('BSD')
depends=( # binary repositories:
'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5' 'opencv' 'leveldb'
- 'lmdb' 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
+ 'lmdb' 'cuda' 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
'python-matplotlib' 'ipython' 'python-h5py' 'python-networkx' 'python-nose'
'python-pandas' 'python-dateutil' 'python-protobuf' 'python-gflags'
'python-yaml' 'python-pillow' 'python-six'