Changes between Initial Version and Version 1 of Ticket #67116


Ignore:
Timestamp:
Mar 18, 2023, 5:48:44 PM (14 months ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #67116 – Description

    initial v1  
    11The Python version variants of boost are implemented as variants, not subports. This breaks CI and buildbot builds pf ports that depend on boost being installed with a specific Python version, e.g., {{{py-graph-tool}}}, https://github.com/macports/macports-ports/pull/17914#issuecomment-1474822953
    22
    3 Additionally, the correct way to implement such dependencies is via subports, https://trac.macports.org/ticket/126#comment:48:
     3Additionally, the correct way to implement such dependencies is via subports, comment:ticket:126:48:
    44    "The progress that has been made is that MacPorts now supports subports, which make it easier for a single portfile to provide multiple separately-installable ports. Ports that provide optional functionality that other ports might need to depend on should break that optional functionality out into subports instead of using variants. We should not pursue the idea of allowing variants to be depended upon."
    55