Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Oct 2016 13:37:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 210505] graphics/opencv: Update to 3.1
Message-ID:  <bug-210505-13-VlEDj1a0hq@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-210505-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-210505-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D210505

--- Comment #34 from otacilio.neto@bsd.com.br ---
When building OpenCV 3.1 on FreeBSD11-p1, the configure shows that OpenGL
support was not enabled but I have enabled it when run make config. Also,
python is not found but I have python installed.


--   GUI:=20
--     QT:                          NO
--     GTK+ 3.x:                    YES (ver 3.18.8)
--     GThread :                    YES (ver 2.46.2)
--     GtkGlExt:                    NO
--     OpenGL support:              NO
--     VTK support:                 NO
--=20
--   Media I/O:=20
--     ZLib:                        /usr/lib/libz.so (ver 1.2.8)
--     JPEG:                        /usr/local/lib/libjpeg.so (ver )
--     WEBP:                        /usr/local/lib/libwebp.so (ver encoder:
0x0209)
--     PNG:                         /usr/local/lib/libpng.so (ver 1.6.21)
--     TIFF:                        /usr/local/lib/libtiff.so (ver 42 - 4.0=
.6)
--     JPEG 2000:                   /usr/local/lib/libjasper.so (ver 1.900.=
1)
--     OpenEXR:                     NO
--     GDAL:                        NO
--=20
--   Video I/O:
--     DC1394 1.x:                  NO
--     DC1394 2.x:                  NO
--     FFMPEG:                      YES
--       codec:                     YES (ver 56.60.100)
--       format:                    YES (ver 56.40.101)
--       util:                      YES (ver 54.31.100)
--       swscale:                   YES (ver 3.1.101)
--       resample:                  YES (ver 2.1.0)
--       gentoo-style:              YES
--     GStreamer:                   NO
--     OpenNI:                      NO
--     OpenNI PrimeSensor Modules:  NO
--     OpenNI2:                     NO
--     PvAPI:                       NO
--     GigEVisionSDK:               NO
--     UniCap:                      NO
--     UniCap ucil:                 NO
--     V4L/V4L2:                    Using libv4l1 (ver 1.6.3) / libv4l2 (ver
1.6.3)
--     XIMEA:                       NO
--     Xine:                        NO
--     gPhoto2:                     NO
--=20
--   Parallel framework:            pthreads
--=20
--   Other third-party libraries:
--     Use IPP:                     NO
--     Use IPP Async:               NO
--     Use VA:                      NO
--     Use Intel VA-API/OpenCL:     NO
--     Use Eigen:                   YES (ver 3.2.8)
--     Use Cuda:                    NO
--     Use OpenCL:                  YES
--     Use custom HAL:              NO
--=20
--   OpenCL:
--     Version:                     dynamic
--     Include path:                /usr/local/include/CL
--     Use AMDFFT:                  NO
--     Use AMDBLAS:                 NO
--=20
--   Python 2:
--     Interpreter:                 NO
--=20
--   Python 3:
--     Interpreter:                 NO
--=20
--   Python (for build):            NO
--=20
--   Java:
--     ant:                         NO
--     JNI:                         NO
--     Java wrappers:               NO
--     Java tests:                  NO
--=20
--   Matlab:                        NO
--=20
--   Tests and samples:
--     Tests:                       YES
--     Performance tests:           YES
--     C/C++ Examples:              YES
--=20
--   Install path:                  /usr/local
--=20
--   cvconfig.h is in:=20=20=20=20=20=20=20=20=20=20=20=20=20
/usr/ports/graphics/opencv3/work/opencv-3.1.0
-- -----------------------------------------------------------------
--=20
CMake Warning at CMakeLists.txt:1250 (message):
  The source directory is the same as binary directory.  "make clean" may
  damage the source tree


-- Configuring done
-- Generating done
CMake Warning:
  Manually-specified variables were not used by the project:

    BUILD_OPENEXR
    BUILD_PACKAGE
    BUILD_WITH_DEBUG_INFO
    BUILD_opencv_python
    CMAKE_MODULE_LINKER_FLAGS
    ENABLE_FMA3
    ENABLE_POPCNT
    ENABLE_SSE3
    ENABLE_SSE41
    ENABLE_SSE42
    ENABLE_SSSE3

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-210505-13-VlEDj1a0hq>