summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorDaniel Bermond2018-05-08 02:14:18 +0000
committerDaniel Bermond2018-05-08 02:14:18 +0000
commitdf4adf81112a5d97b842ab0f083eac8f1ec99b89 (patch)
tree95868dc3e2b99bdcdbe8a2e68eedfe0b94e5c072 /PKGBUILD
parent2dffebed28bc8fc6044cc0083e1398361104522d (diff)
downloadaur-df4adf81112a5d97b842ab0f083eac8f1ec99b89.tar.gz
makedepends: remove gcc5
gcc54 is now a dependency for cuda, sot it will be already pulled. Letting gcc5 (as it was until now) will cause a package conflict with gcc54. References ---------- https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/cuda&id=2b0be9b7390fa897edb6e4f44224eaf8619399c9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3a258dd39ddc..f41227bf0926 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -41,7 +41,7 @@ _ptver=0.4.0 # pytorch stable release version
pkgname=caffe2
pkgver="0.8.2.pytorch.${_ptver}"
-pkgrel=1
+pkgrel=2
pkgdesc='A new lightweight, modular, and scalable deep learning framework (gpu enabled)'
arch=('x86_64')
url='http://caffe2.ai/'
@@ -66,7 +66,7 @@ depends=(
'python-nvd3' 'python-scikit-image' 'python-glog' 'python-leveldb'
'python-lmdb'
)
-makedepends=('git' 'cmake' 'gcc5')
+makedepends=('git' 'cmake')
conflicts=('caffe' 'caffe-cpu' 'caffe-git' 'caffe-cpu-git'
'caffe2-git' 'caffe2-cpu' 'caffe2-cpu-git')
options=('!emptydirs')