-
Notifications
You must be signed in to change notification settings - Fork 24
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
Changes for the new nightlies #648
Conversation
@@ -44,4 +44,4 @@ def cmake_args(self): | |||
def setup_run_environment(self, env): | |||
env.prepend_path("MARLIN_DLL", self.prefix.lib + "/libMarlinKinfit.so") | |||
# Make it usable from ROOT | |||
env.prepend_path("LD_LIBRARY_PATH", self.prefix.lib) | |||
env.prepend_path("ROOT_LIBRARY_PATH", self.prefix.lib) |
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.
Is ROOT_LIBRARY_PATH
a new thing that root uses for looking for dictionaries / libraries to load? Or is this a place where things can be put, but will not be loaded automatically?
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.
Not new but hard to spot. ROOT looks there so loading libMarlinKinFit.so
will work as if it was in LD_LIBRARY_PATH
. I'll move some paths over time from LD_LIBRARY_PATH
to ROOT_LIBRARY_PATH
.
922c671
to
721dde5
Compare
Featuring adding GCC 14 builds for AlmaLinux 9 and setting it to the default (that's the case already since this morning) and other changes and fixes.