Skip to content
Snippets Groups Projects
  1. Sep 26, 2021
  2. Sep 24, 2021
  3. Sep 22, 2021
  4. Sep 21, 2021
  5. Sep 20, 2021
  6. Sep 17, 2021
  7. Sep 16, 2021
  8. Sep 15, 2021
  9. Sep 14, 2021
  10. Sep 10, 2021
  11. Sep 09, 2021
  12. Sep 08, 2021
    • Sergey Gorbunov's avatar
      0c011ad3
    • 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
  13. Sep 07, 2021
  14. Sep 06, 2021
  15. Sep 01, 2021
  16. Aug 31, 2021
    • Administrator's avatar
      Fix runtime error on macosx 10.13 · ee73359c
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      With macosx 10.13 (Apple clang 10.0) there is a runtime problem when
      loading libL1. The problem is due to the usage of a static constexpr
      in the source file which can be overcome when doing a static cast
      of the variable.
      ee73359c
Loading