2019-12-24 07:58:21 +08:00
|
|
|
vcpkg_from_github(
|
|
|
|
OUT_SOURCE_PATH SOURCE_PATH
|
|
|
|
REPO facebook/proxygen
|
2022-07-16 03:16:41 +08:00
|
|
|
REF 0c932f6c57095838494520ec4ce7243a7f0c1234 #v2022.07.11.00
|
|
|
|
SHA512 496189c37be8f42821cb5357e501b02f013858f1917854000777ac5c0403d078837e89dc3eef5f66f30f83c7506e40316d730725d7f97070090ac6549e766093
|
2019-12-24 07:58:21 +08:00
|
|
|
HEAD_REF master
|
[boost] update to 1.76.0 (#17335)
* [boost] update generator script for boost 1.76
* [boost] update ports to 1.76.0 (run generator)
* [boost] fix windows build?
* [quantlib] update and fix mac build
* [symengine] update and fix build
* [avro-cpp] update to latest master and fix windows build
* [folly] update to 2021.05.31.00
* [fbthrift, fizz, wangle] update to v2021.05.31.00 and fix build
* [proxygen] update to version 2021.05.31.00
* [fizz, proxygen, fbthrift] fix sodium target
* [proxygen] also works on macOS
* [quantlib] use fix from upstream to fix mac build
* [symengine] minimize patch file and fix deprecation warning
* [folly,proxygen,wangle,fizz,fbthrift] update to 2021.06.14.00
* [fbthrift] remove unnecessary dependency rsocket
I couldn't find any information that this dependency exists. The term is used in the code, but not in the context of a dependency
* [fizz,fbthrift] fix zlib dependency
* [fbthrift] pass required flex executable to cmake configure
* add version files
* [boost] generate-ports.ps1: Apply code review
* [boost] changes from new version of generate-ports script
* update version files
* [boost] generate-ports.ps1: Apply code review
2021-07-08 03:31:06 +08:00
|
|
|
PATCHES
|
|
|
|
remove-register.patch
|
2022-04-07 05:56:27 +08:00
|
|
|
fix-zstd-zlib-dependency.patch
|
2019-12-24 07:58:21 +08:00
|
|
|
)
|
|
|
|
|
|
|
|
vcpkg_find_acquire_program(PYTHON3)
|
2022-02-10 05:05:38 +08:00
|
|
|
get_filename_component(PYTHON3_PATH "${PYTHON3}" DIRECTORY)
|
2019-12-24 07:58:21 +08:00
|
|
|
vcpkg_add_to_path(${PYTHON3_PATH})
|
|
|
|
|
2022-06-02 08:13:53 +08:00
|
|
|
vcpkg_add_to_path(PREPEND "${CURRENT_HOST_INSTALLED_DIR}/tools/gperf")
|
2019-12-24 07:58:21 +08:00
|
|
|
|
2022-02-10 05:05:38 +08:00
|
|
|
vcpkg_cmake_configure(
|
2019-12-24 07:58:21 +08:00
|
|
|
SOURCE_PATH ${SOURCE_PATH}
|
|
|
|
)
|
|
|
|
|
2022-02-10 05:05:38 +08:00
|
|
|
vcpkg_cmake_install()
|
2019-12-24 07:58:21 +08:00
|
|
|
|
2020-10-28 11:44:41 +08:00
|
|
|
vcpkg_copy_tools(TOOL_NAMES proxygen_curl proxygen_echo proxygen_proxy proxygen_push proxygen_static AUTO_CLEAN)
|
|
|
|
|
2022-02-10 05:05:38 +08:00
|
|
|
vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/proxygen)
|
2019-12-24 07:58:21 +08:00
|
|
|
vcpkg_copy_pdbs()
|
|
|
|
|
2022-02-10 05:05:38 +08:00
|
|
|
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
2020-10-28 11:44:41 +08:00
|
|
|
|
2022-02-10 05:05:38 +08:00
|
|
|
file(INSTALL "${SOURCE_PATH}/LICENSE" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|