Advertisement
Guest User

Untitled

a guest
Aug 9th, 2017
206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.56 KB | None | 0 0
  1. -- The CXX compiler identification is GNU 5.4.0
  2. -- The C compiler identification is GNU 5.4.0
  3. -- Check for working CXX compiler: /usr/bin/c++
  4. -- Check for working CXX compiler: /usr/bin/c++ -- works
  5. -- Detecting CXX compiler ABI info
  6. -- Detecting CXX compiler ABI info - done
  7. -- Detecting CXX compile features
  8. -- Detecting CXX compile features - done
  9. -- Check for working C compiler: /usr/bin/cc
  10. -- Check for working C compiler: /usr/bin/cc -- works
  11. -- Detecting C compiler ABI info
  12. -- Detecting C compiler ABI info - done
  13. -- Detecting C compile features
  14. -- Detecting C compile features - done
  15. -- Detected version of GNU GCC: 54 (504)
  16. -- Performing Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)
  17. -- Performing Test HAVE_CXX11 - Failed
  18. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
  19. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.12")
  20. Traceback (most recent call last):
  21. File "<string>", line 1, in <module>
  22. ImportError: No module named numpy.distutils
  23. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.4")
  24. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.5.2")
  25. Traceback (most recent call last):
  26. File "<string>", line 1, in <module>
  27. ImportError: No module named 'numpy'
  28. -- Looking for ccache - not found
  29. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  30. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  31. -- Performing Test HAVE_C_FSIGNED_CHAR
  32. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  33. -- Performing Test HAVE_CXX_W
  34. -- Performing Test HAVE_CXX_W - Success
  35. -- Performing Test HAVE_C_W
  36. -- Performing Test HAVE_C_W - Success
  37. -- Performing Test HAVE_CXX_WALL
  38. -- Performing Test HAVE_CXX_WALL - Success
  39. -- Performing Test HAVE_C_WALL
  40. -- Performing Test HAVE_C_WALL - Success
  41. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  42. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  43. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  44. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  45. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  46. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  47. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  48. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  49. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  50. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  51. -- Performing Test HAVE_C_WERROR_ADDRESS
  52. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  53. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  54. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  55. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  56. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  57. -- Performing Test HAVE_CXX_WFORMAT
  58. -- Performing Test HAVE_CXX_WFORMAT - Success
  59. -- Performing Test HAVE_C_WFORMAT
  60. -- Performing Test HAVE_C_WFORMAT - Success
  61. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  62. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  63. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  64. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  65. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  66. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  67. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  68. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  69. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  70. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  71. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  72. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  73. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  74. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  75. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  76. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  77. -- Performing Test HAVE_CXX_WUNDEF
  78. -- Performing Test HAVE_CXX_WUNDEF - Success
  79. -- Performing Test HAVE_C_WUNDEF
  80. -- Performing Test HAVE_C_WUNDEF - Success
  81. -- Performing Test HAVE_CXX_WINIT_SELF
  82. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  83. -- Performing Test HAVE_C_WINIT_SELF
  84. -- Performing Test HAVE_C_WINIT_SELF - Success
  85. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  86. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  87. -- Performing Test HAVE_C_WPOINTER_ARITH
  88. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  89. -- Performing Test HAVE_CXX_WSHADOW
  90. -- Performing Test HAVE_CXX_WSHADOW - Success
  91. -- Performing Test HAVE_C_WSHADOW
  92. -- Performing Test HAVE_C_WSHADOW - Success
  93. -- Performing Test HAVE_CXX_WSIGN_PROMO
  94. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  95. -- Performing Test HAVE_C_WSIGN_PROMO
  96. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  97. -- Performing Test HAVE_CXX_WUNINITIALIZED
  98. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  99. -- Performing Test HAVE_C_WUNINITIALIZED
  100. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  101. -- Performing Test HAVE_CXX_WNO_NARROWING
  102. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  103. -- Performing Test HAVE_C_WNO_NARROWING
  104. -- Performing Test HAVE_C_WNO_NARROWING - Success
  105. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  106. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  107. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  108. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  109. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  110. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  111. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  112. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  113. -- Performing Test HAVE_CXX_WNO_COMMENT
  114. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  115. -- Performing Test HAVE_C_WNO_COMMENT
  116. -- Performing Test HAVE_C_WNO_COMMENT - Success
  117. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  118. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  119. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  120. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  121. -- Performing Test HAVE_CXX_PTHREAD
  122. -- Performing Test HAVE_CXX_PTHREAD - Success
  123. -- Performing Test HAVE_C_PTHREAD
  124. -- Performing Test HAVE_C_PTHREAD - Success
  125. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  126. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  127. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  128. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  129. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  130. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  131. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  132. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  133. -- Performing Test HAVE_CPU_NEON_SUPPORT (check file: cmake/checks/cpu_neon.cpp)
  134. -- Performing Test HAVE_CPU_NEON_SUPPORT - Success
  135. -- Performing Test HAVE_CPU_FP16_SUPPORT (check file: cmake/checks/cpu_fp16.cpp)
  136. -- Performing Test HAVE_CPU_FP16_SUPPORT - Success
  137. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  138. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  139. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  140. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  141. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  142. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  143. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  144. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  145. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  146. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  147. -- Looking for pthread.h
  148. -- Looking for pthread.h - found
  149. -- Looking for posix_memalign
  150. -- Looking for posix_memalign - found
  151. -- Looking for malloc.h
  152. -- Looking for malloc.h - found
  153. -- Looking for memalign
  154. -- Looking for memalign - found
  155. -- Check if the system is big endian
  156. -- Searching 16 bit integer
  157. -- Looking for sys/types.h
  158. -- Looking for sys/types.h - found
  159. -- Looking for stdint.h
  160. -- Looking for stdint.h - found
  161. -- Looking for stddef.h
  162. -- Looking for stddef.h - found
  163. -- Check size of unsigned short
  164. -- Check size of unsigned short - done
  165. -- Using unsigned short
  166. -- Check if the system is big endian - little endian
  167. -- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  168. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  169. -- Looking for assert.h
  170. -- Looking for assert.h - found
  171. -- Looking for fcntl.h
  172. -- Looking for fcntl.h - found
  173. -- Looking for io.h
  174. -- Looking for io.h - not found
  175. -- Looking for jbg_newlen
  176. -- Looking for jbg_newlen - not found
  177. -- Looking for search.h
  178. -- Looking for search.h - found
  179. -- Looking for string.h
  180. -- Looking for string.h - found
  181. -- Looking for unistd.h
  182. -- Looking for unistd.h - found
  183. -- Looking for mmap
  184. -- Looking for mmap - found
  185. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
  186. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Success
  187. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  188. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  189. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  190. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  191. -- Performing Test HAVE_C_WNO_UNDEF
  192. -- Performing Test HAVE_C_WNO_UNDEF - Success
  193. -- Performing Test HAVE_C_WNO_UNUSED
  194. -- Performing Test HAVE_C_WNO_UNUSED - Success
  195. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  196. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  197. -- Performing Test HAVE_C_WNO_CAST_ALIGN
  198. -- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
  199. -- Performing Test HAVE_C_WNO_SHADOW
  200. -- Performing Test HAVE_C_WNO_SHADOW - Success
  201. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  202. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  203. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
  204. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
  205. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
  206. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
  207. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION
  208. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION - Failed
  209. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  210. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  211. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  212. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  213. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  214. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  215. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  216. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  217. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  218. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  219. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  220. -- Found JPEG: libjpeg
  221. -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  222. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION
  223. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION - Success
  224. -- Performing Test HAVE_C_WNO_UNINITIALIZED
  225. -- Performing Test HAVE_C_WNO_UNINITIALIZED - Success
  226. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER
  227. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER - Success
  228. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  229. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  230. -- Found ZLIB: /usr/lib/aarch64-linux-gnu/libz.so (found version "1.2.8")
  231. -- Found PNG: /usr/lib/aarch64-linux-gnu/libpng.so (found version "1.2.54")
  232. -- Looking for /usr/include/libpng/png.h
  233. -- Looking for /usr/include/libpng/png.h - found
  234. -- Looking for semaphore.h
  235. -- Looking for semaphore.h - found
  236. -- Performing Test HAVE_CXX_WNO_SHADOW
  237. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  238. -- Performing Test HAVE_CXX_WNO_UNUSED
  239. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  240. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  241. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  242. -- Performing Test HAVE_CXX_WNO_UNDEF
  243. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  244. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  245. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  246. -- Performing Test HAVE_CXX_WNO_SWITCH
  247. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  248. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  249. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  250. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  251. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  252. -- Performing Test HAVE_CXX_WNO_EXTRA
  253. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  254. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  255. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  256. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  257. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
  258. -- Checking for module 'gtk+-3.0'
  259. -- No package 'gtk+-3.0' found
  260. -- Checking for module 'gtk+-2.0'
  261. -- No package 'gtk+-2.0' found
  262. -- Checking for module 'gthread-2.0'
  263. -- Found gthread-2.0, version 2.48.2
  264. -- Checking for module 'gstreamer-base-1.0'
  265. -- Found gstreamer-base-1.0, version 1.8.3
  266. -- Checking for module 'gstreamer-video-1.0'
  267. -- Found gstreamer-video-1.0, version 1.8.3
  268. -- Checking for module 'gstreamer-app-1.0'
  269. -- Found gstreamer-app-1.0, version 1.8.3
  270. -- Checking for module 'gstreamer-riff-1.0'
  271. -- Found gstreamer-riff-1.0, version 1.8.3
  272. -- Checking for module 'gstreamer-pbutils-1.0'
  273. -- Found gstreamer-pbutils-1.0, version 1.8.3
  274. -- Checking for module 'libdc1394-2'
  275. -- No package 'libdc1394-2' found
  276. -- Checking for module 'libdc1394'
  277. -- No package 'libdc1394' found
  278. -- Looking for linux/videodev.h
  279. -- Looking for linux/videodev.h - not found
  280. -- Looking for linux/videodev2.h
  281. -- Looking for linux/videodev2.h - found
  282. -- Looking for sys/videoio.h
  283. -- Looking for sys/videoio.h - not found
  284. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  285. -- No package 'libavcodec' found
  286. -- No package 'libavformat' found
  287. -- No package 'libavutil' found
  288. -- No package 'libswscale' found
  289. -- Checking for module 'libavresample'
  290. -- No package 'libavresample' found
  291. -- Checking for module 'libgphoto2'
  292. -- No package 'libgphoto2' found
  293. -- CUDA detected: 8.0
  294. -- CUDA NVCC target flags: -gencode;arch=compute_53,code=sm_53;-D_FORCE_INLINES
  295. -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  296. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  297. -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
  298. -- Looking for pthread.h
  299. -- Looking for pthread.h - found
  300. -- Looking for pthread_create
  301. -- Looking for pthread_create - found
  302. -- Found Threads: TRUE
  303. -- A library with BLAS API not found. Please specify library location.
  304. -- LAPACK requires BLAS
  305. -- A library with LAPACK API not found. Please specify library location.
  306. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  307. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  308. -- Could NOT find Matlab (missing: MATLAB_MEX_SCRIPT MATLAB_INCLUDE_DIRS MATLAB_ROOT_DIR MATLAB_LIBRARIES MATLAB_LIBRARY_DIRS MATLAB_MEXEXT MATLAB_ARCH MATLAB_BIN)
  309. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  310. -- Performing Test CXX_HAS_MFPU_NEON
  311. -- Performing Test CXX_HAS_MFPU_NEON - Failed
  312. -- Performing Test C_HAS_MFPU_NEON
  313. -- Performing Test C_HAS_MFPU_NEON - Failed
  314. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  315. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  316. -- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE
  317. -- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE - Success
  318. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  319. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  320. -- Looking for include file pthread.h
  321. -- Looking for include file pthread.h - found
  322. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  323. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  324. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  325. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  326. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  327. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  328. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  329. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  330. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  331. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  332. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  333. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  334. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  335. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
  336. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  337. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  338. -- Excluding from source files list: /home/ubuntu/opencv-fork/modules/core/src/convert.avx2.cpp
  339. -- Excluding from source files list: /home/ubuntu/opencv-fork/modules/core/src/convert.sse4_1.cpp
  340. -- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/mathfuncs_core.sse2.cpp
  341. -- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/mathfuncs_core.avx.cpp
  342. -- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/mathfuncs_core.avx2.cpp
  343. -- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/stat.sse4_2.cpp
  344. -- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/core/stat.avx2.cpp
  345. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE
  346. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE - Success
  347. -- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/filter.avx2.cpp
  348. -- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/imgwarp.avx2.cpp
  349. -- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/undistort.avx2.cpp
  350. -- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/imgwarp.sse4_1.cpp
  351. -- Excluding from source files list: /home/ubuntu/opencv-fork/modules/imgproc/src/corner.avx.cpp
  352. -- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/imgproc/accum.sse2.cpp
  353. -- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/imgproc/accum.avx.cpp
  354. -- Excluding from source files list: /home/ubuntu/opencv-fork/modules/objdetect/src/haar.avx.cpp
  355. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  356. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  357. -- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/dnn/layers/layers_common.avx.cpp
  358. -- Excluding from source files list: /home/ubuntu/opencv-fork/build/modules/dnn/layers/layers_common.avx2.cpp
  359. -- Torch importer has been enabled. To run the tests you have to install Torch ('th' executable should be available) and generate testdata using opencv_extra/testdata/dnn/generate_torch_models.py script.
  360. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  361. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  362. --
  363. -- General configuration for OpenCV 3.3.0-dev =====================================
  364. -- Version control: 3.3.0-1-g87c27a0
  365. --
  366. -- Platform:
  367. -- Timestamp: 2017-08-04T05:45:03Z
  368. -- Host: Linux 3.10.96-tegra aarch64
  369. -- CMake: 3.5.1
  370. -- CMake generator: Unix Makefiles
  371. -- CMake build tool: /usr/bin/make
  372. -- Configuration: Release
  373. --
  374. -- CPU/HW features:
  375. -- Baseline: NEON FP16
  376. -- required: NEON
  377. -- disabled: VFPV3
  378. --
  379. -- C/C++:
  380. -- Built as dynamic libs?: YES
  381. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  382. -- C++ flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  383. -- C++ flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wundef -Winit-self -Wpointer-arith -Wshadow -Wsign-promo -Wuninitialized -Winit-self -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  384. -- C Compiler: /usr/bin/cc
  385. -- C flags (Release): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  386. -- C flags (Debug): -fsigned-char -W -Wall -Werror=return-type -Werror=non-virtual-dtor -Werror=address -Werror=sequence-point -Wformat -Werror=format-security -Wmissing-declarations -Wmissing-prototypes -Wstrict-prototypes -Wundef -Winit-self -Wpointer-arith -Wshadow -Wuninitialized -Winit-self -Wno-narrowing -Wno-comment -fdiagnostics-show-option -pthread -fomit-frame-pointer -ffunction-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  387. -- Linker flags (Release):
  388. -- Linker flags (Debug):
  389. -- ccache: NO
  390. -- Precompiled headers: YES
  391. -- Extra dependencies: gthread-2.0 /usr/lib/aarch64-linux-gnu/libpng.so /usr/lib/aarch64-linux-gnu/libz.so gstbase-1.0 gstreamer-1.0 gobject-2.0 glib-2.0 gstvideo-1.0 gstapp-1.0 gstriff-1.0 gstpbutils-1.0 dl m pthread rt cudart nppc nppi npps cufft -L/usr/local/cuda-8.0/lib64
  392. -- 3rdparty dependencies:
  393. --
  394. -- OpenCV modules:
  395. -- To be built: cudev core cudaarithm flann imgproc ml objdetect video cudabgsegm cudafilters cudaimgproc cudawarping dnn imgcodecs photo shape videoio cudacodec highgui ts features2d calib3d cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo stitching superres videostab
  396. -- Disabled: world
  397. -- Disabled by dependency: -
  398. -- Unavailable: java python2 python3 viz
  399. --
  400. -- GUI:
  401. -- QT: NO
  402. -- GTK+: NO
  403. -- GThread : YES (ver 2.48.2)
  404. -- GtkGlExt: NO
  405. -- OpenGL support: NO
  406. -- VTK support: NO
  407. --
  408. -- Media I/O:
  409. -- ZLib: /usr/lib/aarch64-linux-gnu/libz.so (ver 1.2.8)
  410. -- JPEG: libjpeg (ver 90)
  411. -- WEBP: build (ver encoder: 0x020e)
  412. -- PNG: /usr/lib/aarch64-linux-gnu/libpng.so (ver 1.2.54)
  413. -- TIFF: build (ver 42 - 4.0.2)
  414. -- JPEG 2000: build (ver 1.900.1)
  415. -- OpenEXR: build (ver 1.7.1)
  416. -- GDAL: NO
  417. -- GDCM: NO
  418. --
  419. -- Video I/O:
  420. -- DC1394 1.x: NO
  421. -- DC1394 2.x: NO
  422. -- FFMPEG: NO
  423. -- avcodec: NO
  424. -- avformat: NO
  425. -- avutil: NO
  426. -- swscale: NO
  427. -- avresample: NO
  428. -- GStreamer:
  429. -- base: YES (ver 1.8.3)
  430. -- video: YES (ver 1.8.3)
  431. -- app: YES (ver 1.8.3)
  432. -- riff: YES (ver 1.8.3)
  433. -- pbutils: YES (ver 1.8.3)
  434. -- OpenNI: NO
  435. -- OpenNI PrimeSensor Modules: NO
  436. -- OpenNI2: NO
  437. -- PvAPI: NO
  438. -- GigEVisionSDK: NO
  439. -- Aravis SDK: NO
  440. -- UniCap: NO
  441. -- UniCap ucil: NO
  442. -- V4L/V4L2: NO/YES
  443. -- XIMEA: NO
  444. -- Xine: NO
  445. -- Intel Media SDK: NO
  446. -- gPhoto2: NO
  447. --
  448. -- Parallel framework: pthreads
  449. --
  450. -- Trace: YES ()
  451. --
  452. -- Other third-party libraries:
  453. -- Use Intel IPP: NO
  454. -- Use Intel IPP IW: NO
  455. -- Use VA: NO
  456. -- Use Intel VA-API/OpenCL: NO
  457. -- Use Lapack: NO
  458. -- Use Eigen: YES (ver 3.2.92)
  459. -- Use Cuda: YES (ver 8.0)
  460. -- Use OpenCL: YES
  461. -- Use OpenVX: NO
  462. -- Use custom HAL: YES (carotene (ver 0.0.1))
  463. --
  464. -- NVIDIA CUDA
  465. -- Use CUFFT: YES
  466. -- Use CUBLAS: NO
  467. -- USE NVCUVID: NO
  468. -- NVIDIA GPU arch: 53
  469. -- NVIDIA PTX archs:
  470. -- Use fast math: NO
  471. --
  472. -- OpenCL: <Dynamic loading of OpenCL library>
  473. -- Include path: /home/ubuntu/opencv-fork/3rdparty/include/opencl/1.2
  474. -- Use AMDFFT: NO
  475. -- Use AMDBLAS: NO
  476. --
  477. -- Python 2:
  478. -- Interpreter: /usr/bin/python2.7 (ver 2.7.12)
  479. --
  480. -- Python 3:
  481. -- Interpreter: /usr/bin/python3 (ver 3.5.2)
  482. --
  483. -- Python (for build): /usr/bin/python2.7
  484. --
  485. -- Java:
  486. -- ant: NO
  487. -- JNI: NO
  488. -- Java wrappers: NO
  489. -- Java tests: NO
  490. --
  491. -- Matlab: Matlab not found or implicitly disabled
  492. --
  493. -- Documentation:
  494. -- Doxygen: NO
  495. --
  496. -- Tests and samples:
  497. -- Tests: YES
  498. -- Performance tests: YES
  499. -- C/C++ Examples: NO
  500. --
  501. -- Install path: /usr/local
  502. --
  503. -- cvconfig.h is in: /home/ubuntu/opencv-fork/build
  504. -- -----------------------------------------------------------------
  505. --
  506. -- Configuring done
  507. -- Generating done
  508. -- Build files have been written to: /home/ubuntu/opencv-fork/build
  509.  
  510. real 0m53.193s
  511. user 0m32.700s
  512. sys 0m6.890s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement