Skip to content
Snippets Groups Projects
  1. Nov 09, 2021
  2. Nov 08, 2021
  3. Nov 02, 2021
  4. Oct 28, 2021
  5. Oct 27, 2021
  6. Oct 19, 2021
  7. Oct 18, 2021
  8. Oct 04, 2021
  9. Sep 26, 2021
  10. Sep 09, 2021
  11. 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
    • Administrator's avatar
      Update to latest parameters · df95b730
      Administrator authored
      Add tof digitization parameters for the mcbm 2021 beamtime.
      CbmSoft/cbmroot_parameter!45
      df95b730
  12. Sep 07, 2021
    • Administrator's avatar
      Fix a performance issue with KFParticle · bfcc4b60
      Administrator authored and Sergey Gorbunov's avatar Sergey Gorbunov committed
      It was found that switching form FairSoft jun19p2 to nov20 or apr21 has a
      dramatic influence on the performance of the KFParticleFinder. The runtime
      for on of the tests increased by roughly a factor 16.
      https://redmine.cbm.gsi.de/issues/2220
      After long investigations it turned out that the compilation flags for the
      package were inherited from the ROOT and the CbmRoot project which switched
      of the performance flag "-O" when using FairSoft nov20 or apr21.
      The merge request fixes the issue by defining the CMAKE_BUILD_TYPE explicitely
      to be RelWithDebugInfo.
      The merge request also updates the VC version from 1.4.1 to 1.4.2. refs #2220
      bfcc4b60
  13. Sep 01, 2021
  14. Aug 18, 2021
  15. Aug 03, 2021
    • Administrator's avatar
      Update KFParticle version · 4eac9a69
      Administrator authored
      The new version implements a workaround for CbmRoot. With the latest FairSoft
      versions on macosx it comes otherwise to runtime errors when JIT compiling a
      macro. The problem is a define statement in termios.h which defines B0 to be 0.
      This coonflicts with the parameter B0 used in the header file.
      4eac9a69
  16. Jul 30, 2021
    • Administrator's avatar
      Fix compiler warnings · 9ded4663
      Administrator authored
      These compiler warnings are only seen with clang on macosx.
      Fix format in printf and Form functions.
      Comment unused parameters.
      Use correct C++ version when building the external flesnet project.
      9ded4663
  17. Jul 20, 2021
  18. Jul 13, 2021
  19. Jun 30, 2021
  20. Jun 23, 2021
  21. Jun 21, 2021
    • Administrator's avatar
      Update flesnet version · 6f7f4568
      Administrator authored
      In the latest flesnet version a fix was added to avoid crashes due to a
      missing include statement. The error occors only with teh gcc8 compiler
      on Debian 8 and 10.
      6f7f4568
  22. Jun 18, 2021
    • Administrator's avatar
      Fix a compilation error introduced with MR 323 · 49bb42d3
      Administrator authored
      An external packages is only updated if there is a change in the commit hash
      of the external package.
      Unfortunately there was no change of the hash value in MR 323 but only a patch
      setp was added.
      The introduced patch is such not applied since no action is taken at all.
      This commit fixes the problem by changing the commit hash by one.
      The new commit only adds code which isn't compiled in our setup such is safe.
      49bb42d3
  23. Jun 17, 2021
  24. May 27, 2021
  25. May 03, 2021
  26. Apr 27, 2021
  27. Apr 26, 2021
  28. Apr 21, 2021
  29. Apr 16, 2021
  30. Apr 01, 2021
    • Administrator's avatar
      Update flesnet version · 197cb9a7
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      The current flesnet version contain all changes/patches which we did so far
      when compiling CbmRoot.
      The new flesnet version also needs un updated version of cppzmq.
      refs. #2068, #2069
      197cb9a7
Loading