-
Notifications
You must be signed in to change notification settings - Fork 6.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In-tree CONTROL file (like e.g. Gemfile.lock or requirements.txt)? #4935
Comments
Thanks for posting this issue. Closed as duplicate of #4686. |
It's not a duplicate. Issue #4686 is about installing ports from another directory than the regular ports directory, this is about adding a file in a project which tells vcpkg which ports to install so that the project builds correctly, kind of like |
Reopened as not-a-duplicate 😄 |
We have Plans for this, but we need to do quite a bit of design and engineering work, so it's unlikely to come soon. |
I think this can be solved by using manifest feature. Please reopen this issue if I misunderstand something here. |
There are also response files. So you can do:
But be warned that these files can supply any parameter, not just package names. |
I couldn't see any reference to this concept in the documentation, so I'm filing this issue as a question:
Is there support/would such a feature be considered in scope for external projects not part of the vcpkg ports tree to somehow specify their dependencies so the following use case would work:
(
install -r etc.
being obviously bikeshedable, I just went with what pip does to flesh out the use case)The text was updated successfully, but these errors were encountered: