Changes between Version 2 and Version 6 of Ticket #62011


Ignore:
Timestamp:
Jan 23, 2021, 12:52:21 AM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62011 – Description

    v2 v6  
    1 Now that the two OpenCV-related ports have been brought up to parity, there are very few differences between them. Eliminate the portfile duplication, via a subport.
     1Now that the two OpenCV-related ports have been brought up to parity, there are very few differences between them. Eliminate the portfile duplication, via subports.
    22
    3 If possible, also add the following variants, which I missed when bringing both up to parity:
     3Also add the following variants, which I missed when bringing both up to parity:
    44* opencv: `openmp`
    55* opencv4: `openni`
     6
     7Other notable cleanup that will be tackled during the reconciliation:
     8* Universal use of `github` portgroup. Currently used for opencv4, but not for opencv/opencv3.
     9* Fully implement variant `openmp`, which is effectively a stub at this point. (While OpenMP is being enabled via configure flag, `compiler.openmp_version` isn't being set. With the result being that OpenMP isn't found, effectively making this variant a no-op at the moment.)
     10
     11There is additional cleanup as well, but that covers the most notable items.