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 2018/12/13 02:20:21 UTC

[GitHub] LvJC commented on issue #9993: cmake cannot build mxnet

LvJC commented on issue #9993: cmake cannot build mxnet
URL: https://github.com/apache/incubator-mxnet/issues/9993#issuecomment-446818261
 
 
   > How come that CMake properly detects that MKL is not present
   > 
   > ```
   > -- Detecting Intel(R) MKL: trying mklml_intel
   > -- Detecting Intel(R) MKL: trying mklml
   > -- Detecting Intel(R) MKL: trying mkl_rt
   > CMake Warning at 3rdparty/mkldnn/cmake/MKL.cmake:177 (message):
   > Intel(R) MKL not found. Some performance features may not be available.
   > Please run scripts/prepare_mkl.sh to download a minimal set of libraries or
   > get a full version from https://software.intel.com/en-us/intel-mkl
   > Call Stack (most recent call first):
   > 3rdparty/mkldnn/cmake/OpenMP.cmake:24 (include)
   > 3rdparty/mkldnn/CMakeLists.txt:57 (include)
   > ```
   > but still tries to use it?
   
   But I have already installed mkl in anaconda and I cmake in anaconda. Why this error again?

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


With regards,
Apache Git Services