summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-06 10:21:48 -0300
committerPeter Babič2021-11-23 19:08:36 +0100
commit006d0d64c6b3c6b5871e7c8fc5d52546dd6a90f9 (patch)
tree18d0789cd0c51b0400d7059ee7bd78f672a16a12
parentc8920a86cd74f9a70688ff7f6092faea919d1c3a (diff)
downloadaur-006d0d64c6b3c6b5871e7c8fc5d52546dd6a90f9.tar.gz
cudnn 7.0 rebuild
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d9e55a83661..d41fc3d15854 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Fri Jul 21 02:33:27 UTC 2017
+# Sun Aug 6 13:20:29 UTC 2017
pkgbase = caffe
pkgdesc = A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)
pkgver = 1.0
- pkgrel = 4
+ pkgrel = 5
url = http://caffe.berkeleyvision.org/
arch = x86_64
license = BSD
@@ -19,6 +19,7 @@ pkgbase = caffe
depends = leveldb
depends = lmdb
depends = cuda
+ depends = cudnn
depends = python
depends = boost
depends = cython
@@ -37,7 +38,6 @@ pkgbase = caffe
depends = python-pillow
depends = python-six
depends = openblas-lapack
- depends = cudnn
depends = nccl
depends = python-leveldb
depends = python-scikit-image
diff --git a/PKGBUILD b/PKGBUILD
index 2af720d090f9..183cb1370d0a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=caffe
pkgver=1.0
-pkgrel=4
+pkgrel=5
pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (gpu enabled)"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -11,7 +11,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'
@@ -19,7 +19,7 @@ depends=(
# required:
'openblas-lapack'
# not required but enabled in build:
- 'cudnn' 'nccl'
+ 'nccl'
# python:
'python-leveldb' 'python-scikit-image' 'python-pydotplus'
# NOTE: