You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have multiple version of python on my system, rootbench tends to pick the latest one, which might not be the one I configured ROOT with, or will pick inconsistent versions across the different variables.
For instance, when building within the gentoo prefix, where:
As per discussion on mattermost, @oshadura offered to add a cmake variable exposed by find_package(ROOT) similarly to what happens for ROOT_LIBRARIES, ROOT_CXX_FLAGS etc.
When I have multiple version of python on my system, rootbench tends to pick the latest one, which might not be the one I configured ROOT with, or will pick inconsistent versions across the different variables.
For instance, when building within the gentoo prefix, where:
The variables set by CMake are:
None of which is the one I need. It would be nice to have a mechanism to specify the python version I need to work with.
The text was updated successfully, but these errors were encountered: