Skip to content
Snippets Groups Projects
Commit 33a586b2 authored by Paul Gessinger's avatar Paul Gessinger Committed by Andre Sailer
Browse files

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.
parent dd6f6aef
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment