early-access version 2853
This commit is contained in:
23
externals/vcpkg/ports/boost-log/portfile.cmake
vendored
Executable file
23
externals/vcpkg/ports/boost-log/portfile.cmake
vendored
Executable file
@@ -0,0 +1,23 @@
|
||||
# Automatically generated by scripts/boost/generate-ports.ps1
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boostorg/log
|
||||
REF boost-1.79.0
|
||||
SHA512 da3fff9756f991a6b3a1529499c4f58fa4ac6167c2dfaf1b7debd45e5a2c1f0687dee1e0edb21d28859971f9e0afab3e1aae3a48b6a39a98dc6d52a697b0f2c4
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
file(READ "${SOURCE_PATH}/build/Jamfile.v2" _contents)
|
||||
string(REPLACE "import ../../config/checks/config" "import ../config/checks/config" _contents "${_contents}")
|
||||
string(REPLACE " <conditional>@select-arch-specific-sources" "#<conditional>@select-arch-specific-sources" _contents "${_contents}")
|
||||
file(WRITE "${SOURCE_PATH}/build/Jamfile.v2" "${_contents}")
|
||||
vcpkg_replace_string("${SOURCE_PATH}/build/log-arch-config.jam"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../../config/checks/architecture ]"
|
||||
"project.load [ path.join [ path.make $(here:D) ] ../config/checks/architecture ]"
|
||||
)
|
||||
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})
|
||||
68
externals/vcpkg/ports/boost-log/vcpkg.json
vendored
Executable file
68
externals/vcpkg/ports/boost-log/vcpkg.json
vendored
Executable file
@@ -0,0 +1,68 @@
|
||||
{
|
||||
"name": "boost-log",
|
||||
"version": "1.79.0",
|
||||
"description": "Boost log module",
|
||||
"homepage": "https://github.com/boostorg/log",
|
||||
"license": "BSL-1.0",
|
||||
"supports": "!uwp & !emscripten",
|
||||
"dependencies": [
|
||||
"boost-align",
|
||||
"boost-array",
|
||||
"boost-asio",
|
||||
"boost-assert",
|
||||
"boost-atomic",
|
||||
"boost-bind",
|
||||
{
|
||||
"name": "boost-build",
|
||||
"host": true
|
||||
},
|
||||
"boost-config",
|
||||
"boost-container",
|
||||
"boost-core",
|
||||
"boost-date-time",
|
||||
"boost-exception",
|
||||
{
|
||||
"name": "boost-filesystem",
|
||||
"platform": "!uwp"
|
||||
},
|
||||
"boost-function-types",
|
||||
"boost-fusion",
|
||||
"boost-interprocess",
|
||||
"boost-intrusive",
|
||||
"boost-io",
|
||||
"boost-iterator",
|
||||
"boost-lexical-cast",
|
||||
{
|
||||
"name": "boost-modular-build-helper",
|
||||
"host": true
|
||||
},
|
||||
"boost-move",
|
||||
"boost-mpl",
|
||||
"boost-optional",
|
||||
"boost-parameter",
|
||||
"boost-phoenix",
|
||||
"boost-predef",
|
||||
"boost-preprocessor",
|
||||
"boost-property-tree",
|
||||
"boost-proto",
|
||||
"boost-random",
|
||||
"boost-range",
|
||||
"boost-regex",
|
||||
"boost-smart-ptr",
|
||||
"boost-spirit",
|
||||
"boost-static-assert",
|
||||
"boost-system",
|
||||
"boost-thread",
|
||||
"boost-throw-exception",
|
||||
"boost-type-index",
|
||||
"boost-type-traits",
|
||||
"boost-utility",
|
||||
"boost-vcpkg-helpers",
|
||||
"boost-winapi",
|
||||
"boost-xpressive",
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user