- Jul 09, 2024
-
-
Attila Krasznahorkay authored
GeoModel Update and Header Relocatability, main branch (2024.06.26.) See merge request atlas/atlasexternals!1136
-
- Jul 03, 2024
-
-
Johannes Elmsheuser authored
Add patch for the ROOT 6.32/02 version setting in cmake See merge request atlas/atlasexternals!1137
-
- Jul 02, 2024
-
-
Johannes Elmsheuser authored
-
- Jun 28, 2024
-
-
Johannes Elmsheuser authored
Updates for python 3.11 with AnalysisBase See merge request atlas/atlasexternals!1113
-
Johannes Elmsheuser authored
-
- Jun 27, 2024
-
-
Attila Krasznahorkay authored
At the same time telling the build to put its public header files into a unique directory, separate from the rest of the headers shipped with a given project.
-
- Jun 18, 2024
-
-
Attila Krasznahorkay authored
Update COOL/CORAL to 3.3.18 See merge request atlas/atlasexternals!1132
-
Johannes Elmsheuser authored
-
- Jun 13, 2024
-
-
Attila Krasznahorkay authored
CMake 3.29.2 Update, main branch (2024.06.10.) Closes ATLINFR-5342 See merge request atlas/atlasexternals!1130
-
Attila Krasznahorkay authored
Add AlmaLinux string to OS detection See merge request atlas/atlasexternals!1127
-
Attila Krasznahorkay authored
Add Geneva to atlasexternals See merge request atlas/atlasexternals!1129
-
-
- Jun 11, 2024
-
-
Attila Krasznahorkay authored
But just for CentOS 7 and AlmaLinux 9. For Ubuntu 20.04 kept the 3.27.5 version, which is used in the main nightlies at the time of writing.
-
- Jun 10, 2024
-
-
Attila Krasznahorkay authored
CMake 3.29+ doesn't work correctly with the formalism that we used so far for providing patch files to the patch command. So now switched to a much simpler formalism, using "-i" instead.
-
- May 31, 2024
-
-
Attila Krasznahorkay authored
Add Find-module for 'coverage' See merge request atlas/atlasexternals!1128
-
- May 29, 2024
-
-
Frank Winklmeier authored
-
- May 24, 2024
-
-
Johannes Elmsheuser authored
-
- May 08, 2024
-
-
Attila Krasznahorkay authored
Add CheckerGccPlugins to AthSimulationExternals, main branch (2024.05.08.) See merge request atlas/atlasexternals!1126
-
Attila Krasznahorkay authored
Update CORAL/COOL to 3.3.17 See merge request atlas/atlasexternals!1125
-
Johannes Elmsheuser authored
-
Attila Krasznahorkay authored
Now that the plugins can handle LTO, we should start checking the simulation builds as well.
-
Attila Krasznahorkay authored
FindMadGraph Updates, main branch (2024.04.30.) See merge request atlas/atlasexternals!1123
-
Attila Krasznahorkay authored
Add Find-modules for flake8 bugbear and builtins See merge request atlas/atlasexternals!1118
-
-
Attila Krasznahorkay authored
AtlasCMake: improve detection of non-existent files for install commands See merge request atlas/atlasexternals!1120
-
Attila Krasznahorkay authored
Checker updates for LTO, etc. See merge request atlas/atlasexternals!1122
-
-
Attila Krasznahorkay authored
Update prmon to v3.1.0 See merge request atlas/atlasexternals!1124
-
-
Attila Krasznahorkay authored
Add prmon to AthGenerationExternals See merge request atlas/atlasexternals!1114
-
- Apr 30, 2024
-
-
Attila Krasznahorkay authored
Since the time that the module was originally written, lcg_external_module(...) learned some tricks. Nowadays it can look for packages just containing executables, quite conveniently. Removed the setting of MADGRAPH_PYTHON_PATH, and replaced it with the setup of MADGRAPH_BINARY_PATH. So that mg5_aMC would end up in our ${PATH}.
-
- Apr 24, 2024
-
-
Attila Krasznahorkay authored
Add CMake options to only enable LTO in Geant4, VecGeom if requested See merge request atlas/atlasexternals!1121
-
- Apr 23, 2024
-
-
Benjamin Morgan authored
LTO enabled builds of Geant4, VecGeom cause failures in Athena builds from the CheckerGCCPlugin which is currently LTO-unaware. Though LTO is wanted for mc23e, we do not want to compromise Athena code quality by disabling the checker. To ease integration of LTO for simulation in Athena, add CMake options for enabling LTO in Geant4 and VecGeom that default to OFF.
-
Frank Winklmeier authored
If the following matches no files, we currently print an error: ``` atlas_install_joboptions( share/*.py ) ``` However, no error is printed for the following cases ``` atlas_install_joboptions( share/*.py share/*.txt) atlas_install_joboptions( share/*.py share/foo.txt) atlas_install_joboptions( share/foo.py share/foo.txt) ``` if at least one element in the list returns a valid file. Improve the check by requiring that each element in the list is a valid entry.
-
- Apr 22, 2024
-
-
Attila Krasznahorkay authored
Update Geant4 version to 10.6.3.13 See merge request atlas/atlasexternals!1117
-
- Apr 17, 2024
-
-
Benjamin Morgan authored
-
- Apr 16, 2024
-
-
Attila Krasznahorkay authored
Update Geant4 version to 10.6.3.12 See merge request atlas/atlasexternals!1116
-
Benjamin Morgan authored
-
- Apr 12, 2024
-
-
Attila Krasznahorkay authored
Update CI testing to LCG_104d and LCG_104d_ATLAS_9 See merge request atlas/atlasexternals!1111
-
Attila Krasznahorkay authored
Always set CMP0069 to new to enforce LTO use if requested See merge request atlas/atlasexternals!1112
-