Skip to content
Snippets Groups Projects
  1. Nov 15, 2022
  2. Nov 14, 2022
  3. Nov 11, 2022
  4. Nov 10, 2022
  5. Nov 09, 2022
  6. Nov 08, 2022
  7. Nov 06, 2022
    • Administrator's avatar
      Improve CI · 884e0cea
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Use a different installation directory For the test of the installation to
      allow to remove also the build directory.
      
      Test installation also on Debian 10
      
      There was a problem when running CbmRoot from the installation directory with
      Debian10. So add also the installation test for Debian10.
      dev_2022_45
      884e0cea
  8. Nov 04, 2022
  9. Nov 03, 2022
  10. Nov 02, 2022
  11. Nov 01, 2022
    • Administrator's avatar
      Implement proper dependencies · 4ca28621
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      With the change to the CMake targets the dependency tree was broken. The
      generation of the ROOT dictionary is now a target on its own which did not
      depend on anything except the header files needed for the specific library.
      Some of these header files include other header files from the external
      libraries. The problem was that now it became possible that the dictionary
      generation started before the external header files were available.
      
      Add explicit dependencies from these dictionaries to the external libraries.
      4ca28621
    • Administrator's avatar
      Fix OpenMP issue on macosx · c8b4ccec
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      OpenMP comes with the proper targets which are used now.
      c8b4ccec
Loading