-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opencv(4.x): disable quirc if dnn is disabled #13215
Conversation
I detected other pull requests that are modifying opencv/4.x recipe:
This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
This comment has been minimized.
This comment has been minimized.
@vvarma thank you for your contribution, could your please update libtiff dependency version from 4.3.0 to 4.4.0 |
Failure in build 3 (
Note: To save resources, CI tries to finish as soon as an error is found. For this reason you might find that not all the references have been launched or not all the configurations for a given reference. Also, take into account that we cannot guarantee the order of execution as it depends on CI workload and workers availability. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The follow requirements should be updated in the recipe to pass on CI:
- libjpeg/9e
- libjpeg-turbo/2.1.4
- openjpeg/2.5.0
- libpng/1.6.38
- openexr/3.1.5
- eigen/3.4.0
- ffmpeg/5.0
- onetbb/2021.3.0
- libwebp/1.2.4
- freetype/2.12.1
- harfbuzz/5.2.0
- glog/0.6.0
- ade/0.1.2a
In case of failure, you can revert that specific version, but we need to try to keep the latest version available. Otherwise, we can have version conflicts, like we are having now.
I think this PR introduces an error to solve an error coming from #11009. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This pull request has been automatically closed because it has not had recent activity. Thank you for your contributions. |
Specify library name and version: opencv/4.5.5
Currently, when opencv is used with the option
dnn=False
i get the following error.This goes away when i set
with_quirc=False
.This is also a good place to share with all of us why you are submitting this PR (specially if it is a new addition to ConanCenter): is it a dependency of other libraries you want to package? Are you the author of the library? Thanks!