Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
conda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
bob
conda
Commits
62bdc44d
Commit
62bdc44d
authored
4 years ago
by
Vincent POLLET
Committed by
Amir MOHAMMADI
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
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
!455
opencv conda-forge recipe + BSD3 license
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
conda/opencv/meta.yaml
+3
-3
3 additions, 3 deletions
conda/opencv/meta.yaml
with
3 additions
and
3 deletions
conda/opencv/meta.yaml
+
3
−
3
View file @
62bdc44d
...
...
@@ -80,7 +80,7 @@ requirements:
-
harfbuzz
# [unix]
-
libpng
-
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
-
freetype
-
glib
# [unix]
...
...
@@ -89,7 +89,7 @@ requirements:
-
harfbuzz
# [unix]
# Don't depend on python in the run section
# 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
# Seems like the OSX ABI has changed between 2.9 and 2.10???
# That or a dependency wasn't merged in
...
...
@@ -107,7 +107,7 @@ test:
-
liblapack * *mkl
# [py==37 and linux64]
-
cmake
-
ninja
-
qt 5.
12.1
# [linux64]
-
qt
5.
9
# [linux64]
files
:
-
CMakeLists.txt
-
test.cpp
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment