Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 2.0.160

    Tag to be used with the master and 23.0 branches of atlas/athena.
    Update(s) since 2.0.159:
      - Changed all documentation to use "main" instead of "master";
      - Taught the dictionary generation CMake code about system includes;
      - Made ATLAS library builds wait for public header installations;
      - Removed the HEPUtils and MCUtils packages, as these are no longer used in atlas/athena;
      - Upgraded onnxruntime to version 1.15.1.
  • 2.0.159

    Tag to be used with the master and 23.0 branches of atlas/athena.
    Update(s) since 2.0.158:
      - Fixed a bug in the CMake export sanitization scripts that could, under some circumstances, produce broken CMake export files.
  • 2.0.158

    Tag to be used with the master and 23.0 branches of atlas/athena.
    Update(s) since 2.0.157:
      - Fixed a typo in FindGeant4.cmake, which made 2.0.157 break if one wanted to use Geant4.
  • 2.0.157

    Tag to be used with the master and 23.0 branches of atlas/athena.
    Update(s) since 2.0.156:
      - Updated FindLhapdf.cmake to set up the use of the ATLAS specific LHAPATH under all circumstances;
      - Modernised the builds of VecGeom and Geant4, and updated how they would be found by the offline code;
      - Introduced C++20 fixes for: Geant4, GeoModel and Coin3D.
  • 2.0.156

    Tag to be used with the master and 23.0 branches of atlas/athena.
    Update(s) since 2.0.155:
      - Switched to picking up flake8 and its dependencies from LCG instead of building/installing them;
      - Switched the LCG based projects to LCG_102b_ATLAS_21 by default.
  • 2.0.155

    Tag to be used with the master and 23.0 branches of atlas/athena.
    Update(s) since 2.0.154:
      - Updated the OS name choosing logic in the atlas_os_id(...) and lcg_os_id(...) CMake functions.
  • 2.0.154

    Tag to be used with the master and 23.0 branches of atlas/athena.
    Update(s) since 2.0.153:
      - Added Findautopep8.cmake to AtlasLCG;
      - Made _atlas_install_headers(...) work correctly with -DATLAS_USE_CUSTOM_CPACK_INSTALL_SCRIPT=FALSE.
  • 1.0.82

    Tag to be used with the 21.X branches of atlas/athena.
    Update(s) in this tag:
      - Made atlas_install_headers(...) work correctly with -DATLAS_USE_CUSTOM_CPACK_INSTALL_SCRIPT=FALSE.
  • 1.0.81

    Tag to be used with the 21.X branches of atlas/athena.
    Update(s) in this tag:
      - Made it possible to not use the cpack_install.sh script during CPack packaging.
  • 2.0.153

    Tag to be used with the master and 23.0 branches of atlas/athena.
    Update(s) since 2.0.152:
      - Fixed the build of Gdb with Clang <16.0.0, which was broken with the previous update;
      - Made it possible to not use the cpack_install.sh script during CPack packaging.
  • 2.0.152

    Tag to be used with the master and 23.0 branches of atlas/athena.
    Update(s) since 2.0.151:
      - CheckerGccPlugins: Fix checking for a pointer bound to a const reference;
      - Fixed the build of Gdb with Clang 16;
      - Introduced Findauth_get_sso_cookie.cmake;
      - Updated setuptools to version 57.1.0;
      - Updated wheel to version 0.37.1.
  • 2.0.151

    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.150:
      - Disabled the build of CheckerGccPlugins in case the GCC development headers are not available;
      - Updated Geant4 to version 10.6.3.7.
  • 2.0.150

    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.149:
      - Removed the find_package(...) calls from PyModules that can not succeed with current LCG versions.
  • 2.0.149

    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.148:
      - Upgraded PyModules and flake8_atlas to flake8 6.0.0;
      - Updated the TBB and PyAnalysis builds to work correctly with Clang (on macOS);
      - Upgraded Geant4 to version 10.6.3.6;
      - Upgraded the versions of Acts, CLHEP, Davix, Gaudi and GeoModel to the ones used already through build_externals.sh overrides.
  • 2.0.148

    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.147:
      - Updated CheckerGccPlugins with the following:
        * Various cleanups/fixes. Updates for gcc13.
        * Remove code for ctor/dtor attribute workaround that was needed for gcc versions prior to 10.
        * We special-case a number of methods, allowing them to be overridden with inconsistent threading attributes.  This is used for things like the Gaudi initialize() and finalize() methods. Change to get this list from the configuration file rather than a hard-coded list.
        * Add new warning: passing a pointer member from a const member function to a non-const pointer argument.
      - Updated lwtnn to version 2.13;
      - Added Findgl2ps.cmake to AtlasLCG.
  • 2.0.147

    Tag to be used with the master branch of atlas/athena.
    Update(s) since 2.0.146:
      - Made it possible to build "opt-dbg" RPMs on CentOS Stream 9;
      - Updated HEPUtils and MCUtils to version 1.4.0;
      - Introduced the FindpyHepMC3.cmake module to AtlasLCG.
  • 2.0.146

    Tag to be used with the master/22.0 branch of atlas/athena.
    Update(s) since 2.0.145:
      - Updated Geant4 to version 10.6.3.4.
  • 2.0.145

    Tag to be used with the master/22.0 branch of atlas/athena.
    Update(s) since 2.0.144:
      - Made sure that autoconf/automake based externals would build successfully with CMake >=3.24;
      - Upgraded the externals in AnalysisBaseExternals to be in sync with LCG_102b_ATLAS_2.
  • 2.0.144

    Tag to be used with the master/22.0 branch of atlas/athena.
    Update(s) since 2.0.143:
      - Fixed the build of onnxruntime-1.11.1 with Clang 15;
      - Eliminated the configuration warnings with CMake >=3.24.
  • 2.0.143

    Tag to be used with the master/22.0 branch of atlas/athena.
    Update(s) since 2.0.142:
      - Added verbose output for the build of PyModules.