- 11 Jan, 2022 7 commits
-
-
Attila Krasznahorkay authored
Remove cppcheck from AthenaExternals, master branch (2022.01.11.) See merge request !915
-
Attila Krasznahorkay authored
This is because the current version of cppcheck is not usable from CVMFS after installation.
-
Attila Krasznahorkay authored
Multi-Environment Tests, master branch (2021.12.10.) See merge request !911
-
Attila Krasznahorkay authored
Bump gdb to 11.1. See merge request !914
-
Attila Krasznahorkay authored
Let the active sqlite module set the "binpath" in the runtime configuration See merge request !913
-
-
Attila Krasznahorkay authored
Suppress OpenMP messages from FindBLAS, master branch (2021.12.10.) See merge request !910
-
- 08 Jan, 2022 1 commit
-
-
scott snyder authored
Switch to the latest version of gdb (11.1). This should fix problems seen with the FPE stack traces in gcc11 builds (see ATEAM-802).
-
- 10 Dec, 2021 9 commits
-
-
Attila Krasznahorkay authored
Also added a unit test for the functionality.
-
Attila Krasznahorkay authored
CMake's FindBLAS.cmake module looks for OpenMP when looking for a static version of the OpenBLAS library. Even if it doesn't necessarily need OpenMP for that library. Which can result in a couple of package not being found messages, even though BLAS itself is found and is functional. This is a pretty brute-force method for just silencing any output from FindOpenMP.cmake while FindBLAS.cmake is doing its job.
-
Attila Krasznahorkay authored
Analysis Project Warning Fixes, master branch (2021.12.10.) See merge request !909
-
Attila Krasznahorkay authored
Make CMake ExternalProject not check out submodule for ACTS See merge request !903
-
-
Attila Krasznahorkay authored
unit_test_executor: export log select/ignore patterns See merge request !908
-
Attila Krasznahorkay authored
This is to hide the messages about not finding a couple of externals from the nightly's log parsing. It would've been possible to do this in a nicer way, but the configuration for building ROOT is ridiculously complicated already...
-
Attila Krasznahorkay authored
So that warnings about not finding CUDA would be more justified, if the user explicitly asked for that feature to be built in the first place.
-
Attila Krasznahorkay authored
So that only packages that actually exist in the LCG release would be looked for.
-
- 08 Dec, 2021 2 commits
-
-
Frank Winklmeier authored
Make the `LOG_SELECT_PATTERN` and `LOG_IGNORE_PATTERN` available as environment variables in the unit test executor. This allows them to be used in post-processing scripts and we can remove the special handling of `post.sh` in `atlas_add_test` in the future.
-
Attila Krasznahorkay authored
atlas_add_test: add LABELS keyword See merge request !896
-
- 07 Dec, 2021 6 commits
-
-
Attila Krasznahorkay authored
CI on Master, master branch (2021.12.06.) See merge request !907
-
Attila Krasznahorkay authored
At the same time added some simple tests for using the LABELS property of atlas_add_test(...).
-
Add `LABELS` keyword to specify one or multiple labels for a test. The latter was not possible with the `PROPERTIES LABELS ...` mechanism. Also ensure that the package name is always added as label irrespective of any user-provides ones.
-
Attila Krasznahorkay authored
Add a unit testing package for cmake code See merge request !897
-
Attila Krasznahorkay authored
This is just to make sure that after any merge the master branch would be in a healthy state for sure.
-
Attila Krasznahorkay authored
GeoModel ZLIB Update, master branch (2021.12.06.) See merge request !905
-
- 06 Dec, 2021 3 commits
-
-
Attila Krasznahorkay authored
Previously the build would take ZLIB from /usr. Potentially causing runtime issues under very particular circumstances. At the same time updated the default hash of GeoModel to the version currently used in the master build of Athena.
-
Attila Krasznahorkay authored
OnnxRuntime Python Fix, master branch (2021.12.06.) See merge request !906
-
Attila Krasznahorkay authored
The new code makes use of both find_package(Python) and find_package(PythonInterp). So we need to make sure from our side that both are forced to find "the correct version" of Python.
-
- 03 Dec, 2021 5 commits
-
-
Attila Krasznahorkay authored
Updating onnxruntime version from 1.5.1 to 1.9.1 See merge request !885
-
-
Attila Krasznahorkay authored
flake8_atlas: print warning if flake8 is not found Closes ATEAM-797 See merge request !904
-
Attila Krasznahorkay authored
unit_test_executor: export test name See merge request !901
-
Frank Winklmeier authored
Print a warning message in the format that gets picked up by the nightly/CI system when flake8 is not found (e.g. due to problems in the externals build). Closes ATEAM-797.
-
- 30 Nov, 2021 5 commits
-
-
Frank Winklmeier authored
Export the unit test name as `$ATLAS_CTEST_TESTNAME`. This is useful in post-processing scripts to e.g. find the test log file. Also add `$ATLAS_CTEST_TESTSTATUS` that will replace the rather ominous `$testStatus` variable.
-
Frank Winklmeier authored
Add a new package `Build/Tests/UnitTests` containing unit tests for the cmake code in this repository. Include this package in TestExternals. Started by adding a few tests for the `unit_test_executor.sh` script.
-
Attila Krasznahorkay authored
experiment with adding cppcheck (ATLINFR-2654) See merge request !899
-
-
Attila Krasznahorkay authored
CheckerGccPlugins: Checker updates. See merge request !900
-
- 29 Nov, 2021 2 commits
-
-
Attila Krasznahorkay authored
GitLab CI, master branch (2021.11.24.) See merge request !898
-
Attila Krasznahorkay authored
-