-
2.0.71a8392b88 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.70: - Updated to prmon v2.0.0; - Fixed a capitalisation typo in FindNjets.cmake; - Fixed the RPM dependency setup of Findfmt.cmake.
-
1.0.48.25099a8fa · ·
Tag to be used with the 21.X branches of atlas/athena. Update(s) in this tag wrt. 1.0.48.1: - Enabled the build of HDF5 as part of AthenaExternals.
-
2.0.70e5e68272 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.69: - Fixes in CheckerGccPlugins for thread safety checks in virtual calls, and inheritance checks for "Gaudi/..." headers; - Added an explicit check in AtlasCMake for a specific failure stemming from in-source builds; - Updated Acts to version v0.27.00; - Updated lwtnn to version 2.9; - Updated pyAMI to version 5.1.1; - Added a Findfmt.cmake module, and updated FindGaudi.cmake to use it;
-
2.0.692f336fc7 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.68: - Removed the acmake.py script, so that the name could be re-used later on; - Added onnxruntime to some more projects; - Made FindSherpa.cmake add the Sherpa executable(s) to the PATH at runtime; - Introduced the --extend-extensions command for flake8_atlas; - Updated FindFastJet.cmake to find the gfortran library in a better way; - Introduced some minor improvements for atlas_add_test(...); - Introduced the ability to set the build stamp (data/time) manually from the command line; - Updated to Acts version v0.25.01, and made the version configurable from the command line.
-
1.0.65eac70d12 · ·
Tag to be used with the 21.X branches of atlas/athena. Updates in this tag: - Taught FindSherpa.cmake to add the location of the Sherpa and Sherpa-config executables to the PATH environment variable.
-
1.0.64949f4576 · ·
Tag to be used with the 21.X branches of atlas/athena. Updates in this tag: - Taught OnnxRuntime how to build correctly as part of AnalysisBaseExternals; - Added OnnxRuntime to the AnalysisBaseExternals project.
-
1.0.63c999a1ba · ·
Tag to be used with the 21.X branches of atlas/athena. Updates in this tag: - Introduced the OnnxRuntime external to the branch, and added its build to the AthenaExternals, AthAnalysisExternals and AthDerivationExternals projects.
-
2.0.68be5379e4 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.67: - Updated Acts to version v0.22.1; - Updated GeoModelIO to version 3.1.3; - Taught AtlasCMake how to deal with .cu source files when CUDA is not available for the build; - Introduced the triSYCL external, to provide SYCL for builds done without a "SYCL capable" compiler.
-
2.0.67b5f79641 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.66: - Made atlas_install_python_modules(...) once again execute post-build commands on files in sub-directories correctly; * Fixed how atlas_install_generic(...) (and atlas_install_python_modules(...)) would deal with file/directory names that match a CMake keyword; - Made flake8_atlas process sub-directories correctly.
-
2.0.66cf79809c · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.65: - Moved POST_BUILD_CMD into atlas_install_generic(...), and made it a list type parameter; * Also updated the handling of ATLAS_PYTHON_CHECKER to deal correctly with list variables; - Updated flake8_atlas not to fail when no python files are given to it, in case the user makes a mistake that would result in this.
-
2.0.65c7e848f1 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.64: - Forced GeoModelCore to be built with optimisations, even in Debug builds; - Updated the AtlasLCG modules to consistently set up <PACKAGE>_<executable>_EXECUTABLE variables for externals that provide executables; - Updated FindXercesC.cmake to wrap CMake's own FindXercesC.cmake module; - Updated GPerfTools to use Findgperftools.cmake instead of Findtcmalloc.cmake; - Updated atlas_build_run.sh to handle quoted commands correctly; - Fixed the build of Python 2.7 on systems that don't provide Python 2 in /usr; - Updated GDB to version 9.1; - Command-line usage improvements in flake8_atlas; - Removed the EXTRA_PATTERNS argument from atlas_add_test(...).
-
2.0.6420321d9b · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.63: - Updated MCUtils to version 1.3.4; - Fixed the (standalone) build of Boost on macOS Catalina; - Updated Acts to version v0.22.00, and switched to picking it up from GitHub; - Turned off the unit tests for onnxruntime, thereby fixing its Clang 9 build.
-
1.0.6290c88b35 · ·
Tag to be used with the 21.X branches of atlas/athena. Updates in this tag: - Bumped the version of MCUtils to 1.3.4 in AnalysisBaseExternals and AthAnalysisExternals; - Removed the unnecessary -c argument from the CINT dictionary generation calls; - Enabled the build of Minuit2 for/with ROOT 6.18/04.
-
2.0.6328655ae7 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.62: - Removed the clang specific patch from the Acts build, as the patch is now part of the Acts code itself; - Removed the deprecated -c flag from the CINT dictionary generation commands.
-
2.0.6242375ced · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.61: - Updated FindCLHEP.cmake to set up the correct RPM dependency for LCG_97+.
-
2.0.618c4718b7 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.60: - Added new checks and warnings to CheckerGccPlugins; - Updated the versions of GeoModelCore, GeoModelIO and GeoModelTools; * Re-enabled the build of GeoModelTools in AthenaExternals at the same time.
-
2.0.6054506276 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.59: - Updated the version of GeoModelCore and GeoModelIO to 3.1.1; * Added a package for building GeoModelTools, but kept the package excluded from AthenaExternals for now; * Being able to compile GeoModelTools in a standalone setup also required adding a package for building XercesC; - Updated to Acts 0.18.0; - Cherry picked the missing macOS Catalina fixes from the 1.0 branch; - Added multiple updates to CheckerGccPlugins; - Taught flake8_atlas to recognise even more ways in which people may set the OutputLevel on components explicitly; - Added some fixes to AtlasLCG and VP1LightExternals to make it possible to build that project in "standalone mode" once again; - Added a fix to atlas_add_test(...), so that it would report failures correctly when post.sh is not available during the build.
-
2.0.592a053c2a · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.58: - Added onnxruntime-1.1.1 to AthenaExternals; - Updates to CheckerGccPlugins for allowing thread-unsafe functions in certain situations without warnings; - Updated AtlasCMake/scripts/cmakeNightlyInstall.sh to know about the latest LCG repositories; - Suppressed a warning from Clang when generating dictionaries using Ninja as the build system; - Updated AthAnalysisExternals to use LCG_96b; - Updated all externals built by AnalysisBaseExternals to be in sync with the versions available in LCG_96b; * This included updating FastJet to version 3.3.2, which is used by most projects; - Reimplemented atlas_add_alias(...) to eliminate a dependency problem that it had; - Removed the build of FastJetContrib from all LCG based projects, and made all of them build a patched version of FastJet.
-
1.0.61417fcf8e · ·
Tag to be used with the 21.X branches of atlas/athena. Updates in this tag: - Updated AthAnalysisExternals to use LCG_96b; * Removed the build of Eigen, FastJet and FastJetContrib from the project as now "new enough" versions are coming from LCG_96b; - Updated all externals built by AnalysisBaseExternals to be in sync with the versions available in LCG_96b.
-
2.0.58ded25f41 · ·
Tag to be used with the master branch of atlas/athena. Update(s) since 2.0.57: - Various updates to make AnalysisBaseExternals behave correctly when built on macOS.