-
Notifications
You must be signed in to change notification settings - Fork 644
[poppler] update to 25.10.0 #12262
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
base: master
Are you sure you want to change the base?
[poppler] update to 25.10.0 #12262
Conversation
|
I think we can skip libcurl integration for the time being? |
|
I was wondering if we'd need to bump curl in any case, but that one looks like we're ok with the latest version for now. This was a blind version bump; I don't know or use Poppler myself at all. I'll defer to you and @eschnett (as he last bumped it). |
|
Ah, we already have libcurl in the deps, but they need a specific version. Sigh. We don't have it for all platforms in all versions. |
|
I think one trick would be to build libcurl 7.81 for all platforms, even if it's not going to be used anywhere in practice. This is only needed at build time for this package. |
Remove cmake package after building to reduce image size.
|
libCurl 7.81 build to capture all architectures: #12342 |
|
It seems that the clang on darwin and aarch64 freebsd is unable to compile std::ranges. Is this a clang version problem? |
|
Yeah, @gbaraldi suggested using a different macOS SDK on slack:
|
|
Hm, I'm not sure how to get this to actually use the 10.15 SDK (Xcode 16, which I think should have |
|
It's not 10.15. It's 15.3 I think but I would just go for 15.5. Copying the code in the recipe I linked above but updating the SDK/versions mentioned is probably the easiest way |
|
15.5 is very much recent, will break on loads of systems. |

Cf these advisories: JuliaLang/SecurityAdvisories.jl#159