early-access version 2853
This commit is contained in:
1
externals/vcpkg/scripts/test_ports/vcpkg-ci-opencv/portfile.cmake
vendored
Executable file
1
externals/vcpkg/scripts/test_ports/vcpkg-ci-opencv/portfile.cmake
vendored
Executable file
@@ -0,0 +1 @@
|
||||
set(VCPKG_POLICY_EMPTY_PACKAGE enabled)
|
74
externals/vcpkg/scripts/test_ports/vcpkg-ci-opencv/vcpkg.json
vendored
Executable file
74
externals/vcpkg/scripts/test_ports/vcpkg-ci-opencv/vcpkg.json
vendored
Executable file
@@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "vcpkg-ci-opencv",
|
||||
"version-string": "1",
|
||||
"port-version": 5,
|
||||
"description": "Port to force features of certain ports within CI",
|
||||
"homepage": "https://github.com/microsoft/vcpkg",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "opencv",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"ade",
|
||||
"contrib",
|
||||
"dnn",
|
||||
"eigen",
|
||||
"ffmpeg",
|
||||
"jpeg",
|
||||
"nonfree",
|
||||
"png",
|
||||
"quirc",
|
||||
"tiff",
|
||||
"webp"
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "opencv",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"gtk",
|
||||
"dc1394"
|
||||
],
|
||||
"platform": "linux"
|
||||
},
|
||||
{
|
||||
"name": "opencv",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"cuda",
|
||||
"cudnn",
|
||||
"gstreamer",
|
||||
"halide",
|
||||
"ovis",
|
||||
"tbb"
|
||||
],
|
||||
"platform": "windows & x64 & !static & !uwp"
|
||||
},
|
||||
{
|
||||
"name": "opencv",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"freetype",
|
||||
"gdcm",
|
||||
"ipp",
|
||||
"jasper",
|
||||
"lapack",
|
||||
"openexr",
|
||||
"opengl",
|
||||
"openmp",
|
||||
"qt",
|
||||
"sfm",
|
||||
"vtk"
|
||||
],
|
||||
"platform": "!uwp & !(windows & (arm | arm64))"
|
||||
},
|
||||
{
|
||||
"name": "opencv",
|
||||
"default-features": false,
|
||||
"features": [
|
||||
"python"
|
||||
],
|
||||
"platform": "!uwp"
|
||||
}
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user