Add flag to relax exact python version requirement
As it stands, this project requires to find a python version matching the one ROOT was build against EXACTLY. This has been discussed in #842. This adds an option `DD4HEP_RELAX_PYVER` that will accept **any** python version. It will then perform a custom check if major and minor version of the ROOT python version and the one found match (in which it should be safe to assume ABI compatibility). If not, it prints a warning but continues with the build.
Loading
Please register or sign in to comment