Skip to content
Snippets Groups Projects
  1. Nov 19, 2021
  2. Oct 31, 2021
    • Administrator's avatar
      Remove a circular library dependency · 9b1c7425
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      There was a circular dependency between Littrack and CbmRichReco. The problem
      only shows up when linking an executable.
      The dependency could be resolved by moving some of the rich code into the
      directory core/detectors/rich and splitting the littrack library into two parts.
      The first library (Littrack) contains everything beside the littrack QA classes
      and the second one (LittrackQA) contains only the QA code. Those files moved
      from reco/detectors/rich had no dependencies to reco or sim.
      9b1c7425
  3. Sep 08, 2021
    • Florian Uhlig's avatar
      Correct order of link directories · 545a173b
      Florian Uhlig authored and Pierre-Alain Loizeau's avatar Pierre-Alain Loizeau committed
      Somehow (at least on some systems) the link order was such that the
      first directory was $SIMPATH/lib. This was even the case when the order was
      defined differently in the CMakeLists.txt. The problem isn't yet understood
      completely.
      
      This results in the problem that libVc.a was taken from $SIMPATH/lib
      were it is installed by ROOT/FairSoft. As long as the version provided with
      CbmRoot and the version provided by ROOT were the same the problem wasn't
      seen. When updating our internal Vc version this results in a creash when
      loading libryries due to a version mismatch between the library version and
      the header file version.
      545a173b
  4. Jun 03, 2020
Loading