Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes authored Jun 11, 2024
1 parent f1cfbc0 commit 7b9a058
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/ports/sirius-solver/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO "rte-france/sirius-solver"
REF "antares-integration-v1.4"
SHA512 1eecb351b32490a82a2f93bf91e77ea4fd55cffc92c466b4136314e70d8a70328e4fda5257a46c08c431fd7013475050bc3908fcedee4fbdd746ed1ab6cb0efd
REF "antares-integration-v1.5"
SHA512 19c6c156861bdeb58c2f17f703124d52020c79f9b81734057bf1bc5dff3dbc464179f99aeab6c8c44a84de1f84ed8f4929f9a919d2bf8bd49ac737f656088e19
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion src/ports/sirius-solver/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sirius-solver",
"version": "1.4",
"version": "1.5",
"port-version": 0,
"description": "Sirius solver",
"dependencies": [
Expand Down
3 changes: 2 additions & 1 deletion src/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
},
"dependencies": [
{
"name": "sirius-solver"
"name": "sirius-solver",
"version>=": "1.5"
},
{
"name": "wxwidgets",
Expand Down

0 comments on commit 7b9a058

Please sign in to comment.