fengsky401 opened a new issue #13776: There is something wrong in Installation 
from source on OS X (Mac) page
URL: https://github.com/apache/incubator-mxnet/issues/13776
 
 
   In the page, https://mxnet.incubator.apache.org/install/osx_setup.html,
   this part:
   "To build with MKLDNN
   
   echo "CC=$(brew --prefix llvm)/bin/clang++" >> ./config.mk
   echo "CXX=$(brew --prefix llvm)/bin/clang++" >> ./config.mk
   echo "USE_OPENCV=1" >> ./config.mk
   echo "USE_OPENMP=1" >> ./config.mk
   echo "USE_MKLDNN=1" >> ./config.mk
   echo "USE_BLAS=apple" >> ./config.mk
   echo "USE_PROFILER=1" >> ./config.mk
   LIBRARY_PATH=$(brew --prefix llvm)/lib/ make -j $(sysctl -n hw.ncpu)
   "
   echo "CC=$(brew --prefix llvm)/bin/clang++"  should be modified to echo 
"CC=$(brew --prefix llvm)/bin/clang", I tried the origin one it report error, 
until I modified.

----------------------------------------------------------------
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

Reply via email to