Conversation
Builds moyo's Rust crystal-symmetry library into the moyopy PyO3 extension via cibuildwheel + maturin, mirroring upstream's rw-python-release.yaml narrowed to the riscv64 image.
pymatgen hard-requires orjson, and orjson's build script refuses to compile under a free-threaded interpreter. Narrow test coverage for that one identifier instead of dropping the build.
pymatgen (test-requires, sdist-only on riscv64) pulls in scipy/numpy/pandas/ orjson as runtime deps; without PIP_ONLY_BINARY pip resolved PyPI's newer sdist-only releases over our registry's riscv64 wheels and tried to compile scipy from source, failing on missing OpenBLAS.
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.
moyopy0.18.0Compiles moyo's Rust crystal-symmetry library into the moyopy PyO3 extension module. Upstream publishes no riscv64 wheel.
Mirrors upstream's
rw-python-release.yaml.Differs from upstream
PyO3/maturin-action- this repo's standard riscv64 build pathMatrix: cp310-abi3 (pyo3's abi3-py310 floor) + cp314t; no cp313t (cibuildwheel ships no such build identifier)
Testing
License: OK