KellenSunderland commented on issue #12568: [Scala][macOS] Trying to build from source URL: https://github.com/apache/incubator-mxnet/issues/12568#issuecomment-422568051 Absolutely! So if you're building with make you'd just have to do something like ```bash export CXX=g++ export CC=gcc ``` With cmake you could add this before generating your build files: "-DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=/usr/bin/gcc"
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
