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:
[email protected]


With regards,
Apache Git Services

Reply via email to