-
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
podofo/all: bump deps, use version range for OpenSSL #20725
Conversation
This comment has been minimized.
This comment has been minimized.
The podofo recipe itself is v2 ready (builds fine without idn) |
@mayeut thanks for linking it, will try to prioritize getting that one merged to unblock you :) |
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.
@RubenRBS, It's been merged ! |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@mayeut sorry I missed the ping, building now |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@RubenRBS, |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 8 (
Conan v2 pipeline ✔️
All green in build 8 ( |
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 for the patience, this finally is good to go :)
if self.options.with_unistring: | ||
self.requires("libunistring/0.9.10") | ||
|
||
def validate(self): | ||
if self.info.settings.compiler.get_safe("cppstd") and Version(self.version) >= "0.9.7": | ||
check_min_cppstd(self, 11) | ||
if conan_version.major >= 2 and Version(self.version) < "0.9.7": |
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.
Maybe we can remove the old version in a follow-up PR at some point :)
Specify library name and version: podofo/all
fix conflicts, build with conan v2