Skip to content
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

Replace OOC libturbojpeg with post-10.9 sdk build #4269

Closed
wants to merge 1 commit into from

Conversation

RR-N
Copy link

@RR-N RR-N commented Jan 26, 2025

Problem:
osx_64/libturbojpeg.dylib was built with an SDK older than 10.9, which brings it out of compliance with Apple security requirements and results in notarization failures for bundles featuring the bioformats package. See #4170.

Solution:
This PR replaces the outdated dynamic library file with a newer one built from the source on the main libjpeg_turbo repository.

osx_64/libturbojpeg.dylib was built with an SDK older than 10.9, which brings it out of compliance with Apple security requirements and results in notarization failures. This replaces the outdated dynamic library file with a newer one built from https://github.com/libjpeg-turbo/libjpeg-turbo
@joshmoore
Copy link
Member

Hi @RR-N. Thanks for taking the time to open a PR. However, similar to the statement in https://ome-contributing.readthedocs.io/en/latest/third-party-policy.html#proprietary-native-code-blobs we cannot take any contributions that introduce third-party-built code artifacts such as dynamic or statically linked libraries.

The path to seeing this integrated would be a build system which can be run by the maintainers (e.g., at https://ci.openmicroscopy.org/). Before you embark on that, however, I'd suggest reading https://forum.image.sc/t/bio-formats-update/101734 in terms of the available capacity to review large or complex PRs.

I'm closing this PR but happy for the conversation to continue at #4170

Best,
~Josh

See also:

@joshmoore joshmoore closed this Feb 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants