From b63712d0461f5783a2b88ce64a98affdb6408411 Mon Sep 17 00:00:00 2001 From: Wouter Deconinck Date: Sat, 21 Dec 2024 11:35:01 -0600 Subject: [PATCH] root: patch for facet size (#696) ### Briefly, what does this PR introduce? This PR patches a fix for `Facet: 859 has zero surface area` warnings. --- packages/root/package.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/packages/root/package.py b/packages/root/package.py index 00098be..f89c3c1 100644 --- a/packages/root/package.py +++ b/packages/root/package.py @@ -3,6 +3,12 @@ class Root(BuiltinRoot): + # Fix surface area calculation for TGeoTessellated facets + patch( + "https://github.com/wdconinc/root/commit/06db88c70f602c08c97c401b81afcf6adc2eb25e.diff?full_index=1", + sha256="991905b17d246fb7584309fdeb5720d29a083a1313920562de1de1edb11675a6", + when="@6.32", + ) # Skip overlap checking if a partner is a tessellated shape patch( "https://github.com/root-project/root/pull/11788.patch?full_index=1",