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

[vcpkg baseline][salome-configuration][salome-medcoupling] Update to official download source on GitHub #43281

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions ports/salome-configuration/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
vcpkg_from_git(
string(REPLACE "." "_" UNDERSCORE_VERSION "${VERSION}")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH_CONFIG
URL "https://git.salome-platform.org/gitpub/tools/configuration.git"
REF "25f724f7a6c0000330a40c3851dcd8bc2493e1fa"
REPO SalomePlatform/configuration
REF "V${UNDERSCORE_VERSION}"
SHA512 e905a0f1e1105f5a630153036b80942032ccc07fad411d390e4da19d56561e224ac2ac681873b97d811d33ce4b0c9518ce3488b54414a42e011c39628d8e1673
HEAD_REF master
)

file(COPY "${SOURCE_PATH_CONFIG}/" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}")
Expand Down
1 change: 1 addition & 0 deletions ports/salome-configuration/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "salome-configuration",
"version": "9.10.0",
"port-version": 1,
"description": "Configuration files and other utilities for SALOME platform",
"homepage": "https://www.salome-platform.org",
"license": "LGPL-2.1-or-later",
Expand Down
10 changes: 7 additions & 3 deletions ports/salome-medcoupling/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,14 @@ if(VCPKG_TARGET_IS_WINDOWS)
# in the EXPORTS macros.
endif()

vcpkg_from_git(
string(REPLACE "." "_" UNDERSCORE_VERSION "${VERSION}")

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
URL "https://git.salome-platform.org/gitpub/tools/medcoupling.git"
REF "fe2e38d301902c626f644907e00e499552bb2fa5"
REPO SalomePlatform/medcoupling
REF "V${UNDERSCORE_VERSION}"
SHA512 576b10daf58830e934a3f9d06abc63a22be76b995b2c2f2d1ab0bf16a76f3ba90f583eab06be2d665874cb433f8c990b7a7fd6724f69a5a3f9a5c20c775407cd
HEAD_REF master
PATCHES
win.patch
fix-missing-symbols.patch
Expand Down
1 change: 1 addition & 0 deletions ports/salome-medcoupling/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "salome-medcoupling",
"version": "9.10.0",
"port-version": 1,
"description": "salome-medcoupling is a part of SALOME platform to manipulate meshes and fields in memory, and use salome-med format for files.",
"homepage": "https://www.salome-platform.org",
"license": "GPL-2.0-or-later",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8142,15 +8142,15 @@
},
"salome-configuration": {
"baseline": "9.10.0",
"port-version": 0
"port-version": 1
},
"salome-med-fichier": {
"baseline": "4.1.1",
"port-version": 1
},
"salome-medcoupling": {
"baseline": "9.10.0",
"port-version": 0
"port-version": 1
},
"sassc": {
"baseline": "3.6.2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/salome-configuration.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "729c277b29f980cab19babca0dadc1a1ffb6de61",
"version": "9.10.0",
"port-version": 1
},
{
"git-tree": "2cbf34b9ab5a63d3b341c3a8c3e1b0cf48c1c6d9",
"version": "9.10.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/salome-medcoupling.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "3b5a4eb9704cc5b12228fdaeffbf6b4e34609431",
"version": "9.10.0",
"port-version": 1
},
{
"git-tree": "5b007fe28cfb58ed83464e901ce70e8a1ef4bfa5",
"version": "9.10.0",
Expand Down