-
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: some contrib modules require eigen library #16785
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.
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 comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 951b028opencv/4.5.3
opencv/4.5.1
opencv/4.5.2
opencv/4.1.2
opencv/4.5.5
opencv/4.5.0
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
CI fails due to missing binaries:
Repository maintainers, can you fix that? |
Conan v1 pipeline ❌Sorry, the system is under maintenance and it doesn't accept builds right now. |
It can be closed, it has been fixed in #15193 |
Specify library name and version: opencv/4.x
Combination of
with_contrib=True
andwith_eigen=False
makesfind_package(OpenCV)
fail withcontrib_sfm
also requireswith_eigen
, so I added a check tovalidate()