Skip to content
Snippets Groups Projects
  1. Jan 12, 2023
  2. Jan 11, 2023
  3. Jan 10, 2023
  4. Dec 21, 2022
  5. Dec 16, 2022
    • Administrator's avatar
      Improve build system · a43f6081
      Administrator authored
      Remove a special linker setting for macosx which isn't needed any longer.
      With the build system changes the full list of dependecies is available at
      link time.
      Add a missing library dependency.
      4 tags
      a43f6081
  6. Dec 15, 2022
  7. Dec 14, 2022
  8. Dec 11, 2022
  9. Dec 08, 2022
  10. Dec 07, 2022
  11. Dec 02, 2022
  12. Nov 30, 2022
  13. Nov 29, 2022
    • Eoin Clerkin's avatar
      Removes buggy matbudget macros · aeaef18b
      Eoin Clerkin authored and Eoin Clerkin's avatar Eoin Clerkin committed
      All mcbm material budget map generating macros were found to have a
      halfing of radlen bug and a missing volume bug. To prevent these macros
      from being further used, they are removed.
      aeaef18b
  14. Nov 22, 2022
  15. Nov 19, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · 7d79849f
      Administrator authored
      Switch of specific compiler warnings when compiling rootcling generated
      dictionary code otherwise the output is spammed with a huge number of warnings.
      The code is generated by rootcling and we can't do anything to fix the
      problems.
      dev_2022_48
      7d79849f
  16. Nov 18, 2022
    • Administrator's avatar
      Prepare for FairRoot v18.8 · 388a33d8
      Administrator authored
      Add CI test with FairSoft nov22rc and FairRoot v18.8_patches.
      388a33d8
    • Administrator's avatar
      Prepare for FairRoot v18.8 · e55f8bf2
      Administrator authored
      Add missing include statements and forward declarations.
      In FairRoot a serious cleanup of include statements was done which needs fixes
      in our code base.
      e55f8bf2
    • Administrator's avatar
      Prepare for FairRoot v18.8 · e247b57f
      Administrator authored
      Exclude tutorial/TaskToAlgo from build. The code needs to use the boost
      serializer for the MCPoint classes. The necessary code was removed from the
      FairMCPoint base class such that the compilation currently fails.
      The feature can be brought back adding another header file but before adding
      it I would like to discuss if this is needed at all.
      e247b57f
    • Administrator's avatar
      Prepare for FairRoot v18.8 · df884fc7
      Administrator authored
      Fix installation of KFParticle and NicaFemto.
      
      Add missing dependecy on Vc for KFParticle target.
      Update the Nicafemto version which adds some missing include statements and
      forward declarations. The new commit hash also contains a change which corrects
      all LOG levels to lowercase.
      df884fc7
    • Administrator's avatar
      Prepare for FairRoot v18.8 · 3fb16b11
      Administrator authored
      Use the same target names as provided by FairRoot with version v18.8.
      
      Add the new target FairRoot::Online which is a new library conatining the
      online related code which was previously part of the Base library.
      In case of older FairRoot versions the target is only an alias for the target
      FairRoot::Base such that the same dependencies already work with FairRoot
      v18.6 which is our current default version.
      
      Add the new target FairRoot::Online in all CMakeLists.txt where it is needed.
      
      The FindFairRoot macro is also used when compiling NicaFemto. Since there is a
      problem with the target definitions in NicaFemto the targets are not defined
      when compiling NicaFemto.
      3fb16b11
    • Administrator's avatar
      Remove unnecessary build dependency · 65f2cf3b
      Administrator authored
      dev_2022_47
      65f2cf3b
Loading