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

Improve vcpkg configuration #2630

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from
Open

Improve vcpkg configuration #2630

wants to merge 5 commits into from

Conversation

JasonMarechal25
Copy link
Contributor

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.

Copy link
Member

@flomnes flomnes left a 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 Show resolved Hide resolved
Comment on lines 18 to 21
"repository": "https://github.com/AntaresSimulatorTeam/antares-vcpkg-registry",
"baseline": "3fa279503f88d764778bcaacdacd3aa27e323025",
"packages": [
"sirius-solver"
Copy link
Member

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

Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants