Conversation
Adds a cibuildwheel build for phik (ING/KPMG's Phi_K correlation analyzer, a pybind11/scikit-build-core C++ extension). Mirrors upstream's wheels.yml, narrowed to riscv64 glibc and cp310-cp314 (cp39 dropped: matplotlib has no riscv64 wheel on pypi.riseproject.dev for cp39). Validated locally: pip wheel build from the v0.12.5 checkout, install, and the full test suite pass, and a full cibuildwheel build+repair+test rehearsal against manylinux_2_39_aarch64 with the same CIBW_* env as this workflow succeeds end to end.
luhenry
added a commit
that referenced
this pull request
Sep 7, 2026
cp311 CI failed: pip resolved matplotlib's pillow>=9 dependency to the newest PyPI release (12.3.0), which pypi.riseproject.dev does not yet have a riscv64 wheel for (only up to 11.3.0/12.3.0 depending on the interpreter), so pip built pillow's sdist and hit a missing libjpeg in the manylinux image.
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.
phik0.12.5Compiles PhiK's pybind11/CMake RXC-table simulation extension (the Phi_K correlation analyzer, built on numpy/scipy/pandas/matplotlib/joblib). Upstream publishes no riscv64 wheel.
Mirrors upstream's
wheels.yml.Differs from upstream
Matrix: cp310-cp314, no cp314t. Matches upstream's own cp39-cp314 range minus cp39, dropped because matplotlib (a hard runtime dependency) has no riscv64 wheel on pypi.riseproject.dev for cp39.
Testing
License: Wheel statically links the vendored ASA159 RXC-table sampler (LGPL-2.1); upstream's own NOTICE discloses this and ships unchanged.
Built on cp312 equivalent (arm64 macOS, local) and manylinux_2_39_aarch64 (cibuildwheel rehearsal); 15 passed.