Changes between Initial Version and Version 1 of Ticket #53981, comment 1


Ignore:
Timestamp:
Apr 14, 2017, 4:50:08 PM (7 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #53981, comment 1

    initial v1  
    11As reporter, you do not need to Cc yourself.
    22
    3 Unless I am missing something, there is already a {{{+python27}}} variant for opencv. And it does not apparently conflict with the {{{+python35}}} variant.
    4 
    5 {{{
    6 $ port variants opencv
    7 opencv has the variants:
    8    avx: Enable AVX (and SSE4*) support
    9      * conflicts with avx2
    10    avx2: Enable AVX, AVX2 (and SSE4*) support
    11      * conflicts with avx
    12    contrib: Build OpenCV with extra modules.
    13    dc1394: Use libdc1394 for FireWire camera. Breaks compatibility with Apple iSight FireWire camera.
    14    debug: Enable debug binaries
    15    eigen: Enable eigen support.
    16    gdal: Include GDAL support.
    17    java: Add Java bindings.
    18    opencl: Enable OpenCL support.
    19    openni: Enable OpenNI support.
    20    python27: Add Python 2.7 bindings.
    21    python34: Add bindings for Python 3.4
    22      * conflicts with python35
    23 (+)python35: Add bindings for Python 3.5
    24      * conflicts with python34
    25    qt4: Build with Qt4 Backend support.
    26      * conflicts with qt5
    27    qt5: Build with Qt5 Backend support.
    28      * conflicts with qt4
    29    tbb: Use Intel TBB.
    30    universal: Build for multiple architectures
    31    vtk: Include VTK support.
    32 }}}
     3Comment removed. There is the require_variant portgroup.