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

Downgrade qt version from 4.12.1 to 4.9 (current LTS) (Doc says 4.6 required)

parent d6c896df
No related branches found
No related tags found
1 merge request!455opencv conda-forge recipe + BSD3 license
...@@ -80,7 +80,7 @@ requirements: ...@@ -80,7 +80,7 @@ requirements:
- harfbuzz # [unix] - harfbuzz # [unix]
- libpng - libpng
- ffmpeg # [not win] - ffmpeg # [not win]
- qt 5.12.1 # [not osx and not aarch64 and not ppc64le] - qt 5.9 # [not osx and not aarch64 and not ppc64le]
# - liblapacke # - liblapacke
- freetype - freetype
- glib # [unix] - glib # [unix]
...@@ -89,7 +89,7 @@ requirements: ...@@ -89,7 +89,7 @@ requirements:
- harfbuzz # [unix] - harfbuzz # [unix]
# Don't depend on python in the run section # Don't depend on python in the run section
# py-opencv will depend on python # py-opencv will depend on python
- qt 5.12 # [not osx and not aarch64 and not ppc64le] - qt 5.9 # [not osx and not aarch64 and not ppc64le]
# https://github.com/conda-forge/opencv-feedstock/issues/174 # https://github.com/conda-forge/opencv-feedstock/issues/174
# Seems like the OSX ABI has changed between 2.9 and 2.10??? # Seems like the OSX ABI has changed between 2.9 and 2.10???
# That or a dependency wasn't merged in # That or a dependency wasn't merged in
...@@ -107,7 +107,7 @@ test: ...@@ -107,7 +107,7 @@ test:
- liblapack * *mkl # [py==37 and linux64] - liblapack * *mkl # [py==37 and linux64]
- cmake - cmake
- ninja - ninja
- qt 5.12.1 # [linux64] - qt 5.9 # [linux64]
files: files:
- CMakeLists.txt - CMakeLists.txt
- test.cpp - test.cpp
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment