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

[cocoyaxi] Upstream changed repo name #26514

Merged
merged 4 commits into from
Aug 26, 2022
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
14 changes: 8 additions & 6 deletions ports/cocoyaxi/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO idealvin/cocoyaxi
REF 3fd22601de4d7a06548ca4d24ac36b4f82cde8c5 #v2.0.3
SHA512 15a7fbd934b44ffd981067c18a66bf07423d8ded102d0c15b79c2f451192f17541b9c1a3d4eb913d9f8c7a55e051e4e1968e16a1113fa81038b3ad9534c57874
REPO idealvin/coost
REF v2.0.3
SHA512 b6d38181a8da7dd06cc6ee9c0310ebbc87db5fc0e82e1deb9afba7813d0741fed194887770c55a9a1c61ad677b365cac5ba4f0cf3f32ee376d86c6822d9e30c4
HEAD_REF master
)

string(COMPARE EQUAL "${VCPKG_CRT_LINKAGE}" "static" STATIC_CRT)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
FEATURES
libcurl WITH_LIBCURL
openssl WITH_OPENSSL
libcurl WITH_LIBCURL
openssl WITH_OPENSSL
)

vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
DISABLE_PARALLEL_CONFIGURE
OPTIONS
${FEATURE_OPTIONS}
-DSTATIC_VS_CRT=${STATIC_CRT}
DISABLE_PARALLEL_CONFIGURE
MAYBE_UNUSED_VARIABLES
STATIC_VS_CRT
)

vcpkg_cmake_install()
Expand Down
3 changes: 2 additions & 1 deletion ports/cocoyaxi/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "cocoyaxi",
"version-semver": "2.0.3",
"port-version": 2,
"port-version": 3,
"description": "A go-style coroutine library in C++11 and more",
"homepage": "https://github.com/idealvin/cocoyaxi",
"license": "MIT",
"supports": "!uwp & !(arm & windows)",
"dependencies": [
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1502,7 +1502,7 @@
},
"cocoyaxi": {
"baseline": "2.0.3",
"port-version": 2
"port-version": 3
},
"coin": {
"baseline": "4.0.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cocoyaxi.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a71b5c50ae0dfa1791b446e7af707cdb080f36d5",
"version-semver": "2.0.3",
"port-version": 3
},
{
"git-tree": "991d1f948e96ec46e60f5d6925a825d63599eb44",
"version-semver": "2.0.3",
Expand Down