From 713c649189ea759537e7e7d7382841d8c8e8aa4b Mon Sep 17 00:00:00 2001 From: luncliff Date: Sun, 29 Sep 2024 19:30:16 +0900 Subject: [PATCH] [abseil] always static library --- ports/abseil/portfile.cmake | 2 ++ ports/abseil/vcpkg.json | 1 + versions/a-/abseil.json | 5 +++++ versions/baseline.json | 2 +- 4 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ports/abseil/portfile.cmake b/ports/abseil/portfile.cmake index f4c2ace3..6327a559 100644 --- a/ports/abseil/portfile.cmake +++ b/ports/abseil/portfile.cmake @@ -1,3 +1,5 @@ +vcpkg_check_linkage(ONLY_STATIC_LIBRARY) + vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO abseil/abseil-cpp diff --git a/ports/abseil/vcpkg.json b/ports/abseil/vcpkg.json index ed06010e..3a28fc7f 100644 --- a/ports/abseil/vcpkg.json +++ b/ports/abseil/vcpkg.json @@ -1,6 +1,7 @@ { "name": "abseil", "version": "20240722.0", + "port-version": 1, "description": [ "Abseil is an open-source collection of C++ library code designed to augment the C++ standard library. The Abseil library code is collected from Google's own C++ code base, has been extensively tested and used in production, and is the same code we depend on in our daily coding lives.", "In some cases, Abseil provides pieces missing from the C++ standard; in others, Abseil provides alternatives to the standard for special needs we've found through usage in the Google code base. We denote those cases clearly within the library code we provide you.", diff --git a/versions/a-/abseil.json b/versions/a-/abseil.json index e957f81b..dd038f9a 100644 --- a/versions/a-/abseil.json +++ b/versions/a-/abseil.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "79260d2bf97829fbddc6d56e86f8c1b51b9ab5f9", + "version": "20240722.0", + "port-version": 1 + }, { "git-tree": "8b76b57b1d295b2fc05e9ed754af745f26ec4c02", "version": "20240722.0", diff --git a/versions/baseline.json b/versions/baseline.json index 9def4e49..9c047bcb 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -2,7 +2,7 @@ "default": { "abseil": { "baseline": "20240722.0", - "port-version": 0 + "port-version": 1 }, "apple-crypto": { "baseline": "3.0.0",