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 2019/06/19 17:44:03 UTC

[GitHub] [incubator-mxnet] leleamol commented on issue #15271: build error on OS X

leleamol commented on issue #15271: build error on OS X 
URL: https://github.com/apache/incubator-mxnet/issues/15271#issuecomment-503660972
 
 
   @adamcrussell 
   I was able to build mxnet on OSX by adding following at the end of config.mk
   CC=/usr/local/opt/llvm/bin/clang
   CXX=/usr/local/opt/llvm/bin/clang++
   USE_OPENCV=1
   USE_OPENMP=1
   USE_MKLDNN=1
   USE_BLAS=apple
   USE_PROFILER=1
   USE_CPP_PACKAGE=1
   
   Also , the build instructions on this page were helpful.  https://mxnet.incubator.apache.org/versions/master/install/osx_setup.html
   Can you please try those instructions?
   
   Please feel free to raise a PR so that experts can comment and merge if it simplifies the build procedure on OSX.
   
   @mxnet-label-bot add [Pending Requester Info, Build, OSX]

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services