-
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
cairomm: migrate to Conan v2 #18884
cairomm: migrate to Conan v2 #18884
Conversation
I detected other pull requests that are modifying cairomm/all recipe: This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there. |
Closing temporarily to avoid unnecessary load on the CI. Will reopen when I'm actively working on the PR again. |
This comment has been minimized.
This comment has been minimized.
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. |
ac64b8d
to
9d5ef39
Compare
This comment has been minimized.
This comment has been minimized.
9d5ef39
to
f0dfc4b
Compare
This comment has been minimized.
This comment has been minimized.
c18c359
to
49f4b9b
Compare
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 6 (
Conan v2 pipeline ✔️
All green in build 6 ( |
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.
Looks good to me, thanks a lot! :)
def _source_subfolder(self): | ||
return "source_subfolder" | ||
def _abi_version(self): | ||
return "1.16" if Version(self.version) >= "1.16.0" else "1.0" |
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.
This does not introduce too much variation complexity, so I'm ok with keeping the old version around for a bit longer, thanks for doing the extra work to keep its support when it would have been easier to just don't support 1.14 :)
No description provided.