Conversation
luhenry
added a commit
that referenced
this pull request
Sep 26, 2026
Contributor
|
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.
cantera3.2.0Compiles Cantera's C++ core and its Cython bindings into one extension. Upstream publishes no riscv64 wheel.
Mirrors upstream's
python-package.yml.Differs from upstream
before-allfrom upstream's base-image superbuild - no riscv64 imagebuild-frontend = "build"instead ofbuild[uv]- no host uv on the runnerTesting
test/staged through test-sources instead of the/hostmountpandasextra (no free-threaded riscv64 wheel), which skipstest_onedim.pyLicense: Wheel bundles fmt and yaml-cpp (MIT), HDF5, zlib, libaec, OpenBLAS, SUNDIALS (BSD-style), Eigen (MPL-2.0), HighFive and Boost (BSL-1.0) and libgfortran (GPL-3.0 with runtime exception); upstream ships no licence text for them, so the build adds it.
Patches
0001-python_sdist-ship-licence-files-of-bundled-libraries.patch- To upstream [needs a companion base-image change]. Without it the bundled licences are not packaged. Not riscv64-specific.0002-Python-Fix-species-slicing-error-with-Numpy-2.4.0-dev.patch- Backport [Fix species slicing error with Numpy 2.4.0 dev version Cantera/cantera#2063]. Without it species slicing raisescannot resize an arrayon Python 3.14 with NumPy 2.4+. Reproduces on x86_64 with upstream's own wheel.