vcpkg/scripts/test_ports/vcpkg-ci-boost/vcpkg.json
Javier Matos Denizac c6c59e33f3
[boost] pulling has_synchro bits from https://github.com/microsoft/vcpkg/pull… (#30836)
* 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>
2023-06-16 10:50:24 -07:00

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"
}
]
}