Skip to content

Commit

Permalink
k4fwcore: add package; patch for podio-1 when @:1.0pre19
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc authored Nov 27, 2024
1 parent 3d93fac commit f8997d4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/k4fwcore/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
from spack import *
from spack.pkg.k4.k4fwcore import K4fwcore as BuiltinK4fwcore


class K4fwcore(BuiltinK4fwcore):
# Allow podio@1: in CMakeLists.txt
patch(
"https://github.com/key4hep/k4FWCore/commit/d6e72d1fe24fe3e1c28d667a84e9f97e295d8976.patch?full_index=1",
sha256sum="55c77a1eb7b57d14e0901f178bdd630311bebdd75eb971d659e37657a90e5738",
when="@1.0pre17:1.0pre19",
)

0 comments on commit f8997d4

Please sign in to comment.