-
Notifications
You must be signed in to change notification settings - Fork 52
Labels
Description
Affiliation
General Atomics
Description
The current cmake build process yields PEP incompliant __version__ strings that are separated by dashes instead of dots. This is not great for the conda-forge releases of MDSplus we maintain at GA . I was hoping by just setting
-DRELEASE_TAG=7.157.0 to a proper version string I could trick the cmake process but that just crashes. For now I will manually hack the __version__ after the cmake build is complete but that is not a great forever solution.
Reactions are currently unavailable