Skip to content
Snippets Groups Projects
  1. Jul 09, 2024
  2. Jul 03, 2024
  3. Jul 02, 2024
  4. Jun 28, 2024
  5. Jun 27, 2024
    • Attila Krasznahorkay's avatar
      Updated to GeoModel-6.0.0. · 4833cd21
      Attila Krasznahorkay authored
      At the same time telling the build to put its public header files into
      a unique directory, separate from the rest of the headers shipped with
      a given project.
      4833cd21
  6. Jun 18, 2024
  7. Jun 13, 2024
  8. Jun 11, 2024
  9. Jun 10, 2024
  10. May 31, 2024
  11. May 29, 2024
  12. May 24, 2024
  13. May 08, 2024
  14. Apr 30, 2024
    • Attila Krasznahorkay's avatar
      Changed how FindMadGraph.cmake would look for MadGraph. · fcd6fc9d
      Attila Krasznahorkay authored
      Since the time that the module was originally written, lcg_external_module(...)
      learned some tricks. Nowadays it can look for packages just containing
      executables, quite conveniently.
      
      Removed the setting of MADGRAPH_PYTHON_PATH, and replaced it with the
      setup of MADGRAPH_BINARY_PATH. So that mg5_aMC would end up in our
      ${PATH}.
      fcd6fc9d
  15. Apr 24, 2024
  16. Apr 23, 2024
    • Benjamin Morgan's avatar
      Only enable LTO in Geant4, VecGeom if requested · d65110e8
      Benjamin Morgan authored
      LTO enabled builds of Geant4, VecGeom cause failures in Athena builds
      from the CheckerGCCPlugin which is currently LTO-unaware. Though LTO
      is wanted for mc23e, we do not want to compromise Athena code quality
      by disabling the checker.
      
      To ease integration of LTO for simulation in Athena, add CMake options
      for enabling LTO in Geant4 and VecGeom that default to OFF.
      d65110e8
    • Frank Winklmeier's avatar
      AtlasCMake: improve detection of non-existent files for install commands · b55c08b6
      Frank Winklmeier authored
      If the following matches no files, we currently print an error:
      ```
      atlas_install_joboptions( share/*.py )
      ```
      
      However, no error is printed for the following cases
      ```
      atlas_install_joboptions( share/*.py share/*.txt)
      atlas_install_joboptions( share/*.py share/foo.txt)
      atlas_install_joboptions( share/foo.py share/foo.txt)
      ```
      if at least one element in the list returns a valid file.
      
      Improve the check by requiring that each element in the list is a
      valid entry.
      b55c08b6
  17. Apr 22, 2024
  18. Apr 17, 2024
  19. Apr 16, 2024
  20. Apr 12, 2024
Loading