mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 15:59:00 +08:00
4783c36f8c
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
36 lines
783 B
JSON
36 lines
783 B
JSON
{
|
|
"name": "boost-mpi",
|
|
"version-string": "1.75.0",
|
|
"description": "Boost mpi module",
|
|
"homepage": "https://github.com/boostorg/mpi",
|
|
"dependencies": [
|
|
"boost-assert",
|
|
"boost-build",
|
|
"boost-compatibility",
|
|
"boost-config",
|
|
"boost-core",
|
|
"boost-foreach",
|
|
"boost-function",
|
|
"boost-graph",
|
|
"boost-integer",
|
|
"boost-iterator",
|
|
"boost-lexical-cast",
|
|
"boost-math",
|
|
"boost-modular-build-helper",
|
|
"boost-mpl",
|
|
"boost-optional",
|
|
{
|
|
"name": "boost-python",
|
|
"platform": "!uwp & !(arm & windows) & !emscripten"
|
|
},
|
|
"boost-serialization",
|
|
"boost-smart-ptr",
|
|
"boost-static-assert",
|
|
"boost-throw-exception",
|
|
"boost-type-traits",
|
|
"boost-utility",
|
|
"boost-vcpkg-helpers",
|
|
"mpi"
|
|
]
|
|
}
|