-
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 2.4.13.7 #2743
OpenCV 2.4.13.7 #2743
Conversation
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Failure in build 4 (
|
Signed-off-by: Uilian Ries <uilianries@gmail.com>
Automatically created by bincrafters-conventions 0.26.1
Some configurations of 'opencv/2.4.13.7' failed in build 6 (
|
Signed-off-by: Uilian Ries <uilianries@gmail.com>
…ndex into opencv/2.4.13
Some configurations of 'opencv/2.4.13.7' failed in build 7 (
|
This reverts commit 9cc62e1.
Automatically created by bincrafters-conventions 0.26.1
Oh wait. Is the Jasper update causing problems for OpenCV? Edit: The bot won't push the update anymore until this is clarified. You can revert now again if you want |
Some configurations of 'opencv/2.4.13.7' failed in build 9 (
|
@Croydon Yes in this case, OpenCV 2.4 requires an older version of Jasper, because some methods are incompatible. That's sad because are different minor versions only. I could provide a patch for OpenCV, accepting Jasper and its new version, but sounds wrong. |
This reverts commit 9435cf0.
Some configurations of 'opencv/2.4.13.7' failed in build 10 (
|
Signed-off-by: Uilian Ries <uilianries@gmail.com>
All green in build 11 (
|
Signed-off-by: Uilian Ries <uilianries@gmail.com>
All green in build 25 (
|
Signed-off-by: Uilian Ries <uilianries@gmail.com>
recipes/opencv/2.x/conanfile.py
Outdated
if self.settings.os == "Linux": | ||
self.cpp_info.components[component].system_libs = ["dl", "m", "pthread", "rt"] |
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.
Are these system libs direct dependencies of all components?
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.
Yes, can be observed on the original cmake targets generated.
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.
probably if I look into each module, we can filter better, I guess the upstream preferred it to avoid more complexity in terms of cmake files and dependencies.
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.
here are the original files generated by opencv: https://gist.github.com/uilianries/e5de90e8df47b0bd6eae25a25e334c5c
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.
Thanks. So indeed, all components require these system libs.
All green in build 26 (
|
Signed-off-by: Uilian Ries <uilianries@gmail.com>
All green in build 27 (
|
Signed-off-by: Uilian Ries <uilianries@gmail.com>
@uilianries please consider bincrafters#16 for #2743 (comment) |
All green in build 28 (
|
All green in build 29 (
|
self.cpp_info.components[conan_component_alias].includedirs = [] | ||
self.cpp_info.components[conan_component_alias].libdirs = [] | ||
self.cpp_info.components[conan_component_alias].resdirs = [] | ||
self.cpp_info.components[conan_component_alias].bindirs = [] | ||
self.cpp_info.components[conan_component_alias].frameworkdirs = [] |
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.
Just to confirm since I never see these... are they required?
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.
Those attributes are not empty be default. Required? No really, I would say more optimal maybe.
Specify library name and version: opencv/2.4.13.7
Depends on Add GTK (System) #2749conan-center hook activated.