bgawrych commented on pull request #18801: URL: https://github.com/apache/incubator-mxnet/pull/18801#issuecomment-669033561
@pengzhao-intel > > 1.x branch tests gcc 8 as "some newer supported gcc version", whereas master branch tests gcc 7 as "oldest supported gcc version". As long as we support gcc7, we should ensure that we can compile with gcc7 > > @bgawrych could you try gcc7? On Ubuntu 18.04.4 LTS with gcc 7.5 MXNet is succesfully build. CI is using: gcc (GCC) 7.3.1 20180303 (Red Hat 7.3.1-5)) I've tried to install gcc 7.3 on my ubuntu machine, but couldn't done that (there is no such version in apt repository). Built from sources gcc doesn't work with cmake (couldn't compile simple test program) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected]
