mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 12:49:06 +08:00
a1e13e8d58
* [cppcms] No uwp
* [libzim] No uwp
* [cppcms] Fix dependencies and linkage
* [libzim] Update to 9.0.0
* [cppcms] No python for build
* Fixup
* CI: uwp
* [vcpkg-ci-boost] Enable boost-regex[icu]
* [icu] Enable uwp
* [icu] Update to 74.1
* [icu] Cleanup
* v
* [icu] Set install names during linking
* Revert "CI: uwp"
This reverts commit 127afe8aa1
.
* CI
* [icu] Use --enable-rpath on osx
86 lines
1.5 KiB
JSON
86 lines
1.5 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"
|
|
]
|
|
}
|
|
]
|
|
}
|