-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
openexr: update to 3.3.2 #22550
base: master
Are you sure you want to change the base?
openexr: update to 3.3.2 #22550
Conversation
Does openexr update break ABI/API in this case? |
Yes, 3.3.x is an ABI change from 3.2.x, and the shared library name changes accordingly as well... |
MINGW32 failure in gimp: last time built was before GCC 14, which became more strict CLANG64 failure in OSG: I guess also due to Clang 19 switch... Unfortunately, I don't have the bandwidth to dive into this pit 😞 |
The build errors for GIMP and OSG should be fixed now. It's not clear (yet) if all packages that would have been built later in the queue build correctly. It might be worth rebasing on a current head if you come around to it. |
Thank you! I'll rebase as soon as I get a chance... |
c094940
to
0619bcd
Compare
gimp still fails to build for MINGW32 after rebase, but seemingly for some other reason now, bizarrely |
It still builds for me locally after updating with |
Ah, darktable needs a Clang 19 patch - it's a known issue fixed upstream, will apply it later... As the build takes hours, is there a better strategy to bumping this? |
You could open a separate PR to fix the issue with rebuilding darktable if you prefer. |
Edit: I just noticed duplication of #22491 (which I guess doesn't build with recent Clang 19 swicth...) @lazka