Skip to content
Snippets Groups Projects
  1. Dec 08, 2021
    • Administrator's avatar
      Fix linking of externals · a3091a5f
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      Add patch needed to for NicaFemto which adds missing library dependencies.
      
      Add missing link directory and library dependency for fles logging library.
      
      Use Vc from FairSoft if available
      Only build the internal Vc version if none is found in FairSoft installation.
      This solves the problem with failing macros due to incosistent versions
      of Vc library and header files.
      a3091a5f
  2. Sep 09, 2021
  3. 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
  4. Jul 13, 2021
  5. 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
  6. 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
  7. Jun 17, 2021
  8. May 03, 2021
  9. 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
  10. 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
  11. Jun 03, 2020
Loading