File indexing completed on 2025-01-18 09:15:27
0001 from spack.package import *
0002 from spack.pkg.builtin.podio import Podio as BuiltinPodio
0003
0004
0005 class Podio(BuiltinPodio):
0006 patch(
0007 "https://github.com/AIDASoft/podio/pull/423.patch?full_index=1",
0008 sha256="a88278b99a579fa1e8b8027f5ce8baad85d5870f648620d19dd40cf35880aa9d",
0009 when="@0.16.4:0.16.5",
0010 )
0011 patch(
0012 "https://github.com/AIDASoft/podio/pull/434/commits/9f9c5fc8d40bc3e037b0846d5133d9a0e4d15c36.patch?full_index=1",
0013 sha256="591aa122f55042b089303a4411418e2ac253469a8b6f6a79ebd14868fb88c1e5",
0014 when="@0.16.4:0.16.5",
0015 )
0016 patch(
0017 "https://github.com/AIDASoft/podio/pull/452.patch?full_index=1",
0018 sha256="47692dd40c30a76a565a20750e494b34d57fbd96bbae2d867cccbbbd9ff09636",
0019 when="@0.16.4:0.16.5",
0020 )