-
Notifications
You must be signed in to change notification settings - Fork 495
root: fix downstream dd4hep build when +rpath #2875
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
knoepfel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just ran into this error this morning. Thanks for the quick fix.
|
I don't understand well what's going on here. First of all, I have the following builds with ROOT 6.38 with Then, if you have enabled |
Hi @jmcarcell, related to AIDASoft/DD4hep#1545 , this might be due to assumptions about |
|
@knoepfel Could you reapprove? I've distilled the changeset to a minimal version. Thanks! |
When building
the final plugin build fails with:
This appears to be because the ROOT lib path needs to be explicitly defined in
ROOT_LIBRARY_PATH, even for rpath builds. See spack/spack#16899, spack/spack#45109 .Since Spack no longer builds anything older than ROOT 6.28, I've also eliminated the
root_library_pathproperty.