FairRootGroup / FairRoot

C++ simulation, reconstruction and analysis framework for particle physics experiments
http://fairroot.gsi.de
Other
57 stars 96 forks source link

Fix FairRoot::FastSim RPATH resolution on Linux #1524

Closed fuhlig1 closed 4 months ago

fuhlig1 commented 4 months ago
Fix FairRoot::FastSim RPATH resolution on Linux

Store RPATH information in FairFastSim library instead of RUNPATH information.
On many Linux systems only primary library dependencies are properly resolved
when only RUNPATH information is available. Secondary indirect dependencies
are not found when linking an executable against the FairFastSim library.

fixes #1523

Checklist:

fuhlig1 commented 4 months ago

Close id favour of #1524.