Skip to content
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

Support multiple versions of a same package #4275

Closed
Firefly35 opened this issue Sep 13, 2018 · 1 comment
Closed

Support multiple versions of a same package #4275

Firefly35 opened this issue Sep 13, 2018 · 1 comment
Labels
category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed

Comments

@Firefly35
Copy link

For now, vcpkg doesn't seem to support several versions for a same package.
In day to day work a developer often has to deal with several projects, each of these depending on several packages that can be used by another project with another version.
For instance, project A depends on opencv 3.1 while project B depends on opencv 3.2, and the A project is on the release path and can't spend time to migrate towards the new version.
In this context, we expect to have some kind of packages/x64_os/opencv/version structure to maintain several versions of the package.
It requires vcpkg to provide an additionnal version option upon install ...

@LilyWangL LilyWangL added the category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed label Feb 28, 2019
@LilyWangL
Copy link
Contributor

Thanks for posting this issue. Closed as duplicate of #2823.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:vcpkg-feature The issue is a new capability of the tool that doesn’t already exist and we haven’t committed
Projects
None yet
Development

No branches or pull requests

2 participants