mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:19:01 +08:00
547252439a
Detected by https://dev.azure.com/vcpkg/public/_build/results?buildId=104413&view=results ``` error: The following files are already installed in /mnt/vcpkg-ci/installed/x64-linux and are in conflict with pocketpy:x64-linux Installed by pybind11:x64-linux include/pybind11/embed.h include/pybind11/functional.h include/pybind11/operators.h include/pybind11/pybind11.h include/pybind11/stl.h ``` Broken by https://github.com/microsoft/vcpkg/pull/39510, in which pybind11 support was added.
19 lines
411 B
JSON
19 lines
411 B
JSON
{
|
|
"name": "pocketpy",
|
|
"version": "1.4.6",
|
|
"port-version": 1,
|
|
"description": "pkpy is a lightweight(~15K LOC) Python interpreter for game scripting, built on C++17 with STL.",
|
|
"homepage": "https://github.com/pocketpy/pocketpy",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|