Guest User

Untitled

a guest
Dec 10th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 2.32 KB | None | 0 0
  1. Scanning dependencies of target openpose_caffe
  2. [ 12%] Performing configure step for 'openpose_caffe'
  3. CMake Error at /usr/share/cmake/Modules/FindBoost.cmake:1938 (message):
  4.   Unable to find the requested Boost libraries.
  5.  
  6.   Boost version: 1.66.0
  7.  
  8.   Boost include path: /usr/include
  9.  
  10.   Could not find the following Boost libraries:
  11.  
  12.           boost_system
  13.           boost_thread
  14.           boost_filesystem
  15.  
  16.   Some (but not all) of the required Boost libraries were found.  You may
  17.   need to install these additional Boost libraries.  Alternatively, set
  18.   BOOST_LIBRARYDIR to the directory containing Boost libraries or BOOST_ROOT
  19.   to the location of Boost.
  20. Call Stack (most recent call first):
  21.   cmake/Dependencies.cmake:8 (find_package)
  22.   CMakeLists.txt:46 (include)
  23.  
  24.  
  25. -- Found gflags  (include: /usr/include, library: /usr/lib64/libgflags.so)
  26. -- Found glog    (include: /usr/include, library: /usr/lib64/libglog.so)
  27. -- Found PROTOBUF Compiler: /usr/bin/protoc
  28. -- HDF5: Using hdf5 compiler wrapper to determine C configuration
  29. -- HDF5: Using hdf5 compiler wrapper to determine CXX configuration
  30. -- CUDA detected: 10.0
  31. -- Found cuDNN: ver. 7.3.1 found (include: /opt/cuda/include, library: /opt/cuda/lib64/libcudnn.so)
  32. -- Automatic GPU detection failed. Building for all known architectures.
  33. -- Added CUDA NVCC flags for: sm_20 sm_21 sm_30 sm_35 sm_50 sm_60 sm_61
  34. CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
  35.   Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR
  36.   Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY)
  37. Call Stack (most recent call first):
  38.   /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
  39.   cmake/Modules/FindAtlas.cmake:43 (find_package_handle_standard_args)
  40.   cmake/Dependencies.cmake:113 (find_package)
  41.   CMakeLists.txt:46 (include)
  42.  
  43.  
  44. -- Configuring incomplete, errors occurred!
  45. See also "/b_test/holub/openpose/caffe/src/openpose_caffe-build/CMakeFiles/CMakeOutput.log".
  46. See also "/b_test/holub/openpose/caffe/src/openpose_caffe-build/CMakeFiles/CMakeError.log".
  47. make[2]: *** [CMakeFiles/openpose_caffe.dir/build.make:106: caffe/src/openpose_caffe-stamp/openpose_caffe-configure] Error 1
  48. make[1]: *** [CMakeFiles/Makefile2:68: CMakeFiles/openpose_caffe.dir/all] Error 2
  49. make: *** [Makefile:84: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment