mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 17:18:59 +08:00
4b35e71e92
* [python3] Support arm on non Windows * Support arm on all platform, add host dependency * version * [pybind11] Add supports * version Co-authored-by: NancyLi1013 <lirui09@beyondsoft.com> Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"name": "pybind11",
|
|
"version-semver": "2.8.1",
|
|
"port-version": 1,
|
|
"description": "pybind11 is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code",
|
|
"homepage": "https://github.com/pybind/pybind11",
|
|
"supports": "!(arm & windows)",
|
|
"dependencies": [
|
|
"python3",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|