diff options
| author | Stefano Sinigardi <stesinigardi@hotmail.com> | 2020-05-07 00:26:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 15:26:16 -0700 |
| commit | 7a0c97b6b30e9ee38a6b793f0c52fdf1138fe7ab (patch) | |
| tree | e3002f14af2f0478a061f7482c58014528685025 /scripts | |
| parent | 305785ba9b2b4ebd37d0a2c9676b863bb7e0a94e (diff) | |
| download | vcpkg-7a0c97b6b30e9ee38a6b793f0c52fdf1138fe7ab.tar.gz vcpkg-7a0c97b6b30e9ee38a6b793f0c52fdf1138fe7ab.zip | |
[OpenCV2] add new "old" port (#7849)
* [OpenCV2] add library for older C projects
* [OpenCV2] fixes for non-Windows systems
* [OpenCV2] add warnings for Ubuntu
* add fixes for cuda
* [OpenCV2] disable parallel building, otherwise cuda fails
* [OpenCV2] refresh port with latest fixes
* [OpenCV2] fix CONTROL
* [OpenCV2] fixes for windows
* [OpenCV2] fixes to avoid unnecessary install of pre-built ffmpeg, since it already uses externally provided one
* [OpenCV2] openexr still has some problems, explicitly removed UWP support
* [OpenCV2] use targets wherever possible. Jasper and OpenEXR features would require improvements in those ports, in order for them to provide targets too
* [OpenCV2] re-enable parallel build also with CUDA
* [OpenCV2] improve compatibility with CUDA 10+
* [OpenCV2] fix broken CUDA targets
* [darknet] enable opencv2 feature
* skip from building, like opencv3, to avoid problems in CI
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/ci.baseline.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/ci.baseline.txt b/scripts/ci.baseline.txt index 198853666..82c721aa6 100644 --- a/scripts/ci.baseline.txt +++ b/scripts/ci.baseline.txt @@ -1255,6 +1255,14 @@ opencl:arm-uwp=fail opencl:x64-uwp=fail
opencolorio:x64-linux=ignore
opencsg:x64-uwp=fail
+opencv2:arm64-windows = skip
+opencv2:arm-uwp = skip
+opencv2:x64-linux = skip
+opencv2:x64-osx = skip
+opencv2:x64-uwp = skip
+opencv2:x64-windows = skip
+opencv2:x64-windows-static = skip
+opencv2:x86-windows = skip
opencv3:arm64-windows = skip
opencv3:arm-uwp = skip
opencv3:x64-linux = skip
|
