Advertisement
rajhlinux

Untitled

Sep 25th, 2022
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.06 KB | None | 0 0
  1. $ cmake -DBLAS=open -DUSE_OPENCL=ON -DUSE_CLGEMM=ON -DCMAKE_BUILD_TYPE=Debug -DUSE_TIMER=ON -DCMAKE_INSTALL_PREFIX=debug -DclBLAS_INCLUDE_DIR=/usr/local/include/ -DclBLAS_LIB=/usr/local/lib/libclBLAS.so ..
  2.  
  3.  
  4. CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
  5. Compatibility with CMake < 2.8.12 will be removed from a future version of
  6. CMake.
  7.  
  8. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  9. CMake that the project does not need compatibility with older versions.
  10.  
  11.  
  12. -- The C compiler identification is Clang 13.0.0
  13. -- The CXX compiler identification is Clang 13.0.0
  14. -- Detecting C compiler ABI info
  15. -- Detecting C compiler ABI info - done
  16. -- Check for working C compiler: /usr/bin/cc - skipped
  17. -- Detecting C compile features
  18. -- Detecting C compile features - done
  19. -- Detecting CXX compiler ABI info
  20. -- Detecting CXX compiler ABI info - done
  21. -- Check for working CXX compiler: /usr/bin/c++ - skipped
  22. -- Detecting CXX compile features
  23. -- Detecting CXX compile features - done
  24. CMake Warning (dev) at cmake/Misc.cmake:32 (set):
  25. implicitly converting 'BOOLEAN' to 'STRING' type.
  26. Call Stack (most recent call first):
  27. CMakeLists.txt:25 (include)
  28. This warning is for project developers. Use -Wno-dev to suppress it.
  29.  
  30. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  31. New Boost version may have incorrect or missing dependencies and imported
  32. targets
  33. Call Stack (most recent call first):
  34. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  35. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  36. cmake/Dependencies.cmake:8 (find_package)
  37. CMakeLists.txt:49 (include)
  38.  
  39.  
  40. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  41. New Boost version may have incorrect or missing dependencies and imported
  42. targets
  43. Call Stack (most recent call first):
  44. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  45. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  46. cmake/Dependencies.cmake:8 (find_package)
  47. CMakeLists.txt:49 (include)
  48.  
  49.  
  50. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  51. New Boost version may have incorrect or missing dependencies and imported
  52. targets
  53. Call Stack (most recent call first):
  54. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  55. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  56. cmake/Dependencies.cmake:8 (find_package)
  57. CMakeLists.txt:49 (include)
  58.  
  59.  
  60. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  61. New Boost version may have incorrect or missing dependencies and imported
  62. targets
  63. Call Stack (most recent call first):
  64. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  65. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  66. cmake/Dependencies.cmake:8 (find_package)
  67. CMakeLists.txt:49 (include)
  68.  
  69.  
  70. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  71. New Boost version may have incorrect or missing dependencies and imported
  72. targets
  73. Call Stack (most recent call first):
  74. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  75. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  76. cmake/Dependencies.cmake:8 (find_package)
  77. CMakeLists.txt:49 (include)
  78.  
  79.  
  80. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD
  81. -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
  82. -- Looking for pthread_create in pthreads
  83. -- Looking for pthread_create in pthreads - not found
  84. -- Looking for pthread_create in pthread
  85. -- Looking for pthread_create in pthread - found
  86. -- Found Threads: TRUE
  87. -- Found Boost: /usr/local/include (found suitable version "1.80.0", minimum required is "1.54") found components: system thread filesystem chrono atomic
  88. -- Found GFlags: /usr/local/include
  89. -- Found gflags (include: /usr/local/include, library: /usr/local/lib/libgflags.so)
  90. -- Found Glog: /usr/local/include
  91. -- Found glog (include: /usr/local/include, library: /usr/local/lib/libglog.so)
  92. -- Found Protobuf: /usr/local/lib/libprotobuf.so;-lpthread (found version "3.20.1")
  93. -- Found PROTOBUF Compiler: /usr/local/bin/protoc
  94. -- Found HDF5: hdf5-shared;hdf5_cpp-shared (found version "1.12.2") found components: HL
  95. -- Found LMDB: /usr/local/include
  96. -- Found lmdb (include: /usr/local/include, library: /usr/local/lib/liblmdb.so)
  97. -- Found LevelDB: /usr/local/include
  98. -- Found LevelDB (include: /usr/local/include, library: /usr/local/lib/libleveldb.so)
  99. -- Found Snappy: /usr/local/include
  100. -- Found Snappy (include: /usr/local/include, library: /usr/local/lib/libsnappy.so)
  101. CMake Warning at cmake/Dependencies.cmake:90 (message):
  102. -- CUDA is not detected by cmake. Building without it...
  103. Call Stack (most recent call first):
  104. CMakeLists.txt:49 (include)
  105.  
  106.  
  107. -- OpenCV found (/usr/local/lib/cmake/opencv4)
  108. -- Found OpenBLAS libraries: /usr/local/lib/libopenblas.so
  109. -- Found OpenBLAS include: /usr/local/include
  110. -- Found PythonInterp: /usr/local/bin/python (found suitable version "3.9.13", minimum required is "2.7")
  111. -- Found PythonLibs: /usr/local/lib/libpython3.9.so (found suitable version "3.9.13", minimum required is "2.7")
  112. -- Found NumPy: /usr/local/lib/python3.9/site-packages/numpy/core/include (found suitable version "1.23.3", minimum required is "1.7.1")
  113. -- NumPy ver. 1.23.3 found (include: /usr/local/lib/python3.9/site-packages/numpy/core/include)
  114. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  115. New Boost version may have incorrect or missing dependencies and imported
  116. targets
  117. Call Stack (most recent call first):
  118. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  119. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  120. cmake/Dependencies.cmake:180 (find_package)
  121. CMakeLists.txt:49 (include)
  122.  
  123.  
  124. -- Could NOT find Boost (missing: python) (found suitable version "1.80.0", minimum required is "1.46")
  125. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  126. -- Python interface is disabled or not all required dependencies found. Building without it...
  127. -- Found Git: /usr/local/bin/git (found version "2.37.1")
  128. --
  129. -- ******************* Caffe Configuration Summary *******************
  130. -- General:
  131. -- Version : 1.0.0
  132. -- Git : 1.0-136-g9b891540-dirty
  133. -- System : FreeBSD
  134. -- C++ compiler : /usr/bin/c++
  135. -- Release CXX flags : -O3 -DNDEBUG -fPIC -Wall -pthread -lpthread -Wno-sign-compare -Wno-uninitialized
  136. -- Debug CXX flags : -g -fPIC -Wall -pthread -lpthread -Wno-sign-compare -Wno-uninitialized
  137. -- Build type : Debug
  138. --
  139. -- BUILD_SHARED_LIBS : ON
  140. -- BUILD_python : ON
  141. -- BUILD_matlab : OFF
  142. -- BUILD_docs : ON
  143. -- CPU_ONLY : OFF
  144. -- USE_OPENCV : ON
  145. -- USE_LEVELDB : ON
  146. -- USE_LMDB : ON
  147. -- USE_NCCL : OFF
  148. -- ALLOW_LMDB_NOLOCK : OFF
  149. -- USE_HDF5 : ON
  150. --
  151. -- Dependencies:
  152. -- BLAS : Yes (open)
  153. -- Boost : Yes (ver. 1.80)
  154. -- glog : Yes
  155. -- gflags : Yes
  156. -- protobuf : Yes (ver. ..)
  157. -- lmdb : Yes (ver. 0.9.29)
  158. -- LevelDB : Yes (ver. 1.23)
  159. -- Snappy : Yes (ver. 1.1.9)
  160. -- OpenCV : Yes (ver. 4.6.0)
  161. -- CUDA : No
  162. --
  163. -- Documentaion:
  164. -- Doxygen : No
  165. -- config_file :
  166. --
  167. -- Install:
  168. -- Install path : /home/user/caffe/build/debug
  169. --
  170. -- Configuring done
  171. CMake Error at CMakeLists.txt:107 (add_dependencies):
  172. The dependency target "pycaffe" of target "pytest" does not exist.
  173.  
  174.  
  175. -- Generating done
  176. CMake Warning:
  177. Manually-specified variables were not used by the project:
  178.  
  179. USE_CLGEMM
  180. USE_OPENCL
  181. USE_TIMER
  182. clBLAS_INCLUDE_DIR
  183. clBLAS_LIB
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement