Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.96 KB | None | 0 0
  1. Detected version of GNU GCC: 48 (408)
  2. Looking for ccache - not found
  3. Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found suitable version "1.2.8", minimum required is "1.2.3")
  4. Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.8")
  5. Found OpenEXR: /usr/lib/x86_64-linux-gnu/libIlmImf.so
  6. checking for module 'gtk+-3.0'
  7. package 'gtk+-3.0' not found
  8. checking for module 'gstreamer-base-1.0'
  9. package 'gstreamer-base-1.0' not found
  10. checking for module 'gstreamer-video-1.0'
  11. package 'gstreamer-video-1.0' not found
  12. checking for module 'gstreamer-app-1.0'
  13. package 'gstreamer-app-1.0' not found
  14. checking for module 'gstreamer-riff-1.0'
  15. package 'gstreamer-riff-1.0' not found
  16. checking for module 'gstreamer-pbutils-1.0'
  17. package 'gstreamer-pbutils-1.0' not found
  18. checking for module 'gstreamer-video-0.10'
  19. package 'gstreamer-video-0.10' not found
  20. checking for module 'gstreamer-app-0.10'
  21. package 'gstreamer-app-0.10' not found
  22. checking for module 'gstreamer-riff-0.10'
  23. package 'gstreamer-riff-0.10' not found
  24. checking for module 'gstreamer-pbutils-0.10'
  25. package 'gstreamer-pbutils-0.10' not found
  26. Looking for linux/videodev.h
  27. Looking for linux/videodev.h - not found
  28. Looking for linux/videodev2.h
  29. Looking for linux/videodev2.h - found
  30. Looking for sys/videoio.h
  31. Looking for sys/videoio.h - not found
  32. checking for module 'libavresample'
  33. package 'libavresample' not found
  34. found Intel IPP (ICV version): 2017.0.2 [2017.0.2]
  35. at: /home/ze/Development/opencv/build/3rdparty/ippicv/ippicv_lnx
  36. found Intel IPP IW binaries: 2017.0.2
  37. at: /home/ze/Development/opencv/build/3rdparty/ippicv/ippicv_lnx/../ippiw_lnx/
  38. CUDA detected: 8.0
  39. 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;-gencode;arch=compute_60,code=sm_60;-gencode;arch=compute_61,code=sm_61;-D_FORCE_INLINES
  40. Found OpenBLAS libraries: /usr/lib/libopenblas.so
  41. Found OpenBLAS include: /usr/include
  42. LAPACK(OpenBLAS): LAPACK_LIBRARIES: /usr/lib/libopenblas.so
  43. CMake Warning at cmake/OpenCVFindLAPACK.cmake:29 (message):
  44. LAPACK(OpenBLAS): CBLAS/LAPACK headers are not found in '/usr/include'
  45. Call Stack (most recent call first):
  46. cmake/OpenCVFindLAPACK.cmake:89 (ocv_lapack_check)
  47. CMakeLists.txt:600 (include)
  48.  
  49.  
  50. Could NOT find Atlas (missing: Atlas_CLAPACK_INCLUDE_DIR)
  51. A library with BLAS API found.
  52. A library with LAPACK API found.
  53. Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE)
  54. Could NOT find JNI (missing: JAVA_INCLUDE_PATH JAVA_INCLUDE_PATH2 JAVA_AWT_INCLUDE_PATH)
  55. 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)
  56. Found VTK ver. 5.8.0 (usefile: /usr/lib/vtk-5.8/UseVTK.cmake)
  57. Excluding from source files list: /home/ze/Development/opencv/build/modules/imgproc/accum.neon.cpp
  58. 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.
  59.  
  60. General configuration for OpenCV 3.3.0-rc =====================================
  61. Version control: 3.3.0-rc-197-gd34eec3
  62.  
  63. Platform:
  64. Timestamp: 2017-08-03T11:22:08Z
  65. Host: Linux 4.4.0-75-generic x86_64
  66. CMake: 2.8.12.2
  67. CMake generator: Unix Makefiles
  68. CMake build tool: /usr/bin/make
  69. Configuration: Release
  70.  
  71. CPU/HW features:
  72. Baseline: SSE SSE2 SSE3
  73. requested: SSE3
  74. Dispatched code generation: SSE4_1 SSE4_2 FP16 AVX AVX2
  75. requested: SSE4_1 SSE4_2 AVX FP16 AVX2
  76. SSE4_1 (2 files): + SSSE3 SSE4_1
  77. SSE4_2 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2
  78. FP16 (1 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 AVX
  79. AVX (5 files): + SSSE3 SSE4_1 POPCNT SSE4_2 AVX
  80. AVX2 (7 files): + SSSE3 SSE4_1 POPCNT SSE4_2 FP16 FMA3 AVX AVX2
  81.  
  82. C/C++:
  83. Built as dynamic libs?: YES
  84. C++ Compiler: /usr/bin/c++ (ver 4.8.4)
  85. 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 -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -O3 -DNDEBUG -DNDEBUG
  86. 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 -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -fvisibility-inlines-hidden -g -O0 -DDEBUG -D_DEBUG
  87. C Compiler: /usr/bin/cc
  88. 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 -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -O3 -DNDEBUG -DNDEBUG
  89. 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 -Wno-long-long -pthread -fomit-frame-pointer -ffunction-sections -msse -msse2 -msse3 -fvisibility=hidden -g -O0 -DDEBUG -D_DEBUG
  90. Linker flags (Release):
  91. Linker flags (Debug):
  92. ccache: NO
  93. Precompiled headers: YES
  94. Extra dependencies: gtk-x11-2.0 gdk-x11-2.0 atk-1.0 gio-2.0 pangoft2-1.0 pangocairo-1.0 gdk_pixbuf-2.0 cairo pango-1.0 fontconfig freetype /usr/lib/x86_64-linux-gnu/libpng.so /usr/lib/x86_64-linux-gnu/libz.so /usr/lib/x86_64-linux-gnu/libtiff.so /usr/lib/x86_64-linux-gnu/libjasper.so /usr/lib/x86_64-linux-gnu/libjpeg.so /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so gstbase-0.10 gstreamer-0.10 gobject-2.0 gmodule-2.0 gthread-2.0 xml2 glib-2.0 dc1394 avcodec avformat avutil swscale gphoto2 gphoto2_port exif vtkCommon vtkFiltering vtkImaging vtkGraphics vtkGenericFiltering vtkIO vtkRendering vtkVolumeRendering vtkHybrid vtkWidgets vtkParallel vtkInfovis vtkGeovis vtkViews vtkCharts dl m pthread rt cudart nppc nppi npps cufft -L/usr/local/cuda-8.0/lib64
  95. 3rdparty dependencies:
  96.  
  97. OpenCV modules:
  98. To be built: cudev core cudaarithm flann imgproc ml objdetect video viz cudabgsegm cudafilters cudaimgproc cudawarping dnn imgcodecs photo shape videoio cudacodec highgui ts features2d calib3d cudafeatures2d cudalegacy cudaobjdetect cudaoptflow cudastereo stitching superres videostab python3
  99. Disabled: world
  100. Disabled by dependency: -
  101. Unavailable: java python2
  102.  
  103. GUI:
  104. QT: NO
  105. GTK+ 2.x: YES (ver 2.24.23)
  106. GThread : YES (ver 2.40.2)
  107. GtkGlExt: NO
  108. OpenGL support: NO
  109. VTK support: YES (ver 5.8.0)
  110.  
  111. Media I/O:
  112. ZLib: /usr/lib/x86_64-linux-gnu/libz.so (ver 1.2.8)
  113. JPEG: /usr/lib/x86_64-linux-gnu/libjpeg.so (ver )
  114. WEBP: build (ver encoder: 0x020e)
  115. PNG: /usr/lib/x86_64-linux-gnu/libpng.so (ver 1.2.50)
  116. TIFF: /usr/lib/x86_64-linux-gnu/libtiff.so (ver 42 - 4.0.3)
  117. JPEG 2000: /usr/lib/x86_64-linux-gnu/libjasper.so (ver 1.900.1)
  118. OpenEXR: /usr/lib/x86_64-linux-gnu/libImath.so /usr/lib/x86_64-linux-gnu/libIlmImf.so /usr/lib/x86_64-linux-gnu/libIex.so /usr/lib/x86_64-linux-gnu/libHalf.so /usr/lib/x86_64-linux-gnu/libIlmThread.so (ver 1.6.1)
  119. GDAL: NO
  120. GDCM: NO
  121.  
  122. Video I/O:
  123. DC1394 1.x: NO
  124. DC1394 2.x: YES (ver 2.2.1)
  125. FFMPEG: YES
  126. avcodec: YES (ver 54.35.1)
  127. avformat: YES (ver 54.20.4)
  128. avutil: YES (ver 52.3.0)
  129. swscale: YES (ver 2.1.1)
  130. avresample: NO
  131. GStreamer: NO
  132. OpenNI: NO
  133. OpenNI PrimeSensor Modules: NO
  134. OpenNI2: NO
  135. PvAPI: NO
  136. GigEVisionSDK: NO
  137. Aravis SDK: NO
  138. UniCap: NO
  139. UniCap ucil: NO
  140. V4L/V4L2: NO/YES
  141. XIMEA: NO
  142. Xine: NO
  143. Intel Media SDK: NO
  144. gPhoto2: YES
  145.  
  146. Parallel framework: pthreads
  147.  
  148. Trace: YES (with Intel ITT)
  149.  
  150. Other third-party libraries:
  151. Use Intel IPP: 2017.0.2 [2017.0.2]
  152. at: /home/ze/Development/opencv/build/3rdparty/ippicv/ippicv_lnx
  153. Use Intel IPP IW: prebuilt binaries (2017.0.2)
  154. Use Intel IPP Async: NO
  155. Use VA: NO
  156. Use Intel VA-API/OpenCL: NO
  157. Use Lapack: NO
  158. Use Eigen: YES (ver 3.2.5)
  159. Use Cuda: YES (ver 8.0)
  160. Use OpenCL: YES
  161. Use OpenVX: NO
  162. Use custom HAL: NO
  163.  
  164. NVIDIA CUDA
  165. Use CUFFT: YES
  166. Use CUBLAS: NO
  167. USE NVCUVID: NO
  168. NVIDIA GPU arch: 20 30 35 37 50 52 60 61
  169. NVIDIA PTX archs:
  170. Use fast math: NO
  171.  
  172. OpenCL: <Dynamic loading of OpenCL library>
  173. Include path: /home/ze/Development/opencv/3rdparty/include/opencl/1.2
  174. Use AMDFFT: NO
  175. Use AMDBLAS: NO
  176.  
  177. Python 2:
  178. Interpreter: (ver 2.7.6)
  179.  
  180. Python 3:
  181. Interpreter: /usr/local/bin/python3 (ver 3.4.3)
  182. Libraries: /usr/lib/x86_64-linux-gnu/libpython3.4m.so (ver 3.4.3)
  183. numpy: /usr/local/lib/python3.6/site-packages/numpy/core/include (ver )
  184. packages path: /usr/local/lib/python3.6/site-packages
  185.  
  186. Python (for build):
  187.  
  188. Java:
  189. ant: NO
  190. JNI: NO
  191. Java wrappers: NO
  192. Java tests: NO
  193.  
  194. Matlab: Matlab not found or implicitly disabled
  195.  
  196. Documentation:
  197. Doxygen: NO
  198.  
  199. Tests and samples:
  200. Tests: YES
  201. Performance tests: YES
  202. C/C++ Examples: NO
  203.  
  204. Install path: /usr/local
  205.  
  206. cvconfig.h is in: /home/ze/Development/opencv/build
  207. -----------------------------------------------------------------
  208.  
  209. Configuring done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement