- Nov 10, 2022
-
-
Gtest and GtestMain Target created which depend on GTEST target Remaining files which haven't been changed in modern cmake. MQ/monitor : Transition in Modern CMake core/data/test: Transition to Modern CMake reco/qa: Transition to Modern CMake tutorial/TaskToAlgo: Transition to modern CMake
-
-
-
-
-
-
-
-
- Nov 09, 2022
-
-
Eoin Clerkin authored
Makes clear to reader that append is default. Allows previous overwrite option.
-
- Nov 08, 2022
-
-
Administrator authored
There were rich ring finders in the L1 code base which were compiled and linked into libL1. With the change in the build system this results in a circular dependency between the L1 and CbmRichReco libraries which was resolved by removing the classes from compilation. With this commit the classes are moved from the L1 code base into the rich reconstruction code base.
-
-
-
Administrator authored
-
Valentina Akishina authored
-
- Nov 06, 2022
-
-
Use a different installation directory For the test of the installation to allow to remove also the build directory. Test installation also on Debian 10 There was a problem when running CbmRoot from the installation directory with Debian10. So add also the installation test for Debian10.
-
- Nov 04, 2022
-
-
Administrator authored
On some systems the library seems to be needed in the installation. See computing/cbmroot!1005.
-
Administrator authored
-
Pierre-Alain Loizeau authored
-
- Nov 03, 2022
-
-
-
-
Alexandru Bercuci authored
part of the same geometry setup
-
- Nov 02, 2022
-
-
Alexandru Bercuci authored
-
- Nov 01, 2022
-
-
With the change to the CMake targets the dependency tree was broken. The generation of the ROOT dictionary is now a target on its own which did not depend on anything except the header files needed for the specific library. Some of these header files include other header files from the external libraries. The problem was that now it became possible that the dictionary generation started before the external header files were available. Add explicit dependencies from these dictionaries to the external libraries.
-
OpenMP comes with the proper targets which are used now.
-
CMakeList.txt files are modified according to modern CMake. generate_cbm_library() macro is used to make target. Imported targets of each package are used as dependencies.
-
-
Pierre-Alain Loizeau authored
-
Pierre-Alain Loizeau authored
-
-
-
-
- Oct 31, 2022
-
-
Dennis Klein authored
needed on GCC 12 (Fedora 36)
-
- Oct 30, 2022
-
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
Sergey Gorbunov authored
-
- Oct 28, 2022
-
-
Sergey Gorbunov authored
-
- Oct 27, 2022
-
-
- Oct 26, 2022
-
-
Omveer Singh authored
CMakeList.txt files are modified according to modern CMake. generate_cbm_executable() macro is used to make executable. Imported targets of each package are used as dependencies.
-
- Oct 25, 2022
-
-
Pierre-Alain Loizeau authored
-
Sergey Gorbunov authored
-