File indexing completed on 2025-01-18 09:15:26
0001 from spack import *
0002 from spack.pkg.k4.k4fwcore import K4fwcore as BuiltinK4fwcore
0003
0004
0005 class K4fwcore(BuiltinK4fwcore):
0006
0007 patch(
0008 "https://github.com/key4hep/k4FWCore/commit/70c9c113f48d941822066430f48eee8be007f49b.patch?full_index=1",
0009 sha256="165e809c24a807d0b3e29b575e913ca09bf79f7f8308de44bf955db7c99fc5b9",
0010 when="@1.0pre18:1.0pre19",
0011 )
0012
0013 patch(
0014 "https://github.com/key4hep/k4FWCore/commit/d6e72d1fe24fe3e1c28d667a84e9f97e295d8976.patch?full_index=1",
0015 sha256="55c77a1eb7b57d14e0901f178bdd630311bebdd75eb971d659e37657a90e5738",
0016 when="@1.0pre17:1.0pre19",
0017 )