Skip to content

Commit

Permalink
Proper vcpkg configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Feb 10, 2025
1 parent f94134a commit 5dea169
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 46 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,4 @@ _build*
# pytest
__pycache__
venv/
vcpkg_installed
21 changes: 0 additions & 21 deletions src/ports/sirius-solver/portfile.cmake

This file was deleted.

16 changes: 0 additions & 16 deletions src/ports/sirius-solver/vcpkg.json

This file was deleted.

25 changes: 25 additions & 0 deletions src/vcpkg-configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"overlay-triplets": [
"./triplets"
],
"default-registry": {
"kind": "git",
"baseline": "b322364f06308bdd24823f9d8f03fe0cc86fd46f",
"repository": "https://github.com/microsoft/vcpkg"
},
"registries": [
{
"kind": "artifact",
"location": "https://github.com/microsoft/vcpkg-ce-catalog/archive/refs/heads/main.zip",
"name": "microsoft"
},
{
"kind": "git",
"repository": "https://github.com/AntaresSimulatorTeam/antares-vcpkg-registry",
"baseline": "3fa279503f88d764778bcaacdacd3aa27e323025",
"packages": [
"sirius-solver"
]
}
]
}
9 changes: 0 additions & 9 deletions src/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,6 @@
{
"name": "antares-simulator",
"version-string": "9.2.0",
"builtin-baseline": "b322364f06308bdd24823f9d8f03fe0cc86fd46f",
"vcpkg-configuration": {
"overlay-ports": [
"./ports"
],
"overlay-triplets": [
"./triplets"
]
},
"dependencies": [
{
"name": "sirius-solver",
Expand Down

0 comments on commit 5dea169

Please sign in to comment.