Changes between Version 2 and Version 6 of Ticket #62011
- Timestamp:
- Jan 23, 2021, 12:52:21 AM (4 years ago)
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.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 subports. 2 2 3 If possible, also add the following variants, which I missed when bringing both up to parity:3 Also add the following variants, which I missed when bringing both up to parity: 4 4 * opencv: `openmp` 5 5 * opencv4: `openni` 6 7 Other 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 11 There is additional cleanup as well, but that covers the most notable items.