summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-20 09:56:33 -0300
committerDaniel Bermond2017-05-20 09:56:33 -0300
commit3991273bbeafd29f6950ea01f6b7fcad751aaac8 (patch)
tree7f304da94c52789a8086ed9f86f1c1ebd7bdb007 /PKGBUILD
parent0e59b4945723b2a79d1a80473d2f1d273f01ae45 (diff)
downloadaur-3991273bbeafd29f6950ea01f6b7fcad751aaac8.tar.gz
depends: moved cudnn to 'binary repositories' section
cudnn has been moved from AUR to [community].
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 2 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 98ffe7188068..fc4d7c2f5133 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _gitwebver=master
pkgname=caffe2
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
pkgdesc="A new lightweight, modular, and scalable deep learning framework (gpu enabled)"
arch=('x86_64')
url="http://caffe2.ai/"
@@ -23,6 +23,7 @@ depends=(
# binary repositories:
# required:
'google-glog' 'protobuf' 'python2' 'python2-numpy' 'python2-protobuf' 'cuda'
+ 'cudnn'
# not required but enabled in build:
'gflags' 'gtest' 'openmp' 'leveldb' 'lmdb' 'opencv' 'openmpi' 'snappy'
'zeromq' 'hiredis'
@@ -32,8 +33,6 @@ depends=(
'python2-scipy' 'python2-setuptools' 'python2-tornado' 'python2-pyzmq'
'python2-gflags'
# AUR:
- # required:
- 'cudnn'
# not required but enabled in build:
'nccl'
# python2: