Hojat_Kaveh

cmake result for OpenCV

Apr 6th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.37 KB | None | 0 0
  1. $ cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON -D WITH_VTK=ON -D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON -D BUILD_EXAMPLES=ON -D ENABLE_FAST_MATH=1 -D CUDA_FAST_MATH=1 -D WITH_CUBLAS=1 -DOPENCV_EXTRA_MODULES_PATH=/home/tiestu/Documents/GitRepository/OpenCV3/opencv_contrib/modules /home/tiestu/Documents/GitRepository/OpenCV3/opencv
  2. -- The CXX compiler identification is GNU 5.4.0
  3. -- The C compiler identification is GNU 5.4.0
  4. -- Check for working CXX compiler: /usr/bin/c++
  5. -- Check for working CXX compiler: /usr/bin/c++ -- works
  6. -- Detecting CXX compiler ABI info
  7. -- Detecting CXX compiler ABI info - done
  8. -- Detecting CXX compile features
  9. -- Detecting CXX compile features - done
  10. -- Check for working C compiler: /usr/bin/cc
  11. -- Check for working C compiler: /usr/bin/cc -- works
  12. -- Detecting C compiler ABI info
  13. -- Detecting C compiler ABI info - done
  14. -- Detecting C compile features
  15. -- Detecting C compile features - done
  16. -- Detected version of GNU GCC: 54 (504)
  17. -- Found PythonInterp: /usr/bin/python2.7 (found suitable version "2.7.12", minimum required is "2.7")
  18. -- Found PythonLibs: /usr/lib/x86_64-linux-gnu/libpython2.7.so (found suitable exact version "2.7.12")
  19. -- Found PythonInterp: /usr/bin/python3 (found suitable version "3.5.2", minimum required is "3.4")
  20. -- Could NOT find PythonLibs (missing: PYTHON_LIBRARIES PYTHON_INCLUDE_DIRS) (Required is exact version "3.5.2")
  21. Traceback (most recent call last):
  22. File "<string>", line 1, in <module>
  23. ImportError: No module named 'numpy'
  24. -- Performing Test HAVE_CXX_FSIGNED_CHAR
  25. -- Performing Test HAVE_CXX_FSIGNED_CHAR - Success
  26. -- Performing Test HAVE_C_FSIGNED_CHAR
  27. -- Performing Test HAVE_C_FSIGNED_CHAR - Success
  28. -- Performing Test HAVE_CXX_W
  29. -- Performing Test HAVE_CXX_W - Success
  30. -- Performing Test HAVE_C_W
  31. -- Performing Test HAVE_C_W - Success
  32. -- Performing Test HAVE_CXX_WALL
  33. -- Performing Test HAVE_CXX_WALL - Success
  34. -- Performing Test HAVE_C_WALL
  35. -- Performing Test HAVE_C_WALL - Success
  36. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE
  37. -- Performing Test HAVE_CXX_WERROR_RETURN_TYPE - Success
  38. -- Performing Test HAVE_C_WERROR_RETURN_TYPE
  39. -- Performing Test HAVE_C_WERROR_RETURN_TYPE - Success
  40. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR
  41. -- Performing Test HAVE_CXX_WERROR_NON_VIRTUAL_DTOR - Success
  42. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR
  43. -- Performing Test HAVE_C_WERROR_NON_VIRTUAL_DTOR - Success
  44. -- Performing Test HAVE_CXX_WERROR_ADDRESS
  45. -- Performing Test HAVE_CXX_WERROR_ADDRESS - Success
  46. -- Performing Test HAVE_C_WERROR_ADDRESS
  47. -- Performing Test HAVE_C_WERROR_ADDRESS - Success
  48. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT
  49. -- Performing Test HAVE_CXX_WERROR_SEQUENCE_POINT - Success
  50. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT
  51. -- Performing Test HAVE_C_WERROR_SEQUENCE_POINT - Success
  52. -- Performing Test HAVE_CXX_WFORMAT
  53. -- Performing Test HAVE_CXX_WFORMAT - Success
  54. -- Performing Test HAVE_C_WFORMAT
  55. -- Performing Test HAVE_C_WFORMAT - Success
  56. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY
  57. -- Performing Test HAVE_CXX_WERROR_FORMAT_SECURITY - Success
  58. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY
  59. -- Performing Test HAVE_C_WERROR_FORMAT_SECURITY - Success
  60. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS
  61. -- Performing Test HAVE_CXX_WMISSING_DECLARATIONS - Success
  62. -- Performing Test HAVE_C_WMISSING_DECLARATIONS
  63. -- Performing Test HAVE_C_WMISSING_DECLARATIONS - Success
  64. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES
  65. -- Performing Test HAVE_CXX_WMISSING_PROTOTYPES - Failed
  66. -- Performing Test HAVE_C_WMISSING_PROTOTYPES
  67. -- Performing Test HAVE_C_WMISSING_PROTOTYPES - Success
  68. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES
  69. -- Performing Test HAVE_CXX_WSTRICT_PROTOTYPES - Failed
  70. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES
  71. -- Performing Test HAVE_C_WSTRICT_PROTOTYPES - Success
  72. -- Performing Test HAVE_CXX_WUNDEF
  73. -- Performing Test HAVE_CXX_WUNDEF - Success
  74. -- Performing Test HAVE_C_WUNDEF
  75. -- Performing Test HAVE_C_WUNDEF - Success
  76. -- Performing Test HAVE_CXX_WINIT_SELF
  77. -- Performing Test HAVE_CXX_WINIT_SELF - Success
  78. -- Performing Test HAVE_C_WINIT_SELF
  79. -- Performing Test HAVE_C_WINIT_SELF - Success
  80. -- Performing Test HAVE_CXX_WPOINTER_ARITH
  81. -- Performing Test HAVE_CXX_WPOINTER_ARITH - Success
  82. -- Performing Test HAVE_C_WPOINTER_ARITH
  83. -- Performing Test HAVE_C_WPOINTER_ARITH - Success
  84. -- Performing Test HAVE_CXX_WSHADOW
  85. -- Performing Test HAVE_CXX_WSHADOW - Success
  86. -- Performing Test HAVE_C_WSHADOW
  87. -- Performing Test HAVE_C_WSHADOW - Success
  88. -- Performing Test HAVE_CXX_WSIGN_PROMO
  89. -- Performing Test HAVE_CXX_WSIGN_PROMO - Success
  90. -- Performing Test HAVE_C_WSIGN_PROMO
  91. -- Performing Test HAVE_C_WSIGN_PROMO - Failed
  92. -- Performing Test HAVE_CXX_WNO_NARROWING
  93. -- Performing Test HAVE_CXX_WNO_NARROWING - Success
  94. -- Performing Test HAVE_C_WNO_NARROWING
  95. -- Performing Test HAVE_C_WNO_NARROWING - Success
  96. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR
  97. -- Performing Test HAVE_CXX_WNO_DELETE_NON_VIRTUAL_DTOR - Success
  98. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR
  99. -- Performing Test HAVE_C_WNO_DELETE_NON_VIRTUAL_DTOR - Failed
  100. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  101. -- Performing Test HAVE_CXX_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  102. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS
  103. -- Performing Test HAVE_C_WNO_UNNAMED_TYPE_TEMPLATE_ARGS - Failed
  104. -- Performing Test HAVE_CXX_WNO_COMMENT
  105. -- Performing Test HAVE_CXX_WNO_COMMENT - Success
  106. -- Performing Test HAVE_C_WNO_COMMENT
  107. -- Performing Test HAVE_C_WNO_COMMENT - Success
  108. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION
  109. -- Performing Test HAVE_CXX_FDIAGNOSTICS_SHOW_OPTION - Success
  110. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION
  111. -- Performing Test HAVE_C_FDIAGNOSTICS_SHOW_OPTION - Success
  112. -- Performing Test HAVE_CXX_WNO_LONG_LONG
  113. -- Performing Test HAVE_CXX_WNO_LONG_LONG - Success
  114. -- Performing Test HAVE_C_WNO_LONG_LONG
  115. -- Performing Test HAVE_C_WNO_LONG_LONG - Success
  116. -- Performing Test HAVE_CXX_PTHREAD
  117. -- Performing Test HAVE_CXX_PTHREAD - Success
  118. -- Performing Test HAVE_C_PTHREAD
  119. -- Performing Test HAVE_C_PTHREAD - Success
  120. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER
  121. -- Performing Test HAVE_CXX_FOMIT_FRAME_POINTER - Success
  122. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER
  123. -- Performing Test HAVE_C_FOMIT_FRAME_POINTER - Success
  124. -- Performing Test HAVE_CXX_FFAST_MATH
  125. -- Performing Test HAVE_CXX_FFAST_MATH - Success
  126. -- Performing Test HAVE_C_FFAST_MATH
  127. -- Performing Test HAVE_C_FFAST_MATH - Success
  128. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS
  129. -- Performing Test HAVE_CXX_FFUNCTION_SECTIONS - Success
  130. -- Performing Test HAVE_C_FFUNCTION_SECTIONS
  131. -- Performing Test HAVE_C_FFUNCTION_SECTIONS - Success
  132. -- Performing Test HAVE_CXX_MSSE (check file: cmake/checks/cpu_sse.cpp)
  133. -- Performing Test HAVE_CXX_MSSE - Success
  134. -- Performing Test HAVE_CXX_MSSE2 (check file: cmake/checks/cpu_sse2.cpp)
  135. -- Performing Test HAVE_CXX_MSSE2 - Success
  136. -- Performing Test HAVE_CXX_MSSE3 (check file: cmake/checks/cpu_sse3.cpp)
  137. -- Performing Test HAVE_CXX_MSSE3 - Success
  138. -- Performing Test HAVE_CXX_MSSSE3 (check file: cmake/checks/cpu_ssse3.cpp)
  139. -- Performing Test HAVE_CXX_MSSSE3 - Success
  140. -- Performing Test HAVE_CXX_MSSE4_1 (check file: cmake/checks/cpu_sse41.cpp)
  141. -- Performing Test HAVE_CXX_MSSE4_1 - Success
  142. -- Performing Test HAVE_CXX_MPOPCNT (check file: cmake/checks/cpu_popcnt.cpp)
  143. -- Performing Test HAVE_CXX_MPOPCNT - Success
  144. -- Performing Test HAVE_CXX_MSSE4_2 (check file: cmake/checks/cpu_sse42.cpp)
  145. -- Performing Test HAVE_CXX_MSSE4_2 - Success
  146. -- Performing Test HAVE_CXX_MF16C (check file: cmake/checks/cpu_fp16.cpp)
  147. -- Performing Test HAVE_CXX_MF16C - Success
  148. -- Performing Test HAVE_CXX_MFMA
  149. -- Performing Test HAVE_CXX_MFMA - Success
  150. -- Performing Test HAVE_CXX_MAVX (check file: cmake/checks/cpu_avx.cpp)
  151. -- Performing Test HAVE_CXX_MAVX - Success
  152. -- Performing Test HAVE_CXX_MAVX2 (check file: cmake/checks/cpu_avx2.cpp)
  153. -- Performing Test HAVE_CXX_MAVX2 - Success
  154. -- Performing Test HAVE_CPU_BASELINE_FLAGS
  155. -- Performing Test HAVE_CPU_BASELINE_FLAGS - Success
  156. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1
  157. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_SSE4_1 - Success
  158. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16
  159. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_FP16 - Success
  160. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX
  161. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX - Success
  162. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2
  163. -- Performing Test HAVE_CPU_DISPATCH_FLAGS_AVX2 - Success
  164. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN
  165. -- Performing Test HAVE_CXX_FVISIBILITY_HIDDEN - Success
  166. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN
  167. -- Performing Test HAVE_C_FVISIBILITY_HIDDEN - Success
  168. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN
  169. -- Performing Test HAVE_CXX_FVISIBILITY_INLINES_HIDDEN - Success
  170. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN
  171. -- Performing Test HAVE_C_FVISIBILITY_INLINES_HIDDEN - Failed
  172. -- FP16: Feature disabled
  173. -- Looking for pthread.h
  174. -- Looking for pthread.h - found
  175. -- Check if the system is big endian
  176. -- Searching 16 bit integer
  177. -- Looking for sys/types.h
  178. -- Looking for sys/types.h - found
  179. -- Looking for stdint.h
  180. -- Looking for stdint.h - found
  181. -- Looking for stddef.h
  182. -- Looking for stddef.h - found
  183. -- Check size of unsigned short
  184. -- Check size of unsigned short - done
  185. -- Using unsigned short
  186. -- Check if the system is big endian - little endian
  187. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  188. -- Could NOT find TIFF (missing: TIFF_LIBRARY TIFF_INCLUDE_DIR)
  189. -- Looking for assert.h
  190. -- Looking for assert.h - found
  191. -- Looking for fcntl.h
  192. -- Looking for fcntl.h - found
  193. -- Looking for io.h
  194. -- Looking for io.h - not found
  195. -- Looking for jbg_newlen
  196. -- Looking for jbg_newlen - not found
  197. -- Looking for search.h
  198. -- Looking for search.h - found
  199. -- Looking for string.h
  200. -- Looking for string.h - found
  201. -- Looking for unistd.h
  202. -- Looking for unistd.h - found
  203. -- Looking for mmap
  204. -- Looking for mmap - found
  205. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE
  206. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_VARIABLE - Success
  207. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES
  208. -- Performing Test HAVE_C_WNO_MISSING_PROTOTYPES - Success
  209. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS
  210. -- Performing Test HAVE_C_WNO_MISSING_DECLARATIONS - Success
  211. -- Performing Test HAVE_C_WNO_UNDEF
  212. -- Performing Test HAVE_C_WNO_UNDEF - Success
  213. -- Performing Test HAVE_C_WNO_UNUSED
  214. -- Performing Test HAVE_C_WNO_UNUSED - Success
  215. -- Performing Test HAVE_C_WNO_SIGN_COMPARE
  216. -- Performing Test HAVE_C_WNO_SIGN_COMPARE - Success
  217. -- Performing Test HAVE_C_WNO_CAST_ALIGN
  218. -- Performing Test HAVE_C_WNO_CAST_ALIGN - Success
  219. -- Performing Test HAVE_C_WNO_SHADOW
  220. -- Performing Test HAVE_C_WNO_SHADOW - Success
  221. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED
  222. -- Performing Test HAVE_C_WNO_MAYBE_UNINITIALIZED - Success
  223. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST
  224. -- Performing Test HAVE_C_WNO_POINTER_TO_INT_CAST - Success
  225. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST
  226. -- Performing Test HAVE_C_WNO_INT_TO_POINTER_CAST - Success
  227. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION
  228. -- Performing Test HAVE_C_WNO_MISLEADING_INDENTATION - Failed
  229. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER
  230. -- Performing Test HAVE_C_WNO_UNUSED_PARAMETER - Success
  231. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS
  232. -- Performing Test HAVE_CXX_WNO_MISSING_DECLARATIONS - Success
  233. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER
  234. -- Performing Test HAVE_CXX_WNO_UNUSED_PARAMETER - Success
  235. -- Found JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so
  236. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE
  237. -- Performing Test HAVE_C_WNO_UNUSED_VARIABLE - Success
  238. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION
  239. -- Performing Test HAVE_C_WNO_UNUSED_FUNCTION - Success
  240. -- Could NOT find Jasper (missing: JASPER_LIBRARIES JASPER_INCLUDE_DIR)
  241. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION
  242. -- Performing Test HAVE_C_WNO_IMPLICIT_FUNCTION_DECLARATION - Success
  243. -- Performing Test HAVE_C_WNO_UNINITIALIZED
  244. -- Performing Test HAVE_C_WNO_UNINITIALIZED - Success
  245. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER
  246. -- Performing Test HAVE_C_WNO_UNUSED_BUT_SET_PARAMETER - Success
  247. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW
  248. -- Performing Test HAVE_C_WNO_STRICT_OVERFLOW - Success
  249. -- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  250. -- Could NOT find PNG (missing: PNG_LIBRARY PNG_PNG_INCLUDE_DIR)
  251. -- Looking for semaphore.h
  252. -- Looking for semaphore.h - found
  253. -- Performing Test HAVE_CXX_WNO_SHADOW
  254. -- Performing Test HAVE_CXX_WNO_SHADOW - Success
  255. -- Performing Test HAVE_CXX_WNO_UNUSED
  256. -- Performing Test HAVE_CXX_WNO_UNUSED - Success
  257. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE
  258. -- Performing Test HAVE_CXX_WNO_SIGN_COMPARE - Success
  259. -- Performing Test HAVE_CXX_WNO_UNDEF
  260. -- Performing Test HAVE_CXX_WNO_UNDEF - Success
  261. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED
  262. -- Performing Test HAVE_CXX_WNO_UNINITIALIZED - Success
  263. -- Performing Test HAVE_CXX_WNO_SWITCH
  264. -- Performing Test HAVE_CXX_WNO_SWITCH - Success
  265. -- Performing Test HAVE_CXX_WNO_PARENTHESES
  266. -- Performing Test HAVE_CXX_WNO_PARENTHESES - Success
  267. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS
  268. -- Performing Test HAVE_CXX_WNO_ARRAY_BOUNDS - Success
  269. -- Performing Test HAVE_CXX_WNO_EXTRA
  270. -- Performing Test HAVE_CXX_WNO_EXTRA - Success
  271. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS
  272. -- Performing Test HAVE_CXX_WNO_DEPRECATED_DECLARATIONS - Success
  273. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION
  274. -- Performing Test HAVE_CXX_WNO_MISLEADING_INDENTATION - Failed
  275. -- Checking for module 'gtk+-3.0'
  276. -- No package 'gtk+-3.0' found
  277. -- Checking for module 'gtk+-2.0'
  278. -- No package 'gtk+-2.0' found
  279. -- Checking for module 'gthread-2.0'
  280. -- No package 'gthread-2.0' found
  281. -- Checking for module 'gstreamer-base-1.0'
  282. -- No package 'gstreamer-base-1.0' found
  283. -- Checking for module 'gstreamer-video-1.0'
  284. -- No package 'gstreamer-video-1.0' found
  285. -- Checking for module 'gstreamer-app-1.0'
  286. -- No package 'gstreamer-app-1.0' found
  287. -- Checking for module 'gstreamer-riff-1.0'
  288. -- No package 'gstreamer-riff-1.0' found
  289. -- Checking for module 'gstreamer-pbutils-1.0'
  290. -- No package 'gstreamer-pbutils-1.0' found
  291. -- Checking for module 'gstreamer-base-0.10'
  292. -- No package 'gstreamer-base-0.10' found
  293. -- Checking for module 'gstreamer-video-0.10'
  294. -- No package 'gstreamer-video-0.10' found
  295. -- Checking for module 'gstreamer-app-0.10'
  296. -- No package 'gstreamer-app-0.10' found
  297. -- Checking for module 'gstreamer-riff-0.10'
  298. -- No package 'gstreamer-riff-0.10' found
  299. -- Checking for module 'gstreamer-pbutils-0.10'
  300. -- No package 'gstreamer-pbutils-0.10' found
  301. -- Checking for module 'libdc1394-2'
  302. -- No package 'libdc1394-2' found
  303. -- Checking for module 'libdc1394'
  304. -- No package 'libdc1394' found
  305. -- Looking for linux/videodev.h
  306. -- Looking for linux/videodev.h - not found
  307. -- Looking for linux/videodev2.h
  308. -- Looking for linux/videodev2.h - found
  309. -- Looking for sys/videoio.h
  310. -- Looking for sys/videoio.h - not found
  311. -- Checking for modules 'libavcodec;libavformat;libavutil;libswscale'
  312. -- No package 'libavcodec' found
  313. -- No package 'libavformat' found
  314. -- No package 'libavutil' found
  315. -- No package 'libswscale' found
  316. -- Checking for module 'libavresample'
  317. -- No package 'libavresample' found
  318. -- Checking for module 'libgphoto2'
  319. -- No package 'libgphoto2' found
  320. -- IPPICV: Download: ippicv_linux_20151201.tgz
  321. -- found IPP (ICV version): 9.0.1 [9.0.1]
  322. -- at: /home/tiestu/Documents/GitRepository/OpenCV3/opencv/release/3rdparty/ippicv/ippicv_lnx
  323. -- CUDA detected: 7.5
  324. -- CUDA NVCC target flags: -gencode;arch=compute_20,code=sm_20;-gencode;arch=compute_30,code=sm_30;-gencode;arch=compute_35,code=sm_35;-gencode;arch=compute_37,code=sm_37;-gencode;arch=compute_50,code=sm_50;-gencode;arch=compute_52,code=sm_52;-D_FORCE_INLINES
  325. -- Could not find OpenBLAS lib. Turning OpenBLAS_FOUND off
  326. -- Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  327. -- Looking for dgemm_
  328. -- Looking for dgemm_ - found
  329. -- Looking for pthread.h
  330. -- Looking for pthread.h - found
  331. -- Looking for pthread_create
  332. -- Looking for pthread_create - found
  333. -- Found Threads: TRUE
  334. -- A library with BLAS API found.
  335. -- Looking for cheev_
  336. -- Looking for cheev_ - found
  337. -- A library with LAPACK API found.
  338. -- Found Doxygen: /usr/bin/doxygen (found version "1.8.11")
  339. -- Found JNI: /usr/lib/jvm/default-java/jre/lib/amd64/libjawt.so
  340. -- Found Matlab: /usr/local/MATLAB/R2016b/bin/mex
  341. -- Found VTK ver. 7.1.0 (usefile: /usr/local/lib/cmake/vtk-7.1/UseVTK.cmake)
  342. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION
  343. -- Performing Test HAVE_CXX_WNO_UNUSED_FUNCTION - Success
  344. -- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE
  345. -- Performing Test HAVE_CXX_WNO_UNUSED_VARIABLE - Success
  346. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE
  347. -- Performing Test HAVE_CXX_WNO_ENUM_COMPARE - Success
  348. -- Caffe: NO
  349. -- Protobuf: YES
  350. -- Glog: YES
  351. -- PROTOBUF: Download: protobuf-cpp-3.1.0.tar.gz
  352. -- Looking for tiny_dnn.h
  353. -- Looking for tiny_dnn.h - not found
  354. -- Performing Test COMPILER_SUPPORTS_CXX11
  355. -- Performing Test COMPILER_SUPPORTS_CXX11 - Success
  356. -- Module opencv_dnn_modern disabled because tiny-dnn was not found
  357. -- Checking for one of the modules 'freetype2'
  358. -- Checking for one of the modules 'harfbuzz'
  359. -- freetype2: NO
  360. -- harfbuzz: NO
  361. -- Found HDF5: /usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5.so;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libsz.so;/usr/lib/x86_64-linux-gnu/libz.so;/usr/lib/x86_64-linux-gnu/libdl.so;/usr/lib/x86_64-linux-gnu/libm.so (found version "1.8.16")
  362. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF
  363. -- Performing Test HAVE_CXX_WNO_INVALID_OFFSETOF - Success
  364. -- No preference for use of exported gflags CMake configuration set, and no hints for include/library directories provided. Defaulting to preferring an installed/exported gflags CMake configuration if available.
  365. -- Failed to find installed gflags CMake configuration, searching for gflags build directories exported with CMake.
  366. -- Failed to find an installed/exported CMake configuration for gflags, will perform search for installed gflags components.
  367. -- Failed to find gflags - Could not find gflags include directory, set GFLAGS_INCLUDE_DIR to directory containing gflags/gflags.h
  368. -- Module opencv_sfm disabled because the following dependencies are not found: Glog/Gflags
  369. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE
  370. -- Performing Test HAVE_CXX_WNO_UNUSED_BUT_SET_VARIABLE - Success
  371. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED
  372. -- Performing Test HAVE_CXX_WNO_MAYBE_UNINITIALIZED - Success
  373. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO
  374. -- Performing Test HAVE_CXX_WNO_SIGN_PROMO - Success
  375. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES
  376. -- Performing Test HAVE_CXX_WNO_MISSING_PROTOTYPES - Failed
  377. -- Performing Test HAVE_CXX_WNO_DEPRECATED
  378. -- Performing Test HAVE_CXX_WNO_DEPRECATED - Success
  379. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS
  380. -- Performing Test HAVE_CXX_WNO_UNUSED_LOCAL_TYPEDEFS - Success
  381. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE
  382. -- Performing Test HAVE_CXX_WNO_TAUTOLOGICAL_UNDEFINED_COMPARE - Failed
  383. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS
  384. -- Performing Test HAVE_CXX_WNO_IGNORED_QUALIFIERS - Success
  385. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE
  386. -- Performing Test HAVE_CXX_WNO_UNUSED_CONST_VARIABLE - Failed
  387. -- Looking for include file pthread.h
  388. -- Looking for include file pthread.h - found
  389. -- 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.
  390. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL
  391. -- Performing Test HAVE_CXX_WNO_OVERLOADED_VIRTUAL - Success
  392. -- Checking for modules 'tesseract;lept'
  393. -- No package 'tesseract' found
  394. -- No package 'lept' found
  395. -- Tesseract: NO
  396. -- xfeatures2d/boostdesc: Download: boostdesc_bgm.i
  397. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_bi.i
  398. -- xfeatures2d/boostdesc: Download: boostdesc_bgm_hd.i
  399. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_064.i
  400. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_128.i
  401. -- xfeatures2d/boostdesc: Download: boostdesc_binboost_256.i
  402. -- xfeatures2d/boostdesc: Download: boostdesc_lbgm.i
  403. -- xfeatures2d/vgg: Download: vgg_generated_48.i
  404. -- xfeatures2d/vgg: Download: vgg_generated_64.i
  405. -- xfeatures2d/vgg: Download: vgg_generated_80.i
  406. -- xfeatures2d/vgg: Download: vgg_generated_120.i
  407. -- Trying to generate Matlab code
  408. -- Trying to generate Matlab code - OK
  409. -- Trying to compile mex file
  410. -- Trying to compile mex file - OK
  411. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD
  412. -- Performing Test HAVE_CXX_WNO_UNUSED_PRIVATE_FIELD - Failed
  413. --
  414. -- General configuration for OpenCV 3.2.0-dev =====================================
  415. -- Version control: 3.2.0-385-g45e866f
  416. --
  417. -- Extra modules:
  418. -- Location (extra): /home/tiestu/Documents/GitRepository/OpenCV3/opencv_contrib/modules
  419. -- Version control (extra): 3.2.0-180-g02756e8
  420. --
  421. -- Platform:
  422. -- Timestamp: 2017-04-06T09:47:41Z
  423. -- Host: Linux 4.4.0-72-generic x86_64
  424. -- CMake: 3.5.1
  425. -- CMake generator: Unix Makefiles
  426. -- CMake build tool: /usr/bin/make
  427. -- Configuration: RELEASE
  428. --
  429. -- CPU/HW features:
  430. -- Baseline: SSE SSE2 SSE3 SSSE3
  431. -- requested: SSSE3
  432. -- Dispatched code generation: SSE4_1 FP16 AVX AVX2
  433. -- requested: SSE4_1 AVX FP16 AVX2
  434. -- SSE4_1 (0 files): + SSE4_1
  435. -- FP16 (0 files): + SSE4_1 POPCNT SSE4_2 FP16 AVX
  436. -- AVX (0 files): + SSE4_1 POPCNT SSE4_2 AVX
  437. -- AVX2 (0 files): + SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  438. --
  439. -- C/C++:
  440. -- Built as dynamic libs?: YES
  441. -- C++ Compiler: /usr/bin/c++ (ver 5.4.0)
  442. -- 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 -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffast-math -ffunction-sections -msse -msse2 -msse3 -mssse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  443. -- 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 -Wno-narrowing -Wno-delete-non-virtual-dtor -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffast-math -ffunction-sections -msse -msse2 -msse3 -mssse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  444. -- C Compiler: /usr/bin/cc
  445. -- 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 -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffast-math -ffunction-sections -msse -msse2 -msse3 -mssse3 -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  446. -- 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 -Wno-narrowing -Wno-comment -fdiagnostics-show-option -Wno-long-long -pthread -fomit-frame-pointer -ffast-math -ffunction-sections -msse -msse2 -msse3 -mssse3 -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  447. -- Linker flags (Release):
  448. -- Linker flags (Debug):
  449. -- ccache: NO
  450. -- Precompiled headers: YES
  451. -- Extra dependencies: /usr/lib/x86_64-linux-gnu/libjpeg.so vtkRenderingOpenGL2 vtkCommonCore vtksys vtkCommonDataModel vtkCommonMath vtkCommonMisc vtkCommonSystem vtkCommonTransforms vtkCommonExecutionModel vtkIOImage vtkDICOMParser vtkmetaio vtkzlib vtkjpeg vtkpng vtktiff vtkImagingCore vtkRenderingCore vtkCommonColor vtkCommonComputationalGeometry vtkFiltersCore vtkFiltersGeneral vtkFiltersGeometry vtkFiltersSources vtkglew vtkInteractionStyle vtkFiltersExtraction vtkFiltersStatistics vtkImagingFourier vtkalglib vtkRenderingLOD vtkFiltersModeling vtkIOPLY vtkIOCore vtklz4 vtkFiltersTexture vtkRenderingFreeType vtkfreetype vtkIOExport vtkRenderingGL2PSOpenGL2 vtkgl2ps vtkIOGeometry vtkIOLegacy /usr/lib/x86_64-linux-gnu/hdf5/serial/lib/libhdf5.so /usr/lib/x86_64-linux-gnu/libpthread.so /usr/lib/x86_64-linux-gnu/libsz.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libdl.so /usr/lib/x86_64-linux-gnu/libm.so dl m pthread rt cudart nppc nppi npps cublas cufft -L/usr/lib/x86_64-linux-gnu
  452. -- 3rdparty dependencies: libwebp libpng libtiff libjasper IlmImf libprotobuf
  453. --
  454. -- OpenCV modules:
  455. -- To be built: cudev core cudaarithm flann hdf imgproc ml objdetect phase_unwrapping plot reg surface_matching video viz xphoto bgsegm cudabgsegm cudafilters cudaimgproc cudawarping dnn face fuzzy imgcodecs photo shape videoio xobjdetect cudacodec highgui ts bioinspired dpm features2d line_descriptor saliency text calib3d ccalib cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo datasets rgbd stereo structured_light superres tracking videostab xfeatures2d ximgproc aruco optflow stitching matlab python2
  456. -- Disabled: world contrib_world
  457. -- Disabled by dependency: -
  458. -- Unavailable: java python3 cnn_3dobj cvv dnn_modern freetype sfm
  459. --
  460. -- GUI:
  461. -- QT: NO
  462. -- GTK+: NO
  463. -- GThread : NO
  464. -- GtkGlExt: NO
  465. -- OpenGL support: NO
  466. -- VTK support: YES (ver 7.1.0)
  467. --
  468. -- Media I/O:
  469. -- ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  470. -- JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  471. -- WEBP: build (ver encoder: 0x020e)
  472. -- PNG: build (ver 1.6.24)
  473. -- TIFF: build (ver 42 - 4.0.2)
  474. -- JPEG 2000: build (ver 1.900.1)
  475. -- OpenEXR: build (ver 1.7.1)
  476. -- GDAL: NO
  477. -- GDCM: NO
  478. --
  479. -- Video I/O:
  480. -- DC1394 1.x: NO
  481. -- DC1394 2.x: NO
  482. -- FFMPEG: NO
  483. -- avcodec: NO
  484. -- avformat: NO
  485. -- avutil: NO
  486. -- swscale: NO
  487. -- avresample: NO
  488. -- GStreamer: NO
  489. -- OpenNI: NO
  490. -- OpenNI PrimeSensor Modules: NO
  491. -- OpenNI2: NO
  492. -- PvAPI: NO
  493. -- GigEVisionSDK: NO
  494. -- Aravis SDK: NO
  495. -- UniCap: NO
  496. -- UniCap ucil: NO
  497. -- V4L/V4L2: NO/YES
  498. -- XIMEA: NO
  499. -- Xine: NO
  500. -- gPhoto2: NO
  501. --
  502. -- Parallel framework: pthreads
  503. --
  504. -- Other third-party libraries:
  505. -- Use IPP: 9.0.1 [9.0.1]
  506. -- at: /home/tiestu/Documents/GitRepository/OpenCV3/opencv/release/3rdparty/ippicv/ippicv_lnx
  507. -- Use IPP Async: NO
  508. -- Use VA: NO
  509. -- Use Intel VA-API/OpenCL: NO
  510. -- Use Lapack: NO
  511. -- Use Eigen: YES (ver 3.2.92)
  512. -- Use Cuda: YES (ver 7.5)
  513. -- Use OpenCL: YES
  514. -- Use OpenVX: NO
  515. -- Use custom HAL: NO
  516. --
  517. -- NVIDIA CUDA
  518. -- Use CUFFT: YES
  519. -- Use CUBLAS: YES
  520. -- USE NVCUVID: NO
  521. -- NVIDIA GPU arch: 20 30 35 37 50 52
  522. -- NVIDIA PTX archs:
  523. -- Use fast math: YES
  524. --
  525. -- OpenCL: <Dynamic loading of OpenCL library>
  526. -- Include path: /home/tiestu/Documents/GitRepository/OpenCV3/opencv/3rdparty/include/opencl/1.2
  527. -- Use AMDFFT: NO
  528. -- Use AMDBLAS: NO
  529. --
  530. -- Python 2:
  531. -- Interpreter: /usr/bin/python2.7 (ver 2.7.12)
  532. -- Libraries: /usr/lib/x86_64-linux-gnu/libpython2.7.so (ver 2.7.12)
  533. -- numpy: /usr/lib/python2.7/dist-packages/numpy/core/include (ver 1.11.0)
  534. -- packages path: lib/python2.7/dist-packages
  535. --
  536. -- Python 3:
  537. -- Interpreter: /usr/bin/python3 (ver 3.5.2)
  538. --
  539. -- Python (for build): /usr/bin/python2.7
  540. --
  541. -- Java:
  542. -- ant: NO
  543. -- JNI: /usr/lib/jvm/default-java/include /usr/lib/jvm/default-java/include/linux /usr/lib/jvm/default-java/include
  544. -- Java wrappers: NO
  545. -- Java tests: NO
  546. --
  547. -- Matlab:
  548. -- mex: /usr/local/MATLAB/R2016b/bin/mex
  549. -- Compiler/generator: Working
  550. --
  551. -- Documentation:
  552. -- Doxygen: /usr/bin/doxygen (ver 1.8.11)
  553. --
  554. -- Tests and samples:
  555. -- Tests: YES
  556. -- Performance tests: YES
  557. -- C/C++ Examples: YES
  558. --
  559. -- Install path: /usr/local
  560. --
  561. -- cvconfig.h is in: /home/tiestu/Documents/GitRepository/OpenCV3/opencv/release
  562. -- -----------------------------------------------------------------
  563. --
  564. -- Configuring done
  565. -- Generating done
  566. -- Build files have been written to: /home/tiestu/Documents/GitRepository/OpenCV3/opencv/release
Add Comment
Please, Sign In to add comment