Build Linux and macOS binary wheels#4248
Open
jhale wants to merge 73 commits into
Open
Conversation
| cd dolfinx && git clean -fdx && cd ../ | ||
| python -m venv venv-test | ||
| source venv-test/bin/activate | ||
| PIP_EXTRA_INDEX_URL="file://${GITHUB_WORKSPACE}/simple" pip install openmpi fenics-dolfinx[test] |
| cd dolfinx && git clean -fdx && cd ../ | ||
| python -m venv venv-test | ||
| source venv-test/bin/activate | ||
| PIP_EXTRA_INDEX_URL="file://${GITHUB_WORKSPACE}/simple" pip install openmpi fenics-dolfinx[test] |
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.
These wheels are compatible with Python 3.12+ via abi3 and contain SuperLU_DIST and Scotch (no PETSc).
No MPI libraries or executables are included - on Linux users can use any MPICH-like ABI and on macOS any OpenMPI ABI.
Example of use:
All tests pass.
This can be streamlined further once MPI5 ABI is available and we can produce one wheel per platform.
In the short term we can setup our own repo at fenicsproject.org and advertise through the README, and then push to pypi.org for 0.12 if we're happy.
Probably won't go for Windows too much maintenance - let's improve the conda packages further.
Artifacts here:
https://github.com/FEniCS/dolfinx/actions/runs/28248343437