mdsplus
mdsplus copied to clipboard
bug: python pip install for MDSplus failing with CMake integration
Affiliation OpenStar Technologies
Version(s) Affected alpha-release-7.157-0
Platform(s) ubuntu, ( also macOS)
Installation Method(s) apt update
Describe the bug
removing the python/MDSplus/test directory in the CMake install breaks the current pyproject.toml use. Removing the MDSplus.test module from pyproject.toml will make it match the CMake install.
To Reproduce Steps to reproduce the behavior:
- Go to
/usr/local/mdsplus/python - Enter
sudo python -m pip wheel --no-deps ./MDSplus - See error
Expected behavior builds a wheel which can be used in venv installs
Additional context Yes.. this may be I think unsupported behavior since the normal behavior is not to install the python, but python wheels have been working. I will follow this with a PR.