-
2.0.1724d3acfc1 · ·
Tag to be used with the main branch of atlas/athena. Update(s) since 2.0.171: - Multiple tweaks to FindGaudi.cmake: * Set helper variables for Gaudi/ROOT to find VDT; * Avoid CMake errors if Gaudi is not found; * Handle find_package keyword arguments correctly; - Replaced the error messages in the converter generating code with warnings in AtlasLibraryFunctions.cmake, when Gaudi is not found; - Made atlas_add_test(...) more resilient against using "-NOTFOUND" variables in its arguments.
-
2.0.17050940f52 · ·
Tag to be used with the main branch of atlas/athena. Update(s) since 2.0.169: - Made sure that FindHDF5.cmake would not affect the behaviour of other modules; - Removed the requirement for the cairo-trace executable in FindCairo.cmake (since it doesn't exist in all versions of Cairo); - Introduced automated unit tests for the AtlasLCG find-modules; - Improved FindROOT.cmake to be compatible with ROOT 6.29+; - Updated AtlasLCG to make it find GoogleTest in a way that's compatible with CMake 3.27+; - Updated COOL and CORAL to versions 3.3.15.
-
2.0.1695e2900c3 · ·
Tag to be used with the main branch of atlas/athena. Update(s) since 2.0.168: - Updated GDB to version 13.2, while accounting for dependency changes in resolveAtlasAddr2Line; - Updated Acts to version v28.2.0; - Removed many outdated AtlasLCG modules; - Made Findsetuptools.cmake more robust for finding the module in different LCG versions; - Made AtlasCMake and AtlasLCG use C++20 with GCC 13+ by default; - Improved/fixed the C++20 build support in Boost, Eigen and Geant4; - Made CheckerGccPlugins ignore standard violations in code generated by GoogleTest, and switched it to using egrep instead of grep; - Introduced x86_64-el9-gcc13 builds in the CI.
-
2.0.167fd38f687 · ·
Tag to be used with the main branch of atlas/athena. Update(s) since 2.0.166: - Reverted GeoModel to version 4.4.3; - Updated lwtnn to version 2.14; - Introduced FindCppcheck.cmake into AtlasLCG; - Made sure that AtlasCompilerSettings.cmake would not set a build architecture if the user already specified one; - Added explicit support for RockyLinux in AtlasCMake and AtlasLCG.
-
2.0.1665b723fc8 · ·
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.160fef1074f · ·
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.1572736099d · ·
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.