You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2018/03/22 15:59:19 UTC

[GitHub] reminisce closed pull request #10200: [MXNET-129] Pin gcc version to gcc 4.8

reminisce closed pull request #10200: [MXNET-129] Pin gcc version to gcc 4.8
URL: https://github.com/apache/incubator-mxnet/pull/10200
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ci/docker/install/centos7_core.sh b/ci/docker/install/centos7_core.sh
index 1688b81ba89..1d7e120d6ae 100755
--- a/ci/docker/install/centos7_core.sh
+++ b/ci/docker/install/centos7_core.sh
@@ -31,9 +31,9 @@ yum -y install openblas-devel
 yum -y install lapack-devel
 yum -y install opencv-devel
 yum -y install openssl-devel
-yum -y install gcc-c++
+yum -y install gcc-c++-4.8.*
 yum -y install make
 yum -y install cmake
 yum -y install wget
 yum -y install unzip
-yum -y install ninja-build
\ No newline at end of file
+yum -y install ninja-build


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services