- Oct 04, 2022
-
-
Attila Krasznahorkay authored
Static checker updates. See merge request atlas/atlasexternals!974
-
-
- Sep 22, 2022
-
-
Attila Krasznahorkay authored
Restore VecGeom build and use by Geant4 See merge request atlas/atlasexternals!973
-
- Sep 20, 2022
-
-
Attila Krasznahorkay authored
Update CPack RPM creation parameters for CentOS9 See merge request atlas/atlasexternals!972
-
Attila Krasznahorkay authored
geant4: repoint default data dir to EOS See merge request atlas/atlasexternals!957
-
-
- Sep 14, 2022
-
-
Benjamin Morgan authored
- vecgeom: - Bump version to 1.1.20 - Update build args for its new CMake scripts - Add local patch for consistent tolerance in cones - See VecGeom/VecGeom!874 - And https://sft.its.cern.ch/jira/browse/VECGEOM-601 - Geant4: - Patch Geant4's CMake shim for VecGeom to adapt to new target name and include path - Update FindGeant4.cmake for VecGeom header paths and static library
-
- Jul 20, 2022
-
-
Johannes Elmsheuser authored
Update CPack RPM creation parameters for CentOS9 and set the compression algorithm xz as discussed in ATLINFR-4631
-
- Jul 18, 2022
-
-
Frank Winklmeier authored
AtlasCompilerSettings: add ATLAS_GCC_CHECKERS_CONFIG cache variable See merge request atlas/atlasexternals!971
-
- Jul 08, 2022
-
-
Frank Winklmeier authored
Add `ATLAS_GCC_CHECKERS_CONFIG` cache variable. If non-empty it will be used to set the checkergcc plugins configuration file(s).
-
- Jul 05, 2022
-
-
Attila Krasznahorkay authored
CheckerGccPlugins: Updates See merge request atlas/atlasexternals!969
-
Attila Krasznahorkay authored
FindFastJet.cmake CentOS 9 Compatibility Fix, master branch (2022.07.04.) Closes ATLJETMET-1435 See merge request atlas/atlasexternals!970
-
- Jul 04, 2022
-
-
Attila Krasznahorkay authored
When using the compiler from /usr the previous logic (of looking for the fortran library in LD_LIBRARY_PATH) was not successful. So now I'm rather picking it up by checking the value of CMAKE_Fortran_COMPILER_ID.
-
- Jul 03, 2022
-
-
scott snyder authored
Exclude from thread-safety checking a few more patterns used for generated dictionary code.
-
scott snyder authored
Do not do thread-safety checking in headers included with -isystem.
-
scott snyder authored
Add -config command-line switch to allow specifying more config files.
-
scott snyder authored
Fix compilation against gcc 11.3.
-
- Jul 01, 2022
-
-
Attila Krasznahorkay authored
Updating ort_1.9.1 to ort_1.11.1 (GPU enabled) See merge request atlas/atlasexternals!966
-
-
scott snyder authored
Add a configuration flag to enable warnings for calls to unchecked functions.
-
scott snyder authored
Add Converter::initialize and Converter::finalize as exceptions to virtual override checking.
-
- Jun 30, 2022
-
-
Attila Krasznahorkay authored
Update dSFMT installation procedure for CentOS9 See merge request atlas/atlasexternals!967
-
- Jun 28, 2022
-
-
Attila Krasznahorkay authored
Projects: remove obsolete GAUDI compiler macros See merge request atlas/atlasexternals!968
-
Frank Winklmeier authored
Remove definition of `ATLAS_GAUDI_V21` and `HAVE_GAUDI_PLUGINSVC`, which have been removed since Gaudi v33r2.
-
Johannes Elmsheuser authored
-
- Jun 23, 2022
-
-
Attila Krasznahorkay authored
add find module for scipy See merge request atlas/atlasexternals!962
-
-
Attila Krasznahorkay authored
Build gdb in AthAnalysis. See merge request atlas/atlasexternals!964
-
- Jun 17, 2022
-
-
scott snyder authored
Enable building gdb in Externals for AthAnalysis. The system debugger is too old to use with the compilers being used in R22.
-
- Jun 10, 2022
-
-
Attila Krasznahorkay authored
RHEL 8+ Support, master branch (2022.06.10) See merge request atlas/atlasexternals!961
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
AthDerivationExternals Update, master branch (2022.06.09.) See merge request atlas/atlasexternals!960
-
- Jun 09, 2022
-
-
Attila Krasznahorkay authored
mergeConfdb2.py Update, master branch (2022.06.02.) See merge request atlas/atlasexternals!959
-
- Jun 08, 2022
-
-
Attila Krasznahorkay authored
As it turns out, AthDerivation must have Acts after all.
-
- Jun 07, 2022
-
-
Attila Krasznahorkay authored
AthDerivation uses many packages that use GeoModel. It was just forgotten about, as AthDerivation was never built in the master branch of atlas/athena yet.
-
- Jun 02, 2022
-
-
Attila Krasznahorkay authored
FindActs.cmake, master branch (2022.06.02.) See merge request atlas/atlasexternals!958
-
Attila Krasznahorkay authored
geant4: refind XercesC dependency See merge request atlas/atlasexternals!956
-
Attila Krasznahorkay authored
Instead of swallowing errors coming from the input files, the code will now fail on them. Printing (hopefully) useful information about the failure along the way.
-
Attila Krasznahorkay authored
It is meant to ensure that Acts's include and library paths would enter the runtime environment setup of the built release. Even if Acts is picked up from outside of an ATLAS offline project.
-
- May 26, 2022
-
-
Benjamin Morgan authored
With the move to Geant4 static libraries, builds of Athena with Clang 14 exposed a linking error due to XercesC libraries appearing before the Geant4 archives. Traced to FindGeant4 module not refinding the XercesC dependency and adding the libraries to the list of Geant4 libraries. Refind XercesC in FindGeant4, adding the libraries to the list of libs in GEANT4_LIBRARIES.
-