-
Notifications
You must be signed in to change notification settings - Fork 25
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
Improve vcpkg configuration #2630
base: develop
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're going to use an external registry, I think it would be nice to keep a trace of the versions of each dependency.
Supposing https://github.com/AntaresSimulatorTeam/antares-vcpkg-registry was deleted, there would be no way to determine what version of e.g sirius-solver was used for e.g Antares Simulator 9.2.0
src/vcpkg-configuration.json
Outdated
"repository": "https://github.com/AntaresSimulatorTeam/antares-vcpkg-registry", | ||
"baseline": "3fa279503f88d764778bcaacdacd3aa27e323025", | ||
"packages": [ | ||
"sirius-solver" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please use antares-integration-v1.7 (currently v1.5) on that registry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've updated the registry with sirius 1.7
|
Use prescribed configuration with two files, one for application (vcpkg.json) one for configuration (vcpkg-configuration.json).
Use sirius in Antares registry instead of local port.