summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDaniel Bermond2017-08-06 12:39:05 -0300
committerDaniel Bermond2017-08-06 12:39:05 -0300
commit3efee676b70c4a9bebff394bf64f69d0747bd51f (patch)
tree4e5df5040cc009ba026c3f9bc8b75604576a64b1 /.SRCINFO
parent424fa24df4178ca2858fd2bf30e331023d732baf (diff)
downloadaur-3efee676b70c4a9bebff394bf64f69d0747bd51f.tar.gz
Restricted the required cudnn version (requires cudnn < 7.0)
Caffe2 currently does not compile with the newly released cudnn 7.0. It builds fine with cudnn 6.0.21. https://github.com/caffe2/caffe2/issues/1025
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO9
1 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4567b42e7bd..a2eff834f0b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sun Aug 6 15:02:29 UTC 2017
+# Sun Aug 6 15:36:57 UTC 2017
pkgbase = caffe2-git
pkgdesc = A new lightweight, modular, and scalable deep learning framework (git version, gpu enabled)
- pkgver = 0.7.0.r686.gb8f66c1c
- pkgrel = 3
+ pkgver = 0.8.0.r126.g21d0d767
+ pkgrel = 1
url = http://caffe2.ai/
arch = x86_64
license = BSD
@@ -19,7 +19,8 @@ pkgbase = caffe2-git
depends = python2-numpy
depends = python2-protobuf
depends = cuda
- depends = cudnn
+ depends = cudnn>=5.1
+ depends = cudnn<7.0
depends = gflags
depends = gtest
depends = openmp