Skip to content
Snippets Groups Projects
  • Paul Gessinger's avatar
    Add flag to relax exact python version requirement · 33a586b2
    Paul Gessinger authored
    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.
    33a586b2