mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
584dbaa118
* [boost-build] Support nvc++ Add support for nvc++ as CXX compiler when building boost, by specifying `toolset pgi` when invoking b2. Related discussion: https://github.com/bfgroup/b2/issues/215 Fixes: #34068 * Update boost-modular-build-helper.json --------- Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
23 lines
483 B
JSON
23 lines
483 B
JSON
{
|
|
"$comment": "Automatically generated by scripts/boost/generate-ports.ps1",
|
|
"name": "boost-modular-build-helper",
|
|
"version": "1.83.0",
|
|
"port-version": 1,
|
|
"description": "Internal vcpkg port used to build Boost libraries",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "boost-uninstall",
|
|
"version>=": "1.83.0"
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-get-vars",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|