mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-17 04:40:27 +08:00
c6c59e33f3
* pulling has_synchro bits from https://github.com/microsoft/vcpkg/pull/27694 * bump port version * version * fix clang * bump version * version * oops * bump dependency version for boost-atomic's boost-module-build-helper dependency * version * revert renaming stuff -.- * version * remove detection stuff for lib prefix/suffix * version * fix indentation * version * forgot one * version * one more! * version * revert changes to cmake-get-vars * version * generate ports * version db * generate ports * version db --------- Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
87 lines
1.6 KiB
JSON
87 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":"!(arm & windows)"
|
|
},
|
|
{
|
|
"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": "!static & !(arm & windows)"
|
|
},
|
|
{
|
|
"name":"boost-odeint",
|
|
"default-features":false
|
|
},
|
|
{
|
|
"name": "boost-odeint",
|
|
"default-features": false,
|
|
"features": [
|
|
"mpi"
|
|
],
|
|
"platform": "!(arm & windows)"
|
|
},
|
|
{
|
|
"name": "boost-python",
|
|
"default-features":false,
|
|
"features":[
|
|
"python2"
|
|
],
|
|
"platform":"!(arm & windows)"
|
|
},
|
|
{
|
|
"name": "boost-python",
|
|
"default-features": false,
|
|
"features": [
|
|
"python3"
|
|
],
|
|
"platform":"!uwp"
|
|
},
|
|
{
|
|
"name":"boost-regex",
|
|
"default-features":false
|
|
},
|
|
{
|
|
"name": "boost-regex",
|
|
"default-features": false,
|
|
"features": [
|
|
"icu"
|
|
],
|
|
"platform":"!uwp"
|
|
}
|
|
]
|
|
}
|