Tags give the ability to mark specific points in history as being important
-
2.0.166
5b723fc8 · ·Tag to be used with the main branch of atlas/athena. Update(s) since 2.0.165: - Updated to GeoModel version 4.5.0; - Updated COOL and CORAL to version 3.3.14; - Updated Coin3D to hash 5297f6c; - Made the Gaudi build itself set up Vc for the build/runtime environment; - Made AtlasCompilerSettings.cmake explicitly check whether the compiler understands "-march=x86-64-v2" before it would set it up.
-
2.0.165
d49a9868 · ·Tag to be used with the main branch of atlas/athena. Update(s) since 2.0.164: - Added the "-march=x86-64-v2" compilation flag by default on x86_64 with GCC and Clang; - Added PyYAML to PyAnalysis, to make it available to AnalysisBase(Externals).
-
2.0.164
dc49dbbc · ·Tag to be used with the main branch of atlas/athena. Update(s) since 2.0.163: - Update googletest to version 1.13.0 - Fix FindXrootd for newer xrootd versions
-
2.0.163
decd1102 · ·Tag to be used with the main branch of atlas/athena. Update(s) since 2.0.162: - Add a patch for flatbuffers so that onnxruntime compiles with clang16
-
2.0.162
1c2a0c62 · ·Tag to be used with the master and 23.0 branches of atlas/athena. Update(s) since 2.0.161: - Update pyAMI to version 5.1.4
-
2.0.161
d0f4e616 · ·Tag to be used with the master and 23.0 branches of atlas/athena. Update(s) since 2.0.160: - Made the dictionary generation functions work correctly with FindROOT.cmake in "standalone mode".
-
2.0.160
fef1074f · ·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
0a12ef24 · ·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
90ffd52b · ·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
2736099d · ·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
4fc060fc · ·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
9f54b121 · ·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
6e7116d8 · ·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
821da6b8 · ·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
414f2140 · ·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
d39db990 · ·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
d7d192fe · ·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
17a86e90 · ·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
77d553c9 · ·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
19ba5b34 · ·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.