diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-08-05 12:12:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 03:12:31 -0700 |
| commit | e7c01156600c7bbbcd33868af8fe16bf9c08948a (patch) | |
| tree | cf742bed75213cd978c9ac14c3c47becdb92cd55 | |
| parent | f2e53addee85fb94e1597b438ae65767efad6288 (diff) | |
| download | vcpkg-e7c01156600c7bbbcd33868af8fe16bf9c08948a.tar.gz vcpkg-e7c01156600c7bbbcd33868af8fe16bf9c08948a.zip | |
[c4core] builds on mac (#19269)
* [c4core] supports osx
* add version files
| -rw-r--r-- | ports/c4core/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/c4core/vcpkg.json | 4 | ||||
| -rw-r--r-- | scripts/ci.baseline.txt | 1 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | 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,6 +1,11 @@ { "versions": [ { + "git-tree": "c1ef064ec4033e2fca5504b4eb44338453050f7f", + "version-date": "2021-07-18", + "port-version": 1 + }, + { "git-tree": "eae79eece3a7383d94cc686275624cb49ee6a68e", "version-date": "2021-07-18", "port-version": 0 |
