From e7c01156600c7bbbcd33868af8fe16bf9c08948a Mon Sep 17 00:00:00 2001 From: autoantwort <41973254+autoantwort@users.noreply.github.com> Date: Thu, 5 Aug 2021 12:12:31 +0200 Subject: [c4core] builds on mac (#19269) * [c4core] supports osx * add version files --- ports/c4core/portfile.cmake | 4 ---- ports/c4core/vcpkg.json | 4 ++-- scripts/ci.baseline.txt | 1 - versions/baseline.json | 2 +- versions/c-/c4core.json | 5 +++++ 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/ports/c4core/portfile.cmake b/ports/c4core/portfile.cmake index 0e4ff81c2..a21081923 100644 --- a/ports/c4core/portfile.cmake +++ b/ports/c4core/portfile.cmake @@ -1,9 +1,5 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) -vcpkg_fail_port_install( - ON_TARGET "OSX" -) - # Get c4core src vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH diff --git a/ports/c4core/vcpkg.json b/ports/c4core/vcpkg.json index 7fdc6487b..e59d53476 100644 --- a/ports/c4core/vcpkg.json +++ b/ports/c4core/vcpkg.json @@ -1,7 +1,7 @@ { "name": "c4core", "version-date": "2021-07-18", + "port-version": 1, "description": "Library of low-level C++ utilities", - "homepage": "https://github.com/biojppm/c4core", - "supports": "!osx" + "homepage": "https://github.com/biojppm/c4core" } diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 5dd02bbb3..f7d11a695 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1678,7 +1678,6 @@ zkpp:x64-windows-static-md=fail zkpp:arm64-windows=fail zkpp:x64-uwp=fail zkpp:arm-uwp=fail -c4core:x64-osx=fail # Official downloading server of CTP library is only guaranteed to be available during trading hours of China futures market # Skip CI to avoid random failures diff --git a/versions/baseline.json b/versions/baseline.json index e02e21b7b..60a476e60 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1106,7 +1106,7 @@ }, "c4core": { "baseline": "2021-07-18", - "port-version": 0 + "port-version": 1 }, "caf": { "baseline": "0.17.6", diff --git a/versions/c-/c4core.json b/versions/c-/c4core.json index 8d4429fc4..4fcef7c1d 100644 --- a/versions/c-/c4core.json +++ b/versions/c-/c4core.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c1ef064ec4033e2fca5504b4eb44338453050f7f", + "version-date": "2021-07-18", + "port-version": 1 + }, { "git-tree": "eae79eece3a7383d94cc686275624cb49ee6a68e", "version-date": "2021-07-18", -- cgit v1.2.3