mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-05 02:19:05 +08:00
82 lines
1.6 KiB
JSON
82 lines
1.6 KiB
JSON
{
|
|
"name": "vcpkg-ci-boost",
|
|
"version": "1",
|
|
"description": "Boost features testing within CI.",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi"
|
|
],
|
|
"platform": "!staticcrt & !(arm & windows) & !uwp"
|
|
},
|
|
{
|
|
"name": "boost-asio",
|
|
"default-features": false,
|
|
"features": [
|
|
"ssl"
|
|
]
|
|
},
|
|
{
|
|
"name": "boost-fiber",
|
|
"default-features": false,
|
|
"features": [
|
|
"numa"
|
|
],
|
|
"platform": "!uwp & !arm & !emscripten"
|
|
},
|
|
{
|
|
"name": "boost-locale",
|
|
"default-features": false,
|
|
"features": [
|
|
"icu"
|
|
],
|
|
"platform": "!uwp"
|
|
},
|
|
{
|
|
"name": "boost-mpi",
|
|
"default-features": false,
|
|
"features": [
|
|
"python3"
|
|
],
|
|
"platform": "!staticcrt & !static & !uwp & !(arm & windows)"
|
|
},
|
|
{
|
|
"name": "boost-odeint",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "boost-odeint",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi"
|
|
],
|
|
"platform": "!staticcrt & !uwp & !(windows & arm)"
|
|
},
|
|
{
|
|
"name": "boost-python",
|
|
"default-features": false,
|
|
"features": [
|
|
"python3"
|
|
],
|
|
"platform": "!emscripten & !ios & !android & !uwp"
|
|
},
|
|
{
|
|
"name": "boost-python",
|
|
"default-features": false,
|
|
"features": [
|
|
"python2"
|
|
],
|
|
"platform": "!android & !emscripten & !ios & !(arm & osx) & !(arm & windows) & !uwp"
|
|
},
|
|
{
|
|
"name": "boost-regex",
|
|
"default-features": false,
|
|
"features": [
|
|
"icu"
|
|
]
|
|
}
|
|
]
|
|
}
|