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/graph_parallel
REF boost-1.79.0
SHA512 18c4a3272d08445bf6dfe23546d5380740979014207620b67890e20df21a7cd0d2c9c9f9b96ea240ceab5f4e1af98cc09518667959b4782595f36fa290e88a8e
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})

View File

@@ -0,0 +1,56 @@
{
"name": "boost-graph-parallel",
"version": "1.79.0",
"description": "Boost graph_parallel module",
"homepage": "https://github.com/boostorg/graph_parallel",
"license": "BSL-1.0",
"supports": "!uwp",
"dependencies": [
"boost-algorithm",
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-concept-check",
"boost-config",
"boost-container-hash",
"boost-core",
"boost-detail",
"boost-dynamic-bitset",
{
"name": "boost-filesystem",
"platform": "!uwp"
},
"boost-foreach",
"boost-function",
"boost-graph",
"boost-iterator",
"boost-lexical-cast",
{
"name": "boost-modular-build-helper",
"host": true
},
{
"name": "boost-mpi",
"platform": "!uwp"
},
"boost-mpl",
"boost-optional",
"boost-property-map",
"boost-property-map-parallel",
"boost-random",
"boost-serialization",
"boost-smart-ptr",
"boost-static-assert",
"boost-tuple",
"boost-type-traits",
"boost-variant",
"boost-vcpkg-helpers",
"mpi",
{
"name": "vcpkg-cmake",
"host": true
}
]
}