summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2017-04-30 13:29:07 -0300
committerDaniel Bermond2017-04-30 13:29:07 -0300
commitf7e4c0aad27f0bc045b310f318cc530f056f13f2 (patch)
tree4145d4a9c14d72a1d07669cdbadd7bfd63b6d3d6 /PKGBUILD
parent7375f39d37b82151d0003c59f729dde85c9dab01 (diff)
downloadaur-f7e4c0aad27f0bc045b310f318cc530f056f13f2.tar.gz
makedepends: strictly added gcc5
Although the current version of cuda (8.0) requires gcc5, adding it to makedepends can avoid some problems in the future.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 705dcc49e123..b6f209fa1bc2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=caffe-git
pkgver=rc5.r14.gc0597b159
-pkgrel=5
+pkgrel=6
pkgdesc="A deep learning framework made with expression, speed, and modularity in mind (git version, gpu enabled)"
arch=('x86_64')
url="http://caffe.berkeleyvision.org/"
@@ -24,7 +24,7 @@ depends=(
#python:
'python-leveldb' 'python-scikit-image' 'python-pydot'
)
-makedepends=('git' 'doxygen' 'texlive-core')
+makedepends=('git' 'gcc5' 'doxygen' 'texlive-core')
provides=('caffe')
conflicts=('caffe' 'caffe-cpu' 'caffe-cpu-git' 'caffe-dr-git' 'caffe-mnc-dr-git'
'caffe2' 'caffe2-git' 'caffe2-cpu' 'caffe2-cpu-git')