vcpkg/ports/boost-fiber/vcpkg.json
Alexander Neumann cbf4a66415
[Boost] Update to 1.85 (#38523)
closes #38201
supersedes #38237

Lets see if I forgot to cherry pick something.

---------

Co-authored-by: Yury Bura <yurybura@gmail.com>
2024-05-09 20:29:06 -07:00

67 lines
1.3 KiB
JSON

{
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
"name": "boost-fiber",
"version": "1.85.0",
"description": "Boost fiber module",
"homepage": "https://github.com/boostorg/fiber",
"license": "BSL-1.0",
"supports": "!uwp & !(arm & windows) & !emscripten",
"dependencies": [
{
"name": "boost-algorithm",
"version>=": "1.85.0"
},
{
"name": "boost-assert",
"version>=": "1.85.0"
},
{
"name": "boost-cmake",
"version>=": "1.85.0"
},
{
"name": "boost-config",
"version>=": "1.85.0"
},
{
"name": "boost-context",
"platform": "!uwp & !emscripten",
"version>=": "1.85.0"
},
{
"name": "boost-core",
"version>=": "1.85.0"
},
{
"name": "boost-filesystem",
"platform": "!uwp",
"version>=": "1.85.0"
},
{
"name": "boost-format",
"version>=": "1.85.0"
},
{
"name": "boost-headers",
"version>=": "1.85.0"
},
{
"name": "boost-intrusive",
"version>=": "1.85.0"
},
{
"name": "boost-predef",
"version>=": "1.85.0"
},
{
"name": "boost-smart-ptr",
"version>=": "1.85.0"
}
],
"features": {
"numa": {
"description": "Enable NUMA support"
}
}
}