- Nov 19, 2024
-
-
Andre Sailer authored
the target is now(?) prefixed with Geant4:: otherwise we get a linking error
-
- Apr 19, 2024
-
-
Andre Sailer authored
We no longer test with ROOT 6.22, and in 6.32 PyROOT is coming back but subtly fails on macOS
-
- Mar 13, 2024
-
-
Andre Sailer authored
I hope this will work fine. If the list of headers or linkdefs changes, then cmake should re-run anyway and that will call the file(Generate) to recreate the script, and if only the file content of headers or linkdefs changes, we only have to re-run the shell script.
-
Andre Sailer authored
-
Andre Sailer authored
because add_custom_command does not know the COMPILE_LANGUAGE we are not allowed to treat definitions with that genex inside. We cannot use add_custom_command(TARGET because that fails with the same error, even though it maybe shouldn't For compatibility with ninja(?) we need to use these $<CONFIG>$<COMPILE_LANGUAGE> shenanigans add USE_COMMAND_FOR_GENERATION to fall back to old way
-
- Feb 16, 2024
-
-
Andre Sailer authored
LCIO now exports LCIO::lcio, so we could use that if LCIO is new enough
-
- Sep 15, 2023
-
-
jmcarcell authored
-
- Jun 16, 2023
-
-
Markus Frank authored
-
- Jan 20, 2023
-
-
Andre Sailer authored
DD4hepBuild: add -Wno-psabi to compiler flags to ignore warnings about ABI changes that we will never have issues with
-
- Mar 15, 2022
-
-
Paul Gessinger authored
As it stands, this project requires to find a python version matching the one ROOT was build against EXACTLY. This has been discussed in #842. This adds an option `DD4HEP_RELAX_PYVER` that will accept **any** python version. It will then perform a custom check if major and minor version of the ROOT python version and the one found match (in which it should be safe to assume ABI compatibility). If not, it prints a warning but continues with the build.
-
- Nov 12, 2021
-
-
Thomas Madlener authored
-
- Aug 25, 2021
-
-
Markus Frank authored
-
Markus Frank authored
-
Markus Frank authored
-
- Mar 12, 2021
-
-
Marko Petric authored
-
- Jan 08, 2021
-
-
Markus FRANK authored
-
Markus FRANK authored
-
Markus FRANK authored
-
- Dec 18, 2020
-
-
Marko Petric authored
-
- Dec 08, 2020
-
-
Frank Gaede authored
- including necessary build macro etc
-
- Dec 02, 2020
-
-
Andre Sailer authored
-
- Nov 24, 2020
-
-
Marko Petric authored
-
- Nov 20, 2020
-
-
Marko Petric authored
This reverts commit bea8748c.
-
- Nov 19, 2020
-
-
Ole Hansen authored
-
Ole Hansen authored
-
- Nov 03, 2020
-
-
Andre Sailer authored
-
Andre Sailer authored
-
- Nov 02, 2020
-
-
Andre Sailer authored
-
- Sep 04, 2020
-
-
Markus Frank authored
-
Markus Frank authored
-
- Apr 09, 2020
-
-
Marko Petric authored
-
- Mar 20, 2020
-
-
Andre Sailer authored
-
- Feb 25, 2020
-
-
Markus Frank authored
Add examples of specialized shape views for CMS. Simplyfiy grammar handling.
-
- Feb 19, 2020
-
-
Marko Petric authored
-
Sebastien Ponce authored
There was a bug in the dd4hep_add_test_reg function which was only taking into account the last dependency of a test when several were present. On the way, dropped a double dependency in DDDB_clean_LONGTEST
-
- Feb 17, 2020
-
-
Andre Sailer authored
also drop deprecated rootcling options
-
- Nov 27, 2019
-
-
Markus Frank authored
-
- Oct 23, 2019
-
-
Andre Sailer authored
CMake: behave as before if BUILD_SHARED_LIBS is not defined. Needed for examples and DD4hep external packageS
-
Andre Sailer authored
-
- Oct 22, 2019
-
-
Marko Petric authored
-