early-access version 2853

This commit is contained in:
pineappleEA
2022-07-23 03:01:36 +02:00
parent 1f2b5081b5
commit 1f111bb69c
8955 changed files with 418777 additions and 999 deletions

View File

@@ -0,0 +1,19 @@
# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/wave
REF boost-1.79.0
SHA512 d573202b2eee3d2810c0cbbbffdb61dea957f8a4be33755a2e797fd23ae531a61a66a3b2cf1fa1d114781b72d280db8a45e350c437dc57d9bed1954c596a83c2
HEAD_REF master
)
vcpkg_replace_string("${SOURCE_PATH}/build/Jamfile.v2"
"import ../../config/checks/config"
"import ../config/checks/config"
)
file(COPY "${CURRENT_INSTALLED_DIR}/share/boost-config/checks" DESTINATION "${SOURCE_PATH}/config")
include(${CURRENT_HOST_INSTALLED_DIR}/share/boost-build/boost-modular-build.cmake)
boost_modular_build(SOURCE_PATH ${SOURCE_PATH})
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})

45
externals/vcpkg/ports/boost-wave/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,45 @@
{
"name": "boost-wave",
"version": "1.79.0",
"description": "Boost wave module",
"homepage": "https://github.com/boostorg/wave",
"license": "BSL-1.0",
"supports": "!uwp",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-concept-check",
"boost-config",
"boost-core",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
"boost-format",
"boost-iterator",
"boost-lexical-cast",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-mpl",
"boost-multi-index",
"boost-optional",
"boost-pool",
"boost-preprocessor",
"boost-serialization",
"boost-smart-ptr",
"boost-spirit",
"boost-static-assert",
"boost-throw-exception",
"boost-type-traits",
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
]
}