Skip to content
Snippets Groups Projects
  1. Mar 26, 2021
  2. Mar 25, 2021
    • Administrator's avatar
      Allow to use FairRoot from a Spack installation · fa8b3411
      Administrator authored
      Remove check for ZeroMQ.
      ZeroMQ isn't needed any longer.
      
      Fix installation of externals when using Spack.
      Pass extra flags flags to NicaFemto configuration if needed.
      Patch ipc source code. Add missing include file.
      Cleanup .gitignore in externals.
      
      Fix linking of CbmGlobalTraking library.
      Add missing link directory. In normal installation Vc probably was found in the
      ROOT installation. With Spack ROOT is build without builtin Vc.
      
      Use correct syntax for function call.
      With the latest FairMQ version the old backward compatibility layer was
      removed. Use now the new syntax to change the state.
      fa8b3411
  3. Mar 19, 2021
  4. Mar 01, 2021
  5. Feb 17, 2021
  6. Feb 10, 2021
  7. Feb 05, 2021
  8. Jan 29, 2021
    • Administrator's avatar
      Fix install target · 6d929846
      Administrator authored
      Disable the installtion of gtest. It is currently not working and is also
      not needed.
      6d929846
  9. Jan 18, 2021
  10. Jan 15, 2021
  11. Dec 19, 2020
  12. Dec 16, 2020
  13. Dec 11, 2020
  14. Dec 10, 2020
    • Administrator's avatar
      Add CMake variable to define C++ version · 08787c8f
      Administrator authored
      Use standard CMake variable to define C++ version.
      Pass the version to AnalysisTree package such that code is properly
      compiled.
      08787c8f
    • Administrator's avatar
      Adapt build system to new FairSoft and FairRoot versions · 4f5f304a
      Administrator authored
      Add support for C++17
      Check for c++ version c++11 or above (11, 14 or 17). With this change it
      becomes possible to compile CbmRoot with C++17.
      
      Add missing library.
      The FairMQ state machine is now in an extra library which has to be added
      for linking when using FairSoft nov20. Test if the library exist and create
      the list of dependencies accordingly.
      
      Add missing include directory.
      VMC is not any longer included in ROOT but a standealone package, so the
      include directory has to be added such that the header files are found.
      
      Add gtest as an optional external package.
      With the latest version of FairSoft googletest was removed due to a
      recommendation of the gtest developers. Since gtest is no longer part of
      FairSoft we have to provide an own version which is compiled as external
      project.
      
      Add proper dependency to external gtest project
      This dependency is needed to compile the test only if the gtest library is
      already available.
      
      Fix compilation error with FairRoot v18.4.2 on macosx
      In FairRoot v18.4.2 some linker settings were removed from the CMake setup.
      This breaks the compilation of CbmRoot. Put back the needed seetings for the
      linker on macosx in our build system.
      
      Fix NicaFemto installation
      4f5f304a
  15. Dec 04, 2020
  16. Dec 02, 2020
  17. Nov 26, 2020
  18. Nov 13, 2020
  19. Nov 12, 2020
  20. Oct 28, 2020
  21. Oct 27, 2020
  22. Oct 22, 2020
    • Administrator's avatar
      Disable compilation of AnalysisTreeQA · 00424d65
      Administrator authored
      Due to some not understood error the compilation of the AnalysisTreeQA package
      fails suddenly. No changes were done. Since the problem affects the
      compilation of CbmRoot it was decided to switch of the compilation till the
      problem is understood and fixed.
      00424d65
  23. Oct 14, 2020
  24. Oct 01, 2020
  25. Sep 27, 2020
  26. Sep 18, 2020
  27. Aug 31, 2020
  28. Aug 28, 2020
Loading