Conversation
luhenry
added a commit
that referenced
this pull request
Sep 10, 2026
Builds the pybind11/CMake OpenEXR Python bindings via scikit-build-core and cibuildwheel, mirroring upstream's python-wheels.yml. Imath, libdeflate and OpenJPH are statically linked in but their licences never reach dist-info, so the workflow stages them at the project root for scikit-build-core's default licence glob to pick up.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
openexr3.4.15Compiles the pybind11
OpenEXRextension module over the OpenEXR/Imath C++ libraries via scikit-build-core and CMake, statically linking Imath, libdeflate and OpenJPH. Upstream publishes no riscv64 wheel.Mirrors upstream's
python-wheels.yml.Differs from upstream
Testing
License: Wheel statically links Imath (BSD-3-Clause), libdeflate (MIT) and OpenJPH (BSD-2-Clause); upstream's own published wheel ships none of their licence texts, so the build adds them.
Built on cp312; pending CI.