mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-14 03:39:04 +08:00
fbf65ac0aa
opencv even has `message(WARNING "The python module is currently unsupported on Windows when building static OpenCV libraries")` In general static python builds don't support extensions on windows as such a pyd build against a static python can never be used. What would work -> static extensions linked into a final executable. There is no proper way to deactivate extensions if python was statically build on windows. Two questions remain here: Should python be build dynamically on windows for static triplets so that we get a broader CI test? (maybe add a forbidden feature for only windows&static which allows building the static python instead)
26 lines
464 B
JSON
26 lines
464 B
JSON
{
|
|
"name": "vcpkg-ci-openimageio",
|
|
"version": "1",
|
|
"description": "OpenImageIO features testing within CI.",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "openimageio",
|
|
"features": [
|
|
"ffmpeg",
|
|
"freetype",
|
|
"gif",
|
|
"libraw",
|
|
"opencv",
|
|
"openjpeg",
|
|
{
|
|
"name": "pybind11",
|
|
"platform": "!(windows & static)"
|
|
}
|
|
"tools",
|
|
"webp"
|
|
]
|
|
}
|
|
]
|
|
}
|