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,14 @@
# Automatically generated by scripts/boost/generate-ports.ps1
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boostorg/python
REF boost-1.79.0
SHA512 de41d0eb76709c7aaeb2bf7a459c0c3a3372e0747e2261773569c27e8bf78baad158cfb3bc4316c3073b000665f6faf664bcd34a2f68c40382b9d3c935ce2c42
HEAD_REF master
)
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})

62
externals/vcpkg/ports/boost-python/vcpkg.json vendored Executable file
View File

@@ -0,0 +1,62 @@
{
"name": "boost-python",
"version": "1.79.0",
"description": "Boost python module",
"homepage": "https://github.com/boostorg/python",
"license": "BSL-1.0",
"supports": "!uwp & !emscripten & !ios & !android",
"dependencies": [
"boost-align",
"boost-bind",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-conversion",
"boost-core",
"boost-detail",
"boost-foreach",
"boost-function",
"boost-graph",
"boost-integer",
"boost-iterator",
"boost-lexical-cast",
{
"name": "boost-modular-build-helper",
"host": true
},
"boost-mpl",
"boost-numeric-conversion",
"boost-preprocessor",
"boost-property-map",
"boost-smart-ptr",
"boost-static-assert",
"boost-tuple",
"boost-type-traits",
"boost-utility",
"boost-vcpkg-helpers",
{
"name": "vcpkg-cmake",
"host": true
}
],
"default-features": [
"python3"
],
"features": {
"python2": {
"description": "Build with Python2 support",
"supports": "!(arm & windows)",
"dependencies": [
"python2"
]
},
"python3": {
"description": "Build with Python3 support",
"dependencies": [
"python3"
]
}
}
}