Changes between Version 13 and Version 14 of Ticket #62011


Ignore:
Timestamp:
Jan 27, 2021, 8:07:05 PM (3 years ago)
Author:
mascguy (Christopher Nielsen)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #62011

    • Property Summary changed from opencv3/opencv4: eliminate portfile duplication via subports; simplify via portgroups; to opencv3/opencv4: eliminate portfile duplication via subports; simplify via portgroups; streamline python binding generation
  • Ticket #62011 – Description

    v13 v14  
    44* Universal use of `github` portgroup. Currently used for opencv4, but not for opencv3.
    55* Adopt `cmake` portgroup, to reduce number of CMake flags needed.
    6 * If supported by OpenCV, simplify Python subports to generate Python bindings from built libs, rather than having to rebuild entire library.
     6* If supported by OpenCV, streamline Python binding generation: Do so from the built libs, rather than rebuilding entire library.