vcpkg/ports/boost-mpi/vcpkg.json
2021-09-27 17:12:39 -07:00

45 lines
898 B
JSON

{
"name": "boost-mpi",
"version": "1.77.0",
"description": "Boost mpi module",
"homepage": "https://github.com/boostorg/mpi",
"supports": "!uwp",
"dependencies": [
"boost-assert",
{
"name": "boost-build",
"host": true
},
"boost-config",
"boost-core",
"boost-foreach",
"boost-function",
"boost-graph",
"boost-integer",
"boost-iterator",
"boost-lexical-cast",
{
"name": "boost-modular-build-helper",
"host": true
},
"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",
{
"name": "vcpkg-cmake",
"host": true
}
]
}