Skip to content

Commit

Permalink
podio: backport PR434 (#473)
Browse files Browse the repository at this point in the history
### Briefly, what does this PR introduce?
Backport the operational commit in
AIDASoft/podio#434 into v0.16.4 and v0.16.5
  • Loading branch information
wdconinc authored Jun 23, 2023
1 parent 1212e69 commit 51a92d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions packages/podio/package.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
from spack import *
from spack.pkg.builtin.podio import Podio as BuiltinPodio


class Podio(BuiltinPodio):
patch(
"https://github.com/AIDASoft/podio/pull/434/commits/9f9c5fc8d40bc3e037b0846d5133d9a0e4d15c36.patch?full_index=1",
sha256="591aa122f55042b089303a4411418e2ac253469a8b6f6a79ebd14868fb88c1e5",
when="@0.16.4:0.16.5",
)

0 comments on commit 51a92d4

Please sign in to comment.