Skip to content
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

Merged
merged 63 commits into from
Sep 29, 2024
Merged

Changes for the new nightlies #648

merged 63 commits into from
Sep 29, 2024

Conversation

jmcarcell
Copy link
Member

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.

@@ -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)
Copy link
Contributor

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?

Copy link
Member Author

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.

@jmcarcell jmcarcell force-pushed the scratch branch 2 times, most recently from 922c671 to 721dde5 Compare September 29, 2024 18:59
@jmcarcell jmcarcell enabled auto-merge (squash) September 29, 2024 18:59
@jmcarcell jmcarcell merged commit c0f324a into main Sep 29, 2024
5 checks passed
@jmcarcell jmcarcell deleted the scratch branch September 29, 2024 19:03
tmadlener pushed a commit that referenced this pull request Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants