Skip to content
Snippets Groups Projects
  1. Oct 07, 2021
  2. Oct 06, 2021
    • Vakhtang Tsulaia's avatar
      Updated GeoModel commit hash · d5329fb8
      Vakhtang Tsulaia authored
      One major change which comes with this update: Athena will be migrating
      from the Athena-resident version of GeoModelXml to the standalone version
      of GeoModelXml. There are only a handful client packages in the Athena
      repository that are affected by this change, and all of them will need
      to be fixed when Athena switches to the new version of atlasexternals.
      d5329fb8
  3. Oct 01, 2021
  4. Sep 30, 2021
  5. Sep 21, 2021
  6. Sep 17, 2021
  7. Sep 16, 2021
  8. Aug 31, 2021
  9. Aug 26, 2021
    • Vakhtang Tsulaia's avatar
      Updated GeoModel commit hash · 9d0dc4a2
      Vakhtang Tsulaia authored
      The new version includes two new methods of the GeoVFullPhysVol class.
      These methods are required for implementation of an MT-friendly mechanism
      for handling Calo alignment
      9d0dc4a2
  10. Aug 23, 2021
  11. Aug 22, 2021
    • scott snyder's avatar
      Update gdb to version 10.2. · 8a177601
      scott snyder authored
      The current gdb version we use (9.1) is incompatible with python 3.9,
      which is used in the lcg nightlies.  (It crashes immediately
      on startup.)   This is fixed in recent versions of gdb.
      Update gdb to version 10.2.
      8a177601
  12. Aug 05, 2021
  13. Jul 29, 2021
  14. Jul 28, 2021
  15. Jul 27, 2021
    • Attila Krasznahorkay's avatar
      Made the dictionary DEPFILE handling compatible with CMake >=3.20. · 814dc939
      Attila Krasznahorkay authored
      As it happens, CMake changed its convention for how dependency files
      should be formatted in a way that makes it impossible to generate
      these files in a way that would work with all versions of CMake. So
      now the dependency file generation is set up to work a little
      differently for different CMake versions.
      
      At the same time made sure that DEPFILE and IMPLICIT_DEPENDS would not
      be specified at the same time, as that is now apparently an error
      in CMake >=3.20.
      814dc939
    • Attila Krasznahorkay's avatar
      Prevented AtlasLCG from repeatedly extending the CMAKE_PREFIX_PATH variable. · 3d0e9ab0
      Attila Krasznahorkay authored
      Until now repeated calls to find_package(LCG...) would extend the
      CMAKE_PREFIX_PATH environment variable every time. Which could lead to
      a slight slowdown, as every find_package(...) call would need to evaluate
      a longer-than-necessary list.
      
      With this update, the code should not do this anymore.
      3d0e9ab0
  16. Jul 26, 2021
  17. Jul 22, 2021
  18. Jul 14, 2021
  19. Jul 13, 2021
Loading