Fix config scripts
The generated config scripts did not contain the proper (DY)LD_LIBRARY_PATH information when using FairRoot v18.6. refs #2088
Merge request reports
Activity
changed milestone to %APR21
added BugFix label
enabled an automatic merge when the pipeline for 1c3c670d succeeds
I had a quick look at the failed test, and it seems that all three are coming from transport macros which were not modified since >4 years and are probably not maintained (for the TOF one I can positively confirme this
).Not sure about the MVD ones, but I think that independent of the current problem with the
Geant3
header, we can:- remove the
tof_disim
test and in fact the fullmacro/tof/CMakeLists.txt
- move
macro/tof/digitizer/GenTofBdfRootInput_v17a.C
one level up and remove themacro/tof/digitizer
folder - remove the
macro/tof/qa
folder
The reason is that most macros in these folders are related to the
CbmTofDigitzerBDF
class which is not present anymore and are therefore not running anymore.=> Would you want to do this in this MR or should I do one that we use to rebase your branch?
Edited by Pierre-Alain Loizeau- remove the
added Framework label
Dear @f.uhlig, @v.friese, @p.-a.loizeau,
you have been identified as code owner of at least one file which was changed with this merge request.
Please check the changes and approve them or request changes.
added CodeOwners label
enabled an automatic merge when the pipeline for f39a30d0 succeeds