summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-06 10:26:46 -0300
committerDaniel Bermond2017-08-06 10:26:46 -0300
commit296c52abe14e0d0214e43153bc4a725ff06a6b82 (patch)
tree3bf92c91a25680dff51e0f974b7cc2d6c960f894 /PKGBUILD
parenta68a5359c8249ab83ca361846879e4e689651f25 (diff)
downloadaur-296c52abe14e0d0214e43153bc4a725ff06a6b82.tar.gz
cudnn 7.0 rebuild
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2d3d7fa23d59..aff0bb12214d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=caffe-git
_srcname=caffe
-pkgver=1.0.r14.g4efdf7ee4
+pkgver=1.0.r24.g86d451e96
pkgrel=1
pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (git version, gpu enabled)"
arch=('x86_64')
@@ -13,7 +13,7 @@ license=('BSD')
depends=(
# official repositories:
'boost-libs' 'protobuf' 'google-glog' 'gflags' 'hdf5' 'opencv' 'leveldb'
- 'lmdb' 'cuda' 'python' 'boost' 'cython' 'python-numpy' 'python-scipy'
+ 'lmdb' 'cuda' 'cudnn' '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'
@@ -21,7 +21,7 @@ depends=(
# required:
'openblas-lapack'
# not required but enabled in build:
- 'cudnn' 'nccl'
+ 'nccl'
#python:
'python-leveldb' 'python-scikit-image' 'python-pydotplus'
# NOTE: