Guest User

Untitled

a guest
Mar 4th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 24.86 KB | None | 0 0
  1. -- The CXX compiler identification is GNU 4.9.2
  2. -- The C compiler identification is GNU 4.9.2
  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. -- Check for working C compiler: /usr/bin/cc
  8. -- Check for working C compiler: /usr/bin/cc -- works
  9. -- Detecting C compiler ABI info
  10. -- Detecting C compiler ABI info - done
  11. -- Performing Test HAVE_CXX11 (check file: cmake/checks/cxx11.cpp)
  12. -- Performing Test HAVE_CXX11 - Failed
  13. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.9", minimum required is "2.7")
  14. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "2.7.9")
  15. -- Found PythonInterp: /usr/bin/python3.4 (found suitable version "3.4.2", minimum required is "3.4")
  16. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.4.2")
  17. Traceback (most recent call last):
  18. File "<string>", line 1, in <module>
  19. ImportError: No module named 'numpy'
  20. -- Looking for ccache - found (/usr/bin/ccache)
  21. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  22. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  23. -- Performing Test HAVE_C_FSIGNED_CHAR
  24. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  25. -- Performing Test HAVE_CXX_W
  26. -- Performing Test HAVE_CXX_W - Success
  27. -- Performing Test HAVE_C_W
  28. -- Performing Test HAVE_C_W - Success
  29. -- Performing Test HAVE_CXX_WALL
  30. -- Performing Test HAVE_CXX_WALL - Success
  31. -- Performing Test HAVE_C_WALL
  32. -- Performing Test HAVE_C_WALL - Success
  33. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  34. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  35. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  36. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  37. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  38. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  39. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  40. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  41. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  42. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  43. -- Performing Test HAVE_C_WERROR_ADDRESS
  44. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  45. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  46. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  47. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  48. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  49. -- Performing Test HAVE_CXX_WFORMAT
  50. -- Performing Test HAVE_CXX_WFORMAT - Success
  51. -- Performing Test HAVE_C_WFORMAT
  52. -- Performing Test HAVE_C_WFORMAT - Success
  53. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  54. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  55. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  56. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  57. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  58. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  59. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  60. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  61. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  62. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  63. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  64. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  65. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  66. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  67. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  68. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  69. -- Performing Test HAVE_CXX_WUNDEF
  70. -- Performing Test HAVE_CXX_WUNDEF - Success
  71. -- Performing Test HAVE_C_WUNDEF
  72. -- Performing Test HAVE_C_WUNDEF - Success
  73. -- Performing Test HAVE_CXX_WINIT_SELF
  74. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  75. -- Performing Test HAVE_C_WINIT_SELF
  76. -- Performing Test HAVE_C_WINIT_SELF - Success
  77. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  78. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  79. -- Performing Test HAVE_C_WPOINTER_ARITH
  80. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  81. -- Performing Test HAVE_CXX_WSHADOW
  82. -- Performing Test HAVE_CXX_WSHADOW - Success
  83. -- Performing Test HAVE_C_WSHADOW
  84. -- Performing Test HAVE_C_WSHADOW - Success
  85. -- Performing Test HAVE_CXX_WSIGN_PROMO
  86. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  87. -- Performing Test HAVE_C_WSIGN_PROMO
  88. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  89. -- Performing Test HAVE_CXX_WUNINITIALIZED
  90. -- Performing Test HAVE_CXX_WUNINITIALIZED - Success
  91. -- Performing Test HAVE_C_WUNINITIALIZED
  92. -- Performing Test HAVE_C_WUNINITIALIZED - Success
  93. -- Performing Test HAVE_CXX_WNO_NARROWING
  94. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  95. -- Performing Test HAVE_C_WNO_NARROWING
  96. -- Performing Test HAVE_C_WNO_NARROWING - Success
  97. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  98. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  99. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  100. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  101. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  102. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  103. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  104. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  105. -- Performing Test HAVE_CXX_WNO_COMMENT
  106. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  107. -- Performing Test HAVE_C_WNO_COMMENT
  108. -- Performing Test HAVE_C_WNO_COMMENT - Success
  109. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH
  110. -- Performing Test HAVE_CXX_WNO_IMPLICIT_FALLTHROUGH - Failed
  111. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH
  112. -- Performing Test HAVE_C_WNO_IMPLICIT_FALLTHROUGH - Failed
  113. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  114. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  115. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  116. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  117. -- Performing Test HAVE_CXX_PTHREAD
  118. -- Performing Test HAVE_CXX_PTHREAD - Success
  119. -- Performing Test HAVE_C_PTHREAD
  120. -- Performing Test HAVE_C_PTHREAD - Success
  121. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  122. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  123. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  124. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  125. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  126. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  127. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  128. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  129. -- Performing Test HAVE_CXX_FDATA_SECTIONS
  130. -- Performing Test HAVE_CXX_FDATA_SECTIONS - Success
  131. -- Performing Test HAVE_C_FDATA_SECTIONS
  132. -- Performing Test HAVE_C_FDATA_SECTIONS - Success
  133. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  134. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  135. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  136. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  137. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  138. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  139. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  140. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  141. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  142. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  143. -- Looking for pthread.h
  144. -- Looking for pthread.h - found
  145. -- Looking for posix_memalign
  146. -- Looking for posix_memalign - found
  147. -- Looking for malloc.h
  148. -- Looking for malloc.h - found
  149. -- Looking for memalign
  150. -- Looking for memalign - found
  151. -- Check if the system is big endian
  152. -- Searching 16 bit integer
  153. -- Looking for sys/types.h
  154. -- Looking for sys/types.h - found
  155. -- Looking for stdint.h
  156. -- Looking for stdint.h - found
  157. -- Looking for stddef.h
  158. -- Looking for stddef.h - found
  159. -- Check size of unsigned short
  160. -- Check size of unsigned short - done
  161. -- Using unsigned short
  162. -- Check if the system is big endian - little endian
  163. -- Could NOT find ZLIB (missing: ZLIB_LIBRARY ZLIB_INCLUDE_DIR) (Required is at least version "1.2.3")
  164. -- Looking for fseeko
  165. -- Looking for fseeko - found
  166. -- Looking for unistd.h
  167. -- Looking for unistd.h - found
  168. -- Check size of off64_t
  169. -- Check size of off64_t - failed
  170. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32
  171. -- Performing Test HAVE_C_WNO_SHORTEN_64_TO_32 - Failed
  172. -- Performing Test HAVE_C_WNO_ATTRIBUTES
  173. -- Performing Test HAVE_C_WNO_ATTRIBUTES - Success
  174. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES
  175. -- Performing Test HAVE_C_WNO_STRICT_PROTOTYPES - Success
  176. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  177. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  178. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  179. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  180. -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE
  181. -- Performing Test HAVE_C_WNO_SHIFT_NEGATIVE_VALUE - Failed
  182. -- Performing Test HAVE_C_WNO_UNDEF
  183. -- Performing Test HAVE_C_WNO_UNDEF - Success
  184. -- Could NOT find JPEG (missing: JPEG_LIBRARY JPEG_INCLUDE_DIR)
  185. -- Performing Test HAVE_C_WNO_CAST_ALIGN
  186. -- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
  187. -- Performing Test HAVE_C_WNO_SHADOW
  188. -- Performing Test HAVE_C_WNO_SHADOW - Success
  189. -- Performing Test HAVE_C_WNO_UNUSED
  190. -- Performing Test HAVE_C_WNO_UNUSED - Success
  191. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  192. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  193. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  194. -- Looking for assert.h
  195. -- Looking for assert.h - found
  196. -- Looking for dlfcn.h
  197. -- Looking for dlfcn.h - found
  198. -- Looking for fcntl.h
  199. -- Looking for fcntl.h - found
  200. -- Looking for inttypes.h
  201. -- Looking for inttypes.h - found
  202. -- Looking for io.h
  203. -- Looking for io.h - not found
  204. -- Looking for limits.h
  205. -- Looking for limits.h - found
  206. -- Looking for memory.h
  207. -- Looking for memory.h - found
  208. -- Looking for search.h
  209. -- Looking for search.h - found
  210. -- Looking for string.h
  211. -- Looking for string.h - found
  212. -- Looking for strings.h
  213. -- Looking for strings.h - found
  214. -- Looking for sys/time.h
  215. -- Looking for sys/time.h - found
  216. -- Looking for unistd.h
  217. -- Looking for unistd.h - found
  218. -- Performing Test C_HAS_inline
  219. -- Performing Test C_HAS_inline - Success
  220. -- Check size of signed short
  221. -- Check size of signed short - done
  222. -- Check size of unsigned short
  223. -- Check size of unsigned short - done
  224. -- Check size of signed int
  225. -- Check size of signed int - done
  226. -- Check size of unsigned int
  227. -- Check size of unsigned int - done
  228. -- Check size of signed long
  229. -- Check size of signed long - done
  230. -- Check size of unsigned long
  231. -- Check size of unsigned long - done
  232. -- Check size of signed long long
  233. -- Check size of signed long long - done
  234. -- Check size of unsigned long long
  235. -- Check size of unsigned long long - done
  236. -- Check size of unsigned char *
  237. -- Check size of unsigned char * - done
  238. -- Check size of size_t
  239. -- Check size of size_t - done
  240. -- Check size of ptrdiff_t
  241. -- Check size of ptrdiff_t - done
  242. -- Check size of INT8
  243. -- Check size of INT8 - failed
  244. -- Check size of INT16
  245. -- Check size of INT16 - failed
  246. -- Check size of INT32
  247. -- Check size of INT32 - failed
  248. -- Looking for floor
  249. -- Looking for floor - found
  250. -- Looking for pow
  251. -- Looking for pow - found
  252. -- Looking for sqrt
  253. -- Looking for sqrt - found
  254. -- Looking for isascii
  255. -- Looking for isascii - found
  256. -- Looking for memset
  257. -- Looking for memset - found
  258. -- Looking for mmap
  259. -- Looking for mmap - found
  260. -- Looking for getopt
  261. -- Looking for getopt - found
  262. -- Looking for memmove
  263. -- Looking for memmove - found
  264. -- Looking for setmode
  265. -- Looking for setmode - not found
  266. -- Looking for strcasecmp
  267. -- Looking for strcasecmp - found
  268. -- Looking for strchr
  269. -- Looking for strchr - found
  270. -- Looking for strrchr
  271. -- Looking for strrchr - found
  272. -- Looking for strstr
  273. -- Looking for strstr - found
  274. -- Looking for strtol
  275. -- Looking for strtol - found
  276. -- Looking for strtol
  277. -- Looking for strtol - found
  278. -- Looking for strtoull
  279. -- Looking for strtoull - found
  280. -- Looking for lfind
  281. -- Looking for lfind - found
  282. -- Performing Test HAVE_SNPRINTF
  283. -- Performing Test HAVE_SNPRINTF - Success
  284. -- Check if the system is big endian
  285. -- Searching 16 bit integer
  286. -- Using unsigned short
  287. -- Check if the system is big endian - little endian
  288. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
  289. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Success
  290. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  291. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  292. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  293. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  294. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
  295. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
  296. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
  297. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
  298. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION
  299. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION - Failed
  300. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  301. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  302. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  303. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  304. -- Performing Test HAVE_CXX_WNO_UNDEF
  305. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  306. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  307. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  308. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  309. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  310. -- Found JPEG: libjpeg
  311. -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  312. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION
  313. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION - Success
  314. -- Performing Test HAVE_C_WNO_UNINITIALIZED
  315. -- Performing Test HAVE_C_WNO_UNINITIALIZED - Success
  316. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER
  317. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER - Success
  318. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  319. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  320. -- Performing Test HAVE_C_WNO_POINTER_COMPARE
  321. -- Performing Test HAVE_C_WNO_POINTER_COMPARE - Failed
  322. -- Performing Test HAVE_C_WNO_ABSOLUTE_VALUE
  323. -- Performing Test HAVE_C_WNO_ABSOLUTE_VALUE - Failed
  324. -- Could NOT find ZLIB (missing: ZLIB_INCLUDE_DIR) (found version "1.2.11")
  325. -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
  326. -- Looking for semaphore.h
  327. -- Looking for semaphore.h - found
  328. -- Performing Test HAVE_CXX_WNO_SHADOW
  329. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  330. -- Performing Test HAVE_CXX_WNO_UNUSED
  331. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  332. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  333. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  334. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  335. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  336. -- Performing Test HAVE_CXX_WNO_SWITCH
  337. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  338. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  339. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  340. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  341. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  342. -- Performing Test HAVE_CXX_WNO_EXTRA
  343. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  344. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  345. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  346. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  347. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
  348. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  349. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  350. -- Looking for linux/videodev.h
  351. -- Looking for linux/videodev.h - not found
  352. -- Looking for linux/videodev2.h
  353. -- Looking for linux/videodev2.h - found
  354. -- Looking for sys/videoio.h
  355. -- Looking for sys/videoio.h - not found
  356. -- Can't find ffmpeg - 'pkg-config' utility is missing
  357. -- Could not find OpenBLAS include. Turning OpenBLAS_FOUND off
  358. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  359. -- Could NOT find Atlas (missing: Atlas_CBLAS_INCLUDE_DIR Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
  360. -- Looking for sgemm_
  361. -- Looking for sgemm_ - found
  362. -- Looking for include file pthread.h
  363. -- Looking for include file pthread.h - found
  364. -- Looking for pthread_create
  365. -- Looking for pthread_create - found
  366. -- Found Threads: TRUE
  367. -- A library with BLAS API found.
  368. -- Looking for cheev_
  369. -- Looking for cheev_ - found
  370. -- A library with LAPACK API found.
  371. -- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  372. -- Could NOT find JNI (missing: JAVA_AWT_LIBRARY JAVA_JVM_LIBRARY JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  373. -- Could NOT find Pylint (missing: PYLINT_EXECUTABLE)
  374. -- 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)
  375. -- VTK is not found. Please set -DVTK_DIR in CMake to VTK build directory, or to VTK install subdirectory with VTKConfig.cmake file
  376. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  377. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  378. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  379. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  380. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  381. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  382. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  383. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  384. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  385. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  386. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  387. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  388. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  389. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
  390. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32
  391. -- Performing Test HAVE_CXX_WNO_SHORTEN_64_TO_32 - Failed
  392. -- Excluding from source files list: /home/ci20/opencv-fork/modules/core/src/convert.fp16.cpp
  393. -- Excluding from source files list: /home/ci20/opencv-fork/modules/core/src/convert.avx2.cpp
  394. -- Excluding from source files list: /home/ci20/opencv-fork/modules/core/src/convert.sse4_1.cpp
  395. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/core/mathfuncs_core.sse2.cpp
  396. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/core/mathfuncs_core.avx.cpp
  397. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/core/mathfuncs_core.avx2.cpp
  398. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/core/stat.sse4_2.cpp
  399. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/core/stat.avx2.cpp
  400. -- Excluding from source files list: /home/ci20/opencv-fork/modules/core/test/test_intrin.fp16.cpp
  401. -- Excluding from source files list: /home/ci20/opencv-fork/modules/imgproc/src/undistort.avx2.cpp
  402. -- Excluding from source files list: /home/ci20/opencv-fork/modules/imgproc/src/filter.avx2.cpp
  403. -- Excluding from source files list: /home/ci20/opencv-fork/modules/imgproc/src/corner.avx.cpp
  404. -- Excluding from source files list: /home/ci20/opencv-fork/modules/imgproc/src/imgwarp.sse4_1.cpp
  405. -- Excluding from source files list: /home/ci20/opencv-fork/modules/imgproc/src/imgwarp.avx2.cpp
  406. -- Excluding from source files list: /home/ci20/opencv-fork/modules/imgproc/src/resize.sse4_1.cpp
  407. -- Excluding from source files list: /home/ci20/opencv-fork/modules/imgproc/src/resize.avx2.cpp
  408. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/imgproc/accum.sse2.cpp
  409. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/imgproc/accum.avx.cpp
  410. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/imgproc/accum.neon.cpp
  411. -- Excluding from source files list: /home/ci20/opencv-fork/modules/objdetect/src/haar.avx.cpp
  412. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  413. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  414. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  415. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  416. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/dnn/layers/layers_common.avx.cpp
  417. -- Excluding from source files list: /home/ci20/opencv-fork/build/modules/dnn/layers/layers_common.avx2.cpp
  418. -- Excluding from source files list: /home/ci20/opencv-fork/modules/features2d/src/fast.avx2.cpp
  419. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  420. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  421. --
  422. -- General configuration for OpenCV 3.4.0 =====================================
  423. -- Version control: 3.4.0
  424. --
  425. -- Platform:
  426. -- Timestamp: 2018-02-22T06:03:25Z
  427. -- Host: Linux 3.18.3-ci20-1 mips
  428. -- CMake: 3.0.2
  429. -- CMake generator: Unix Makefiles
  430. -- CMake build tool: /usr/bin/make
  431. -- Configuration: Release
  432. --
  433. -- CPU/HW features:
  434. -- Baseline:
  435. -- requested: DETECT
  436. --
  437. -- C/C++:
  438. -- Built as dynamic libs?: YES
  439. -- C++ Compiler: /usr/bin/c++ (ver 4.9.2)
  440. -- 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 -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  441. -- 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 -fdata-sections -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  442. -- C Compiler: /usr/bin/cc
  443. -- 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 -fdata-sections -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  444. -- 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 -fdata-sections -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  445. -- Linker flags (Release):
  446. -- Linker flags (Debug):
  447. -- ccache: YES
  448. -- Precompiled headers: NO
  449. -- Extra dependencies: dl m pthread rt
  450. -- 3rdparty dependencies:
  451. --
  452. -- OpenCV modules:
  453. -- To be built: calib3d core dnn features2d flann highgui imgcodecs imgproc ml objdetect photo python_bindings_generator shape stitching superres ts video videoio videostab
  454. -- Disabled: js world
  455. -- Disabled by dependency: -
  456. -- Unavailable: cudaarithm cudabgsegm cudacodec cudafeatures2d cudafilters cudaimgproc cudalegacy cudaobjdetect cudaoptflow cudastereo cudawarping cudev java python2 python3 viz
  457. -- Applications: tests perf_tests apps
  458. -- Documentation: NO
  459. -- Non-free algorithms: NO
  460. --
  461. -- GUI:
  462. -- GTK+: NO
  463. -- VTK support: NO
  464. --
  465. -- Media I/O:
  466. -- ZLib: build (ver 1.2.11)
  467. -- JPEG: libjpeg (ver 90)
  468. -- WEBP: build (ver encoder: 0x020e)
  469. -- PNG: build (ver 1.6.34)
  470. -- TIFF: build (ver 42 - 4.0.9)
  471. -- JPEG 2000: build (ver 1.900.1)
  472. -- OpenEXR: build (ver 1.7.1)
  473. --
  474. -- Video I/O:
  475. -- DC1394: NO
  476. -- FFMPEG: NO
  477. -- avcodec: NO
  478. -- avformat: NO
  479. -- avutil: NO
  480. -- swscale: NO
  481. -- avresample: NO
  482. -- GStreamer: NO
  483. -- libv4l/libv4l2: NO
  484. -- v4l/v4l2: linux/videodev2.h
  485. -- gPhoto2: NO
  486. --
  487. -- Parallel framework: pthreads
  488. --
  489. -- Trace: YES (built-in)
  490. --
  491. -- Other third-party libraries:
  492. -- Lapack: NO
  493. -- Eigen: NO
  494. -- Custom HAL: NO
  495. --
  496. -- NVIDIA CUDA: NO
  497. --
  498. -- Python (for build): /usr/bin/python2.7
  499. --
  500. -- Java:
  501. -- ant: NO
  502. -- JNI: NO
  503. -- Java wrappers: NO
  504. -- Java tests: NO
  505. --
  506. -- Matlab: NO
  507. --
  508. -- Install to: /usr/local
  509. -- -----------------------------------------------------------------
  510. --
  511. -- Configuring done
  512. -- Generating done
  513. -- Build files have been written to: /home/ci20/opencv-fork/build
  514.  
  515. real 4m59.618s
  516. user 3m55.430s
  517. sys 0m51.350s
Add Comment
Please, Sign In to add comment