summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-20 09:56:33 -0300
committerDaniel Bermond2017-05-20 09:56:33 -0300
commit3991273bbeafd29f6950ea01f6b7fcad751aaac8 (patch)
tree7f304da94c52789a8086ed9f86f1c1ebd7bdb007
parent0e59b4945723b2a79d1a80473d2f1d273f01ae45 (diff)
downloadaur-3991273bbeafd29f6950ea01f6b7fcad751aaac8.tar.gz
depends: moved cudnn to 'binary repositories' section
cudnn has been moved from AUR to [community].
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ea1924659e1b..8a98e991e464 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon May 1 19:25:37 UTC 2017
+# Sat May 20 12:56:17 UTC 2017
pkgbase = caffe2
pkgdesc = A new lightweight, modular, and scalable deep learning framework (gpu enabled)
pkgver = 0.7.0
- pkgrel = 3
+ pkgrel = 4
url = http://caffe2.ai/
arch = x86_64
license = BSD
@@ -15,6 +15,7 @@ pkgbase = caffe2
depends = python2-numpy
depends = python2-protobuf
depends = cuda
+ depends = cudnn
depends = gflags
depends = gtest
depends = openmp
@@ -38,7 +39,6 @@ pkgbase = caffe2
depends = python2-tornado
depends = python2-pyzmq
depends = python2-gflags
- depends = cudnn
depends = nccl
depends = python2-scikit-image
depends = python2-leveldb
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: