- Oct 26, 2023
- Jul 18, 2023
-
-
Marco Clemencic authored
- move Gaudi::Funtional to GaudiFunctional subdir - headers are now under "Gaudi/Functional" - legacy GaudiAlg corresponding header redirect to the new ones - replace GaudiAlgorithm with Algorithm wherever possible in tests and utilities - add Gaudi::Sequencer basic implementation to replace GaudiSequencer - move GaudiAlg specific tests, examples, dictionaries and Python modules to GaudiAlg subdir - add CMake option GAUDI_ENABLE_GAUDIALG to allow skipping GaudiAlg (default to true) - minor fixes and clean ups
-
- Jul 20, 2022
-
-
Rosen Matev authored
This is a follow up of !1354. There PkgConfig is only looked up if the `pkg_check_modules` macro hasn't been define. The problem is that the scope of macros seem to be global, and finding PkgConfig in another directory defines that macro. However, variable scope is per directory and the cmake of PkgConfig doesn't really work. This changes the check to use the `PKG_CONFIG_FOUND` variable
-
- Jun 30, 2022
-
-
Marco Clemencic authored
-
- Oct 08, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Mar 27, 2021
-
-
Marco Clemencic authored
-
- Mar 25, 2021
-
-
Marco Clemencic authored
At build time the requested optional dependencies are "REQUIRED", while they are just RECOMMENDED when in GaudiConfig.cmake is used in downstream projects.
-
- Dec 04, 2020
-
-
Marco Clemencic authored
-
- Nov 23, 2020
-
-
Marco Clemencic authored
this allows to point CMake to a version of Python of our choice, despite what is available on the PATH.
-
- Oct 27, 2020
-
-
Marco Clemencic authored
-
- Oct 26, 2020
-
-
see https://its.cern.ch/jira/browse/LBCOMP-23 Co-authored-by:
Marco Clemencic <marco.clemencic@cern.ch>
-