Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:15:27

0001 from spack.package import *
0002 from spack.pkg.builtin.root import Root as BuiltinRoot
0003 
0004 
0005 class Root(BuiltinRoot):
0006     # Fix surface area calculation for TGeoTessellated facets
0007     patch(
0008         "https://github.com/wdconinc/root/commit/06db88c70f602c08c97c401b81afcf6adc2eb25e.diff?full_index=1",
0009         sha256="991905b17d246fb7584309fdeb5720d29a083a1313920562de1de1edb11675a6",
0010         when="@6.32",
0011     )
0012     # Skip overlap checking if a partner is a tessellated shape
0013     patch(
0014         "https://github.com/root-project/root/pull/11788.patch?full_index=1",
0015         sha256="89294c428c679d4850f999df89f83c26a86b2dd410fb0cd3941bda0bca07dc32",
0016         when="@6.06.00:6.26.10",
0017     )
0018     # Allow producing forward compatible file for fBits value
0019     patch(
0020         "https://github.com/root-project/root/pull/15006.patch?full_index=1",
0021         sha256="93673f697bd4c7def71c3e8420b930d59546bc709e9fe6ed23a6dddd82fc104b",
0022         when="@6.30:6.30.4",
0023     )