From f4a67c74f6cb7900a26f6355f80a523068243591 Mon Sep 17 00:00:00 2001 From: Vakho Tsulaia <vakhtang.tsulaia@cern.ch> Date: Fri, 25 Oct 2024 02:29:56 +0200 Subject: [PATCH] Dropped the obsolete DumpGeo.patch --- athena_ci/package_filters.txt | 1 + athena_ci/patch_package_filters.txt | 1 - athena_ci/patches/DumpGeo.patch | 13 ------------- 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 athena_ci/patches/DumpGeo.patch diff --git a/athena_ci/package_filters.txt b/athena_ci/package_filters.txt index 55e0fc4f3..f9ed1225d 100644 --- a/athena_ci/package_filters.txt +++ b/athena_ci/package_filters.txt @@ -18,6 +18,7 @@ + DetectorDescription/GeoModel/GeoModelSvc + DetectorDescription/GeoModel/GeoModelUtilities + DetectorDescription/GeoModel/GeoSpecialShapes ++ DetectorDescription/GeoModel/DumpGeo + DetectorDescription/IdDictDetDescrCnv + DetectorDescription/ReadoutGeometryBase + ForwardDetectors/AFP/AFP_GeoModel diff --git a/athena_ci/patch_package_filters.txt b/athena_ci/patch_package_filters.txt index 88db99ff3..f5d158999 100644 --- a/athena_ci/patch_package_filters.txt +++ b/athena_ci/patch_package_filters.txt @@ -1,3 +1,2 @@ # These Athena packages need to be rebuilt # due to patches in the `patches` directory -+ DetectorDescription/GeoModel/DumpGeo diff --git a/athena_ci/patches/DumpGeo.patch b/athena_ci/patches/DumpGeo.patch deleted file mode 100644 index 19bc392be..000000000 --- a/athena_ci/patches/DumpGeo.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/DetectorDescription/GeoModel/DumpGeo/python/DumpGeoConfig.py b/DetectorDescription/GeoModel/DumpGeo/python/DumpGeoConfig.py -index af3d65bffbe..d3b3053e97b 100644 ---- a/DetectorDescription/GeoModel/DumpGeo/python/DumpGeoConfig.py -+++ b/DetectorDescription/GeoModel/DumpGeo/python/DumpGeoConfig.py -@@ -97,7 +97,7 @@ def configureGeometry(flags, cfg): - # to bypass a crash due to lack of support - # for EllipticTube in GeoModelIO - # See: https://its.cern.ch/jira/browse/ATLASSIM-7263 -- cfg.getService("GeoModelSvc").DetectorTools["ForwardRegionGeoModelTool"].vp1Compatibility=True -+ # cfg.getService("GeoModelSvc").DetectorTools["ForwardRegionGeoModelTool"].vp1Compatibility=True - - - def getATLASVersion(): -- GitLab