mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:39:00 +08:00
b361950b5a
Fixes #38679. ([No longer uses Boost::static_assert.](https://www.boost.org/doc/libs/1_85_0/doc/html/container/release_notes.html#container.release_notes.release_notes_boost_1_85_00)) Fixes #38469. (Needs threads, so [emscripten needs to use `-pthread`](https://emscripten.org/docs/porting/pthreads.html#compiling-with-pthreads-enabled).) Change homepage link to something more useful. The update to the generator script and the other ports will be in a separate PR.
36 lines
725 B
JSON
36 lines
725 B
JSON
{
|
|
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
|
"name": "boost-container",
|
|
"version": "1.85.0",
|
|
"port-version": 1,
|
|
"description": "Boost container module",
|
|
"homepage": "https://www.boost.org/libs/container",
|
|
"license": "BSL-1.0",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-assert",
|
|
"version>=": "1.85.0"
|
|
},
|
|
{
|
|
"name": "boost-cmake",
|
|
"version>=": "1.85.0"
|
|
},
|
|
{
|
|
"name": "boost-config",
|
|
"version>=": "1.85.0"
|
|
},
|
|
{
|
|
"name": "boost-headers",
|
|
"version>=": "1.85.0"
|
|
},
|
|
{
|
|
"name": "boost-intrusive",
|
|
"version>=": "1.85.0"
|
|
},
|
|
{
|
|
"name": "boost-move",
|
|
"version>=": "1.85.0"
|
|
}
|
|
]
|
|
}
|