vcpkg/ports/boost-modular-build-helper/vcpkg.json
Bernhard Manfred Gruber 584dbaa118
[boost-build] Support nvc++ (#34072)
* [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>
2023-09-28 22:55:29 -07:00

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