[caffe-contrib] 01/05: Change compiler from Clang-3.8 back to GCC-5

Zhou Mo cdluminate-guest at moszumanska.debian.org
Fri Oct 27 01:42:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

cdluminate-guest pushed a commit to branch master
in repository caffe-contrib.

commit 25f70dbeba0f3e119df0c6271b3478142d4bca1f
Author: Mo Zhou <cdluminate at gmail.com>
Date:   Thu Oct 26 04:56:44 2017 +0000

    Change compiler from Clang-3.8 back to GCC-5
---
 debian/control | 3 ++-
 debian/rules   | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index f274236..67ff934 100644
--- a/debian/control
+++ b/debian/control
@@ -52,7 +52,8 @@ Build-Depends: bc,
 # The above part is synced with main/caffe
 # The following part is CUDA related B-D
                nvidia-cuda-toolkit (>= 7.5.18) [amd64 ppc64el],
-               clang-3.8,
+               gcc-5,
+               g++-5,
 Standards-Version: 4.0.0
 Homepage: http://caffe.berkeleyvision.org
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/caffe-contrib.git
diff --git a/debian/rules b/debian/rules
index ee6e198..66673c4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,8 +45,8 @@ CONFFLAG_CUDA = \
 	$(CMAKE_CONFIGURE_TEMPLATE) \
 	-DCPU_ONLY=OFF \
 	-DCUDA_ARCH_NAME="All" \
-	-DCMAKE_CXX_COMPILER=clang++-3.8 \
-	-DCMAKE_C_COMPILER=clang-3.8
+	-DCMAKE_CXX_COMPILER=g++-5 \
+	-DCMAKE_C_COMPILER=gcc-5
 
 %:: %.in
 	perl -p \

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/caffe-contrib.git



More information about the debian-science-commits mailing list