diff --git a/athena_ci/patch_package_filters.txt b/athena_ci/patch_package_filters.txt index 1af0733cac65957da6adfc15366c248b1a153f26..88db99ff3de3be79aa6c5aa282a6645b7b5855e1 100644 --- a/athena_ci/patch_package_filters.txt +++ b/athena_ci/patch_package_filters.txt @@ -1,3 +1,3 @@ # 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 new file mode 100644 index 0000000000000000000000000000000000000000..19bc392bea4f38d0f442d77a1d685df5ddd9e39c --- /dev/null +++ b/athena_ci/patches/DumpGeo.patch @@ -0,0 +1,13 @@ +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():