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,3 @@
if("numa" IN_LIST FEATURES)
list(APPEND B2_OPTIONS numa=on)
endif()

View File

@@ -0,0 +1,22 @@
# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/fiber
REF boost-1.79.0
SHA512 c264fe03b9cf08973acadeef3e00ea8b76610420b0b1a256a137a963f79f3b9114f07ceca6b604c4ea86e4088c954d3780f90bc13167d35f1ff38be237a216fb
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}
BOOST_CMAKE_FRAGMENT "${CMAKE_CURRENT_LIST_DIR}/b2-options.cmake"
)
include(${CURRENT_INSTALLED_DIR}/share/boost-vcpkg-helpers/boost-modular-headers.cmake)
boost_modular_headers(SOURCE_PATH ${SOURCE_PATH})

44
externals/vcpkg/ports/boost-fiber/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,44 @@
{
"name": "boost-fiber",
"version": "1.79.0",
"description": "Boost fiber module",
"homepage": "https://github.com/boostorg/fiber",
"license": "BSL-1.0",
"supports": "!osx & !uwp & !arm & !emscripten",
"dependencies": [
"boost-algorithm",
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
{
"name": "boost-context",
"platform": "!uwp & !emscripten"
},
"boost-core",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
"boost-format",
"boost-intrusive",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-predef",
"boost-smart-ptr",
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
],
"features": {
"numa": {
"description": "Enable NUMA support"
}
}
}