summarylogtreecommitdiffstats
path: root/.SRCINFO
diff options
context:
space:
mode:
authorDaniel Bermond2017-05-01 16:25:47 -0300
committerDaniel Bermond2017-05-01 16:25:47 -0300
commit0e59b4945723b2a79d1a80473d2f1d273f01ae45 (patch)
tree574936db2d8445ff0d03ed2a0d59e3a72d448dbb /.SRCINFO
parentad4b987ae5bdb672123d724ce9423b73e6cc901e (diff)
downloadaur-0e59b4945723b2a79d1a80473d2f1d273f01ae45.tar.gz
Strictly added gcc5 to makedepends and cuda to depends
cudnn already pulls cuda. The current version of cuda (8.0) already pulls gcc5. But strictly adding them the dependencies can avoid some problems in the future.
Diffstat (limited to '.SRCINFO')
-rw-r--r--.SRCINFO6
1 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ca1754693e14..ea1924659e1b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,18 +1,20 @@
# Generated by mksrcinfo v8
-# Mon May 1 19:22:08 UTC 2017
+# Mon May 1 19:25:37 UTC 2017
pkgbase = caffe2
pkgdesc = A new lightweight, modular, and scalable deep learning framework (gpu enabled)
pkgver = 0.7.0
- pkgrel = 2
+ pkgrel = 3
url = http://caffe2.ai/
arch = x86_64
license = BSD
makedepends = cmake
+ makedepends = gcc5
depends = google-glog
depends = protobuf
depends = python2
depends = python2-numpy
depends = python2-protobuf
+ depends = cuda
depends = gflags
depends = gtest
depends = openmp