D-Roberts commented on issue #12727: Error when make -j8 
URL: 
https://github.com/apache/incubator-mxnet/issues/12727#issuecomment-427689032
 
 
   @larroy 
   Then:
   cmake\
   >     -DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
   >     -DCMAKE_C_COMPILER_LAUNCHER=ccache \
   >     -DUSE_CPP_PACKAGE=ON\
   >     -DUSE_CUDA=OFF\
   >     -DUSE_OPENMP=OFF\
   >     -DUSE_OPENCV=ON\
   >     -DCMAKE_BUILD_TYPE=Debug\
   >     -GNinja ..
   -- The C compiler identification is AppleClang 10.0.0.10001044
   -- The CXX compiler identification is AppleClang 10.0.0.10001044
   -- Check for working C compiler: 
/Library/Developer/CommandLineTools/usr/bin/cc
   -- Check for working C compiler: 
/Library/Developer/CommandLineTools/usr/bin/cc -- works
   -- Detecting C compiler ABI info
   -- Detecting C compiler ABI info - done
   -- Detecting C compile features
   -- Detecting C compile features - done
   -- Check for working CXX compiler: 
/Library/Developer/CommandLineTools/usr/bin/c++
   -- Check for working CXX compiler: 
/Library/Developer/CommandLineTools/usr/bin/c++ -- works
   -- Detecting CXX compiler ABI info
   -- Detecting CXX compiler ABI info - done
   -- Detecting CXX compile features
   -- Detecting CXX compile features - done
   -- CMAKE_SYSTEM_NAME Darwin
   -- Performing Test SUPPORT_CXX11
   -- Performing Test SUPPORT_CXX11 - Success
   -- Performing Test SUPPORT_CXX0X
   -- Performing Test SUPPORT_CXX0X - Success
   -- Performing Test SUPPORT_MSSE2
   -- Performing Test SUPPORT_MSSE2 - Success
   -- Performing Test COMPILER_SUPPORT_MF16C
   -- Performing Test COMPILER_SUPPORT_MF16C - Success
   -- Could NOT find MKL (missing: MKL_INCLUDE_DIR MKL_RT_LIBRARY)
   -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
   CMake Error at cmake/Modules/FindOpenBLAS.cmake:82 (MESSAGE):
     Could not find OpenBLAS
   Call Stack (most recent call first):
     3rdparty/mshadow/cmake/mshadow.cmake:26 (find_package)
     CMakeLists.txt:294 (include)
   
   
   -- Configuring incomplete, errors occurred!
   See also 
"/Users/dRoberts/workspace/incubator-mxnet/build/CMakeFiles/CMakeOutput.log".

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