diff --git a/frameworks/patches/DD4hep-01.30.patch b/frameworks/patches/DD4hep-01.30.patch index dd61522fd2605b804426c6fcf99ce430fd9bbd77..d33dec2951ceafc3008cd92a61e6996f5eace510 100644 --- a/frameworks/patches/DD4hep-01.30.patch +++ b/frameworks/patches/DD4hep-01.30.patch @@ -4,3 +4,8 @@ +if(TARGET ROOT::ROOTEve) + find_package (ROOT REQUIRED COMPONENTS ROOTEve CONFIG) +endif() +--- DDCore/src/python/PythonPlugin.cpp~ 2024-09-10 08:44:15.000000000 +0200 ++++ DDCore/src/python/PythonPlugin.cpp 2024-11-07 13:52:11.975647233 +0100 +@@ -90 +90 @@ +- TPython::Eval(c.second.c_str()); ++ TPython::Exec(c.second.c_str());