Advertisement
lamiastella

caffe cmake

Nov 13th, 2017
217
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.45 KB | None | 0 0
  1. [jalal@goku build]$ sudo cmake -DBLAS=open ..
  2. -- The C compiler identification is GNU 4.8.5
  3. -- The CXX compiler identification is GNU 4.8.5
  4. -- Check for working C compiler: /bin/cc
  5. -- Check for working C compiler: /bin/cc -- works
  6. -- Detecting C compiler ABI info
  7. -- Detecting C compiler ABI info - done
  8. -- Check for working CXX compiler: /bin/c++
  9. -- Check for working CXX compiler: /bin/c++ -- works
  10. -- Detecting CXX compiler ABI info
  11. -- Detecting CXX compiler ABI info - done
  12. -- Boost version: 1.59.0
  13. -- Found the following Boost libraries:
  14. -- system
  15. -- thread
  16. -- filesystem
  17. -- Looking for include file pthread.h
  18. -- Looking for include file pthread.h - found
  19. -- Looking for pthread_create
  20. -- Looking for pthread_create - not found
  21. -- Looking for pthread_create in pthreads
  22. -- Looking for pthread_create in pthreads - not found
  23. -- Looking for pthread_create in pthread
  24. -- Looking for pthread_create in pthread - found
  25. -- Found Threads: TRUE
  26. -- Found GFlags: /usr/include
  27. -- Found gflags (include: /usr/include, library: /usr/lib64/libgflags.so)
  28. -- Found Glog: /usr/include
  29. -- Found glog (include: /usr/include, library: /usr/lib64/libglog.so)
  30. -- Found PROTOBUF: /usr/lib64/libprotobuf.so
  31. -- Found PROTOBUF Compiler: /bin/protoc
  32. -- Found HDF5: /usr/lib64/libhdf5_hl.so;/usr/lib64/libhdf5.so
  33. -- Found LMDB: /usr/include
  34. -- Found lmdb (include: /usr/include, library: /usr/lib64/liblmdb.so)
  35. -- Found LevelDB: /usr/include
  36. -- Found LevelDB (include: /usr/include, library: /usr/lib64/libleveldb.so)
  37. -- Found Snappy: /usr/include
  38. -- Found Snappy (include: /usr/include, library: /usr/lib64/libsnappy.so)
  39. -- CUDA detected: 8.0
  40. -- Found cuDNN: ver. 5.1.5 found (include: /usr/local/cuda/include, library: /usr/local/cuda/lib64/libcudnn.so)
  41. -- Added CUDA NVCC flags for: sm_61
  42. -- OpenCV found (/lib64/cmake/OpenCV)
  43. -- Found OpenBLAS libraries: /usr/lib64/libopenblas.so
  44. -- Found OpenBLAS include: /usr/include
  45. -- Found PythonInterp: /bin/python2.7 (found suitable version "2.7.5", minimum required is "2.7")
  46. -- Found PythonLibs: /usr/lib64/libpython2.7.so (found suitable version "2.7.5", minimum required is "2.7")
  47. -- Found NumPy: /usr/lib64/python2.7/site-packages/numpy/core/include (found suitable version "1.13.3", minimum required is "1.7.1")
  48. -- NumPy ver. 1.13.3 found (include: /usr/lib64/python2.7/site-packages/numpy/core/include)
  49. -- Boost version: 1.59.0
  50. -- Found the following Boost libraries:
  51. -- python
  52. -- Found Doxygen: /bin/doxygen (found version "1.8.5")
  53. -- Detected Doxygen OUTPUT_DIRECTORY: ./doxygen/
  54. -- Found Git: /bin/git (found version "1.8.3.1")
  55. --
  56. -- ******************* Caffe Configuration Summary *******************
  57. -- General:
  58. -- Version : 1.0.0
  59. -- Git : 1.0-50-gc430690
  60. -- System : Linux
  61. -- C++ compiler : /bin/c++
  62. -- Release CXX flags : -O3 -DNDEBUG -fPIC -Wall -Wno-sign-compare -Wno-uninitialized
  63. -- Debug CXX flags : -g -fPIC -Wall -Wno-sign-compare -Wno-uninitialized
  64. -- Build type : Release
  65. --
  66. -- BUILD_SHARED_LIBS : ON
  67. -- BUILD_python : ON
  68. -- BUILD_matlab : OFF
  69. -- BUILD_docs : ON
  70. -- CPU_ONLY : OFF
  71. -- USE_OPENCV : ON
  72. -- USE_LEVELDB : ON
  73. -- USE_LMDB : ON
  74. -- USE_NCCL : OFF
  75. -- ALLOW_LMDB_NOLOCK : OFF
  76. --
  77. -- Dependencies:
  78. -- BLAS : Yes (open)
  79. -- Boost : Yes (ver. 1.59)
  80. -- glog : Yes
  81. -- gflags : Yes
  82. -- protobuf : Yes (ver. 2.5.0)
  83. -- lmdb : Yes (ver. 0.9.18)
  84. -- LevelDB : Yes (ver. 1.12)
  85. -- Snappy : Yes (ver. 1.1.0)
  86. -- OpenCV : Yes (ver. 2.4.5)
  87. -- CUDA : Yes (ver. 8.0)
  88. --
  89. -- NVIDIA CUDA:
  90. -- Target GPU(s) : Auto
  91. -- GPU arch(s) : sm_61
  92. -- cuDNN : Yes (ver. 5.1.5)
  93. --
  94. -- Python:
  95. -- Interpreter : /bin/python2.7 (ver. 2.7.5)
  96. -- Libraries : /usr/lib64/libpython2.7.so (ver 2.7.5)
  97. -- NumPy : /usr/lib64/python2.7/site-packages/numpy/core/include (ver 1.13.3)
  98. --
  99. -- Documentaion:
  100. -- Doxygen : /bin/doxygen (1.8.5)
  101. -- config_file : /scratch/caffe/.Doxyfile
  102. --
  103. -- Install:
  104. -- Install path : /scratch/caffe/build/install
  105. --
  106. CMake Warning (dev) in src/caffe/CMakeLists.txt:
  107. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  108. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  109. cmake_policy command to set the policy and suppress this warning.
  110.  
  111. Target "caffe" has an INTERFACE_LINK_LIBRARIES property which differs from
  112. its LINK_INTERFACE_LIBRARIES properties.
  113.  
  114. INTERFACE_LINK_LIBRARIES:
  115.  
  116. caffeproto;/usr/local/lib/libboost_system.so;/usr/local/lib/libboost_thread.so;/usr/local/lib/libboost_filesystem.so;/usr/lib64/libglog.so;/usr/lib64/libgflags.so;$<$<NOT:$<CONFIG:DEBUG>>:/usr/lib64/libprotobuf.so>;$<$<CONFIG:DEBUG>:/usr/lib64/libprotobuf.so>;-lpthread;/usr/lib64/libhdf5_hl.so;/usr/lib64/libhdf5.so;/usr/lib64/libhdf5_hl.so;/usr/lib64/libhdf5.so;/usr/lib64/liblmdb.so;/usr/lib64/libleveldb.so;/usr/local/cuda/lib64/libcudart.so;/usr/local/cuda/lib64/libcurand.so;/usr/local/cuda/lib64/libcublas.so;/usr/local/cuda/lib64/libcudnn.so;$<$<CONFIG:DEBUG>://lib64/libopencv_imgproc.so>;$<$<CONFIG:DEBUG>://lib64/libopencv_highgui.so>;$<$<CONFIG:DEBUG>://lib64/libopencv_core.so>;$<$<NOT:$<CONFIG:DEBUG>>://lib64/libopencv_imgproc.so>;$<$<NOT:$<CONFIG:DEBUG>>://lib64/libopencv_highgui.so>;$<$<NOT:$<CONFIG:DEBUG>>://lib64/libopencv_core.so>;/usr/lib64/libopenblas.so;/usr/local/lib/libboost_python.so
  117.  
  118. LINK_INTERFACE_LIBRARIES:
  119.  
  120. caffeproto;/usr/local/lib/libboost_system.so;/usr/local/lib/libboost_thread.so;/usr/local/lib/libboost_filesystem.so;/usr/lib64/libglog.so;/usr/lib64/libgflags.so;/usr/lib64/libprotobuf.so;-lpthread;/usr/lib64/libhdf5_hl.so;/usr/lib64/libhdf5.so;/usr/lib64/libhdf5_hl.so;/usr/lib64/libhdf5.so;/usr/lib64/liblmdb.so;/usr/lib64/libleveldb.so;/usr/local/cuda/lib64/libcudart.so;/usr/local/cuda/lib64/libcurand.so;/usr/local/cuda/lib64/libcublas.so;/usr/local/cuda/lib64/libcudnn.so;//lib64/libopencv_imgproc.so;//lib64/libopencv_highgui.so;//lib64/libopencv_core.so;/usr/lib64/libopenblas.so;/usr/local/lib/libboost_python.so
  121.  
  122. This warning is for project developers. Use -Wno-dev to suppress it.
  123.  
  124. -- Configuring done
  125. -- Generating done
  126. -- Build files have been written to: /scratch/caffe/build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement