-
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
cctag: conan v2 support #13402
cctag: conan v2 support #13402
Conversation
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. |
don't close, still waiting for fix of conflicts in opencv dependency graph |
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.
I'll revert to boost 1.80.0 due to a bug in boost phoenix 1.81.0: boostorg/phoenix#111 |
waiting bugfix in boost phoenix 1.81.0, otherwise it breaks cctag shared libs build due to duplicated definitions (see boostorg/phoenix#111).
008927a
to
ab14a22
Compare
This comment has been minimized.
This comment has been minimized.
what? @uilianries @danimtb could you have a look to this issue? It seems there are missing Windows shared MT packages of onetbb 2020.3 in conan-center. EDIT: ok I understand. c3i doesn't build anymore shared MT. But onetbb is shared by default. So c3i tries to build cctag static with MT runtime, but can't find this shared MT package of onetbb. |
@SpaceIm I would skip shared=True + MT with ConanInvalidConfiguration, as we can't skip it internally. We don't have black/white lists in C3I jenkins to skip packages. In case it's really needed, I could say people will open an issue asking for. |
… to mising pre-built binary of onetbb shared with static runtime
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 8 (
|
* conan v2 support * bump boost * modernize more * add patch fields * back to boost 1.80.0 waiting bugfix in boost phoenix 1.81.0, otherwise it breaks cctag shared libs build due to duplicated definitions (see boostorg/phoenix#111). * bump boost * raise for the specific configuration which cannot be built in c3i due to mising pre-built binary of onetbb shared with static runtime * back to boost 1.80.0 again
Specify library name and version: lib/1.0
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!