Feature: add python wheel to distribution - #3045
Open
dgarnier wants to merge 1 commit into
Open
Conversation
WhoBrokeTheBuild
force-pushed
the
feature/wheel
branch
from
July 16, 2026 18:14
fbc97b6 to
857ea19
Compare
Contributor
Author
|
I made a less intrusive version in #3078 to not have a copy and less possibilities of mismatched python / shared libraries... so this one should close if that one is accepted. |
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.
When using with modern package managers and even opinionated newer versions of Ubuntu, it's useful to have MDSplus python as a wheel. (For example, with uv, one can specify a directory to find wheels.) This PR adds tooling to build the wheel and copy it into the
python/directory. It also adds some cleanup so the byproducts of building the wheel are not installed. Finally, the pyproject.toml is updated aspython/MDSplus/testsare not installed with CMake and a small warning of older license info is corrected.