Advertisement
rajhlinux

Untitled

Sep 26th, 2022 (edited)
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.28 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:47 (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:171 (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:171 (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:171 (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:171 (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:171 (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. CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  93. The package name passed to `find_package_handle_standard_args` (PROTOBUF)
  94. does not match the name of the calling package (Protobuf). This can lead
  95. to problems in calling code that expects `find_package` result variables
  96. (e.g., `_FOUND`) to follow a certain pattern.
  97. Call Stack (most recent call first):
  98. cmake/Modules/FindProtobuf.cmake:227 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  99. cmake/ProtoBuf.cmake:9 (find_package)
  100. cmake/Dependencies.cmake:48 (include)
  101. CMakeLists.txt:171 (include)
  102. This warning is for project developers. Use -Wno-dev to suppress it.
  103.  
  104. -- Found PROTOBUF: /usr/local/lib/libprotobuf.so
  105. -- Found PROTOBUF Compiler: /usr/local/bin/protoc
  106. -- Found HDF5: hdf5-shared;hdf5_cpp-shared (found version "1.12.2") found components: HL
  107. -- Found LMDB: /usr/local/include
  108. -- Found lmdb (include: /usr/local/include, library: /usr/local/lib/liblmdb.so)
  109. -- Found LevelDB: /usr/local/include
  110. -- Found LevelDB (include: /usr/local/include, library: /usr/local/lib/libleveldb.so)
  111. CMake Warning (dev) at /usr/local/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
  112. The package name passed to `find_package_handle_standard_args` (SQLITE3)
  113. does not match the name of the calling package (SQLite). This can lead to
  114. problems in calling code that expects `find_package` result variables
  115. (e.g., `_FOUND`) to follow a certain pattern.
  116. Call Stack (most recent call first):
  117. cmake/Modules/FindSQLite.cmake:26 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  118. cmake/Dependencies.cmake:99 (find_package)
  119. CMakeLists.txt:171 (include)
  120. This warning is for project developers. Use -Wno-dev to suppress it.
  121.  
  122. -- Found SQLITE3: /usr/local/lib/libsqlite3.so
  123. -- Found Snappy: /usr/local/include
  124. -- Found Snappy (include: /usr/local/include, library: /usr/local/lib/libsnappy.so)
  125. -- Found ViennaCL include: /usr/local/include
  126. -- Found OpenCL: /usr/local/lib/libOpenCL.so
  127. -- Found OpenCL include: /usr/local/include
  128. -- -- CUDA is disabled. Building without it...
  129. -- OpenCV found (/usr/local/lib/cmake/opencv4)
  130. -- Found OpenBLAS libraries: /usr/local/lib/libopenblas.so
  131. -- Found OpenBLAS include: /usr/local/include
  132. -- Found PythonInterp: /usr/local/bin/python3 (found suitable version "3.9.13", minimum required is "3.0")
  133. -- Found PythonLibs: /usr/local/lib/libpython3.9.so (found suitable version "3.9.13", minimum required is "3.0")
  134. -- Found NumPy: /usr/local/lib/python3.9/site-packages/numpy/core/include (found suitable version "1.23.3", minimum required is "1.7.1")
  135. -- NumPy ver. 1.23.3 found (include: /usr/local/lib/python3.9/site-packages/numpy/core/include)
  136. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  137. New Boost version may have incorrect or missing dependencies and imported
  138. targets
  139. Call Stack (most recent call first):
  140. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  141. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  142. cmake/Dependencies.cmake:349 (find_package)
  143. CMakeLists.txt:171 (include)
  144.  
  145.  
  146. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:2223 (message):
  147. No header defined for python-py3913; skipping header check (note:
  148. header-only libraries have no designated component)
  149. Call Stack (most recent call first):
  150. cmake/Dependencies.cmake:349 (find_package)
  151. CMakeLists.txt:171 (include)
  152.  
  153.  
  154. -- Could NOT find Boost (missing: python-py3913) (found suitable version "1.80.0", minimum required is "1.46")
  155. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  156. New Boost version may have incorrect or missing dependencies and imported
  157. targets
  158. Call Stack (most recent call first):
  159. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  160. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  161. cmake/Dependencies.cmake:356 (find_package)
  162. CMakeLists.txt:171 (include)
  163.  
  164.  
  165. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:2223 (message):
  166. No header defined for python-py39; skipping header check (note: header-only
  167. libraries have no designated component)
  168. Call Stack (most recent call first):
  169. cmake/Dependencies.cmake:356 (find_package)
  170. CMakeLists.txt:171 (include)
  171.  
  172.  
  173. -- Could NOT find Boost (missing: python-py39) (found suitable version "1.80.0", minimum required is "1.46")
  174. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  175. New Boost version may have incorrect or missing dependencies and imported
  176. targets
  177. Call Stack (most recent call first):
  178. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  179. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  180. cmake/Dependencies.cmake:356 (find_package)
  181. CMakeLists.txt:171 (include)
  182.  
  183.  
  184. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:2223 (message):
  185. No header defined for python-py3; skipping header check (note: header-only
  186. libraries have no designated component)
  187. Call Stack (most recent call first):
  188. cmake/Dependencies.cmake:356 (find_package)
  189. CMakeLists.txt:171 (include)
  190.  
  191.  
  192. -- Could NOT find Boost (missing: python-py3) (found suitable version "1.80.0", minimum required is "1.46")
  193. CMake Warning at /usr/local/share/cmake/Modules/FindBoost.cmake:1390 (message):
  194. New Boost version may have incorrect or missing dependencies and imported
  195. targets
  196. Call Stack (most recent call first):
  197. /usr/local/share/cmake/Modules/FindBoost.cmake:1513 (_Boost_COMPONENT_DEPENDENCIES)
  198. /usr/local/share/cmake/Modules/FindBoost.cmake:2124 (_Boost_MISSING_DEPENDENCIES)
  199. cmake/Dependencies.cmake:365 (find_package)
  200. CMakeLists.txt:171 (include)
  201.  
  202.  
  203. -- Could NOT find Boost (missing: python) (found suitable version "1.80.0", minimum required is "1.46")
  204. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  205. -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE
  206. -- Performing Test COMPILER_SUPPORTS_MARCH_NATIVE - Success
  207. Using native target
  208. CMake Deprecation Warning at android/CMakeLists.txt:2 (cmake_minimum_required):
  209. Compatibility with CMake < 2.8.12 will be removed from a future version of
  210. CMake.
  211.  
  212. Update the VERSION argument <min> value or use a ...<max> suffix to tell
  213. CMake that the project does not need compatibility with older versions.
  214.  
  215.  
  216. -- Python interface is disabled or not all required dependencies found. Building without it...
  217. -- Found Git: /usr/local/bin/git (found version "2.37.1")
  218. --
  219. -- ******************* Caffe Configuration Summary *******************
  220. -- General:
  221. -- Version : 1.0.0
  222. -- Git : unknown
  223. -- System : FreeBSD
  224. -- C++ compiler : /usr/bin/c++
  225. -- Release CXX flags : -O3 -DNDEBUG -fPIC -Wall -std=c++11 -DCMAKE_BUILD -march=native -Wno-sign-compare -Wno-uninitialized
  226. -- Debug CXX flags : -g -fPIC -Wall -std=c++11 -DCMAKE_BUILD -march=native -Wno-sign-compare -Wno-uninitialized
  227. -- Build type : Debug
  228. --
  229. -- BUILD_SHARED_LIBS : ON
  230. -- BUILD_python : ON
  231. -- BUILD_matlab : OFF
  232. -- BUILD_docs : ON
  233. -- CPU_ONLY : OFF
  234. -- USE_OPENCV : ON
  235. -- USE_FFT : OFF
  236. -- USE_LEVELDB : ON
  237. -- USE_LMDB : ON
  238. -- USE_NCCL : OFF
  239. -- ALLOW_LMDB_NOLOCK : OFF
  240. -- USE_HDF5 : ON
  241. --
  242. -- Dependencies:
  243. -- BLAS : Yes (open)
  244. -- Boost : Yes (ver. 1.80)
  245. -- glog : Yes
  246. -- gflags : Yes
  247. -- protobuf : Yes (ver. ..)
  248. -- lmdb : Yes (ver. 0.9.29)
  249. -- LevelDB : Yes (ver. 1.23)
  250. -- Snappy : Yes (ver. 1.1.9)
  251. -- OpenCV : Yes (ver. 4.6.0)
  252. -- CUDA : No
  253. --
  254. -- Documentaion:
  255. -- Doxygen : No
  256. -- config_file :
  257. --
  258. -- Install:
  259. -- Install path : /usr/home/user/caffe-opencl/build/debug
  260. --
  261. -- Configuring done
  262. CMake Warning (dev) in src/caffe/CMakeLists.txt:
  263. Policy CMP0022 is not set: INTERFACE_LINK_LIBRARIES defines the link
  264. interface. Run "cmake --help-policy CMP0022" for policy details. Use the
  265. cmake_policy command to set the policy and suppress this warning.
  266.  
  267. Target "caffe" has an INTERFACE_LINK_LIBRARIES property which differs from
  268. its LINK_INTERFACE_LIBRARIES_DEBUG properties.
  269.  
  270. INTERFACE_LINK_LIBRARIES:
  271.  
  272. caffeproto;/usr/local/lib/libboost_system.so;/usr/local/lib/libboost_thread.so;-lpthread;/usr/local/lib/libboost_filesystem.so;/usr/local/lib/libboost_chrono.so;/usr/local/lib/libboost_atomic.so;/usr/local/lib/libglog.so;/usr/local/lib/libgflags.so;$<$<NOT:$<CONFIG:DEBUG>>:/usr/local/lib/libprotobuf.so>;$<$<CONFIG:DEBUG>:/usr/local/lib/libprotobuf.so>;-lpthread;hdf5-shared;hdf5_cpp-shared;hdf5_hl-shared;hdf5_hl_cpp-shared;/usr/local/lib/liblmdb.so;/usr/local/lib/libleveldb.so;/usr/local/lib/libsqlite3.so;/usr/local/lib/libOpenCL.so;opencv_core;opencv_highgui;opencv_imgproc;opencv_imgcodecs;/usr/local/lib/libopenblas.so
  273.  
  274. LINK_INTERFACE_LIBRARIES_DEBUG:
  275.  
  276. caffeproto;/usr/local/lib/libboost_system.so;/usr/local/lib/libboost_thread.so;-lpthread;/usr/local/lib/libboost_filesystem.so;/usr/local/lib/libboost_chrono.so;/usr/local/lib/libboost_atomic.so;/usr/local/lib/libglog.so;/usr/local/lib/libgflags.so;/usr/local/lib/libprotobuf.so;-lpthread;hdf5-shared;hdf5_cpp-shared;hdf5_hl-shared;hdf5_hl_cpp-shared;/usr/local/lib/liblmdb.so;/usr/local/lib/libleveldb.so;/usr/local/lib/libsqlite3.so;/usr/local/lib/libOpenCL.so;opencv_core;opencv_highgui;opencv_imgproc;opencv_imgcodecs;/usr/local/lib/libopenblas.so
  277.  
  278. This warning is for project developers. Use -Wno-dev to suppress it.
  279.  
  280. CMake Error at CMakeLists.txt:261 (add_dependencies):
  281. The dependency target "pycaffe" of target "pytest" does not exist.
  282.  
  283.  
  284. -- Generating done
  285. CMake Warning:
  286. Manually-specified variables were not used by the project:
  287.  
  288. USE_CLGEMM
  289. USE_TIMER
  290. clBLAS_INCLUDE_DIR
  291. clBLAS_LIB
  292.  
  293.  
  294. CMake Generate step failed. Build files cannot be regenerated correctly.
  295.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement