Skip to content
Snippets Groups Projects
  1. Nov 01, 2021
  2. Aug 23, 2021
  3. 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
  4. Aug 05, 2021
  5. Jul 29, 2021
  6. Jul 28, 2021
  7. 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
  8. Jul 26, 2021
  9. Jul 22, 2021
  10. Jul 14, 2021
  11. Jul 13, 2021
  12. Jul 08, 2021
  13. Jul 03, 2021
  14. Jul 02, 2021
  15. Jul 01, 2021
  16. Jun 30, 2021
Loading