2022-01-11 03:47:12 +08:00
|
|
|
{
|
|
|
|
"name": "vcpkg-ci-boost",
|
|
|
|
"version": "1",
|
|
|
|
"description": "Boost features testing within CI.",
|
|
|
|
"dependencies": [
|
|
|
|
{
|
|
|
|
"name": "boost",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"mpi"
|
2023-06-17 01:50:24 +08:00
|
|
|
],
|
|
|
|
"platform":"!(arm & windows)"
|
2022-01-11 03:47:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "boost-asio",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"ssl"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "boost-fiber",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"numa"
|
2023-06-17 01:50:24 +08:00
|
|
|
],
|
|
|
|
"platform":"!uwp & !arm & !emscripten"
|
2022-01-11 03:47:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "boost-locale",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"icu"
|
2023-06-17 01:50:24 +08:00
|
|
|
],
|
|
|
|
"platform":"!uwp"
|
2022-01-11 03:47:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "boost-mpi",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"python3"
|
|
|
|
],
|
2023-06-17 01:50:24 +08:00
|
|
|
"platform": "!static & !(arm & windows)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"boost-odeint",
|
|
|
|
"default-features":false
|
2022-01-11 03:47:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "boost-odeint",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"mpi"
|
2023-06-17 01:50:24 +08:00
|
|
|
],
|
|
|
|
"platform": "!(arm & windows)"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "boost-python",
|
|
|
|
"default-features":false,
|
|
|
|
"features":[
|
|
|
|
"python2"
|
|
|
|
],
|
|
|
|
"platform":"!(arm & windows)"
|
2022-01-11 03:47:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "boost-python",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"python3"
|
2023-06-17 01:50:24 +08:00
|
|
|
],
|
|
|
|
"platform":"!uwp"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name":"boost-regex",
|
|
|
|
"default-features":false
|
2022-01-11 03:47:12 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "boost-regex",
|
|
|
|
"default-features": false,
|
|
|
|
"features": [
|
|
|
|
"icu"
|
2023-06-17 01:50:24 +08:00
|
|
|
],
|
|
|
|
"platform":"!uwp"
|
2022-01-11 03:47:12 +08:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|