From fd79a904da987c152189da2bc414a38d81a8da98 Mon Sep 17 00:00:00 2001
From: Andre Sailer <andre.philippe.sailer@cern.ch>
Date: Thu, 7 Nov 2024 11:30:35 +0100
Subject: [PATCH] DD4hep 01-30: add another patch for root master compatibility

---
 frameworks/patches/DD4hep-01.30.patch | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/frameworks/patches/DD4hep-01.30.patch b/frameworks/patches/DD4hep-01.30.patch
index dd61522fd2..d33dec2951 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());
-- 
GitLab