-
Is anyone aware of any work being done towards this, or is it on the roadmap? Something like this:
Which produces a canonical vcpkg port ( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
TBH I don't see a good match. CPack is for generating installable packages of binary artifacts, but ports are build recipes. The install rules provide little information about features and dependencies. In fact features and portfile change which install rules are activated at all. |
Beta Was this translation helpful? Give feedback.
AFAIU this is the information which provides the installated files, associated with installation components, of one particular build configuration. vcpkg always collects all installed files in one binary packages.
The information doesn't provide dependencies, and it is blind against any input variables (or dependencies) which enable optional features. But this is the key information for manifest (dependencies, features) and portfile (wiring feaurees and dependencies to project configuration).