Skip to content
Snippets Groups Projects
Commit 3def42d8 authored by Vincent POLLET's avatar Vincent POLLET Committed by Amir MOHAMMADI
Browse files

Disable QT

parent c52e1372
No related branches found
No related tags found
1 merge request!455opencv conda-forge recipe + BSD3 license
......@@ -8,7 +8,7 @@ MACHINE_STR=$(uname -m)
# https://gitlab.kitware.com/cmake/cmake/blob/master/Modules/FindPNG.cmake#L55
ln -s $PREFIX/include/libpng16 $PREFIX/include/libpng
QT="5"
QT="OFF"
V4L="1"
if [ "${SHORT_OS_STR:0:5}" == "Linux" ]; then
......
......@@ -83,14 +83,12 @@ requirements:
- harfbuzz {{ harfbuzz }} # [unix]
- libpng {{ libpng }}
- ffmpeg {{ ffmpeg }} # [not win]
- qt 5.9.* # [not osx and not aarch64 and not ppc64le]
- freetype {{ freetype }}
- glib {{ glib }} # [unix]
run:
- {{ pin_compatible('harfbuzz') }} # [unix]
# Don't depend on python in the run section
# py-opencv will depend on python
- qt 5.9.* # [not osx and not aarch64 and not ppc64le]
# https://github.com/conda-forge/opencv-feedstock/issues/174
# Seems like the OSX ABI has changed between 2.9 and 2.10???
# That or a dependency wasn't merged in
......@@ -107,7 +105,6 @@ test:
- nomkl # [blas_impl == 'openblas']
- cmake
- ninja
- qt 5.9.* # [linux64]
files:
- CMakeLists.txt
- test.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment