vcpkg/ports/boost-mpi/vcpkg.json

116 lines
2.2 KiB
JSON
Raw Normal View History

{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-mpi",
"version": "1.84.0",
"description": "Boost mpi module",
"homepage": "https://github.com/boostorg/mpi",
"license": "BSL-1.0",
2021-09-28 08:12:39 +08:00
"supports": "!uwp",
"dependencies": [
{
"name": "boost-assert",
"version>=": "1.84.0"
},
{
"name": "boost-build",
"host": true,
"version>=": "1.84.0"
},
{
"name": "boost-config",
"version>=": "1.84.0"
},
{
"name": "boost-core",
"version>=": "1.84.0"
},
{
"name": "boost-foreach",
"version>=": "1.84.0"
},
{
"name": "boost-function",
"version>=": "1.84.0"
},
{
"name": "boost-graph",
"version>=": "1.84.0"
},
{
"name": "boost-integer",
"version>=": "1.84.0"
},
{
"name": "boost-iterator",
"version>=": "1.84.0"
},
{
"name": "boost-lexical-cast",
"version>=": "1.84.0"
},
{
"name": "boost-modular-build-helper",
"host": true,
"version>=": "1.84.0"
},
{
"name": "boost-mpl",
"version>=": "1.84.0"
},
{
"name": "boost-optional",
"version>=": "1.84.0"
},
{
"name": "boost-serialization",
"version>=": "1.84.0"
},
{
"name": "boost-smart-ptr",
"version>=": "1.84.0"
},
{
"name": "boost-static-assert",
"version>=": "1.84.0"
},
{
"name": "boost-throw-exception",
"version>=": "1.84.0"
},
{
"name": "boost-type-traits",
"version>=": "1.84.0"
},
{
"name": "boost-utility",
"version>=": "1.84.0"
},
{
"name": "boost-vcpkg-helpers",
"version>=": "1.84.0"
},
2021-09-28 08:12:39 +08:00
"mpi",
{
"name": "vcpkg-cmake",
"host": true
}
[boost] update to 1.78.0 (#21928) * [scripts] update scripts * [boost-*] generate ports * update versions * [scripts] update boost version in boost-modular-headers.cmake * [scripts] add post source stubs for boost-json and boost-nowide ports and re-generate Boost ports * update versions * [boost-asio] make OpenSSL optional #20718 * update versions * [boost] [boost-mpi] [boost-python] disable python for iOS and Android, fixes #21474 * update versions * [boost-fiber] add NUMA support, fixes #16507 * update version * [boost-build] apply patch https://github.com/bfgroup/b2/pull/113 for fix build boost-fiber and boost-stacktrace * update version * [boost-atomic] fix compilation for uwp * update version * ignore mapnik's fail on arm64-windows * [boost-python] support ARM on Windows * update versions * Boost features testing within CI * [boost-modular-build-helper] fix boost_python file name in Jamroot.jam * [boost-mpi] fix build with python2 or python3 * update versions * [boost-fiber] fix build with numa=on * update version * [boost-multiprecision] fix build with MSVC on ARM * update version * [boost-mpi] try to fix build on linux and osx * update versions * exclude static * guarantee the same result across platforms * minor changes to boost-modular-build-helper's CMake * correct versions * [boost-modular-build-helper] install Python extensions on Windows * [boost-mpi] add patch to fix build Python extension on Windows * update versions * [boost-mpi] remove python2 by request @BillyONeal @strega-nil-ms * update version * update versions Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2022-01-11 03:47:12 +08:00
],
"features": {
"python3": {
"description": "Build Python3 bindings",
"supports": "!static",
"dependencies": [
{
"name": "boost-python",
"features": [
"python3"
],
"platform": "!uwp & !emscripten & !ios & !android",
"version>=": "1.84.0"
[boost] update to 1.78.0 (#21928) * [scripts] update scripts * [boost-*] generate ports * update versions * [scripts] update boost version in boost-modular-headers.cmake * [scripts] add post source stubs for boost-json and boost-nowide ports and re-generate Boost ports * update versions * [boost-asio] make OpenSSL optional #20718 * update versions * [boost] [boost-mpi] [boost-python] disable python for iOS and Android, fixes #21474 * update versions * [boost-fiber] add NUMA support, fixes #16507 * update version * [boost-build] apply patch https://github.com/bfgroup/b2/pull/113 for fix build boost-fiber and boost-stacktrace * update version * [boost-atomic] fix compilation for uwp * update version * ignore mapnik's fail on arm64-windows * [boost-python] support ARM on Windows * update versions * Boost features testing within CI * [boost-modular-build-helper] fix boost_python file name in Jamroot.jam * [boost-mpi] fix build with python2 or python3 * update versions * [boost-fiber] fix build with numa=on * update version * [boost-multiprecision] fix build with MSVC on ARM * update version * [boost-mpi] try to fix build on linux and osx * update versions * exclude static * guarantee the same result across platforms * minor changes to boost-modular-build-helper's CMake * correct versions * [boost-modular-build-helper] install Python extensions on Windows * [boost-mpi] add patch to fix build Python extension on Windows * update versions * [boost-mpi] remove python2 by request @BillyONeal @strega-nil-ms * update version * update versions Co-authored-by: nicole mazzuca <mazzucan@outlook.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
2022-01-11 03:47:12 +08:00
},
"python3"
]
}
}
}