Skip to content
Snippets Groups Projects
  1. Jul 20, 2022
  2. Jul 18, 2022
  3. Jul 14, 2022
  4. Jun 25, 2022
  5. Jun 10, 2022
  6. Jun 02, 2022
  7. May 06, 2022
  8. May 04, 2022
  9. May 02, 2022
  10. Apr 07, 2022
    • Administrator's avatar
      Remove usage of deprecated functions · 38c214ec
      Administrator authored and Florian Uhlig's avatar Florian Uhlig committed
      The templated functions Deserialize and Serialize of the FairMQ Device are
      marked deprecated. These templates acctually only forward the call to the
      BoostSerializer and RootSerializer classes which are part of FairRoot.
      Call these classes directly to remove deprectaion warnings.
      dev_2022_15
      38c214ec
  11. Mar 10, 2022
  12. Mar 08, 2022
  13. Mar 06, 2022
  14. Mar 03, 2022
    • Administrator's avatar
      Don't use $VMCWORKDIR · 7f7216e1
      Administrator authored
      Use @VMCWORKDIR@ instaed which is exchanged by the acctual value while running
      CMake. In case of $VMCWORKDIR/build uses @CMAKE_BINARY_DIR@.
      7f7216e1
    • Administrator's avatar
      Correct RPATH information in the executables · 79214d74
      Administrator authored
      When building the executables the needed PATH information to find necessary
      libraries is stored in the executable. This PATH information is now also
      present in the installed executables such that they work without adding PATH
      information to the envirnonment.
      79214d74
    • Administrator's avatar
      Call the correct executable for shmem cleanup · 1f851eb8
      Administrator authored
      The cleanup of the shared memory wasn't working anymore. The executable is
      a part of FairMQ which was moved from FairRoot in its own package. Also the
      name of the excutable has changed to fairmq-shmmonitor which is now installed
      in SIMPATH.
      
      Remove blank characters from the end of lines.
      1f851eb8
    • Administrator's avatar
      Install MQ startup scripts · 31c13d83
      Administrator authored
      Create MQ startup scripts to be installed already at the configuration stage
      and store the in the build tree. The difference between the scripts used in
      the build tree and the scripts finally installed are the hardcoded directory
      information inside. In the scripts to be used inside the build directory this
      links to the source and the build directories whereas it links to the
      installation directory in case of the scripts which are installed.
      Copy the scripts during installation to the correct directory.
      Install the MQ executables in the same directory structure as in the build
      directory.
      31c13d83
  15. Mar 02, 2022
Loading