Skip to content

Commit c44cd71

Browse files
authored
podio: add a patch to be able to build with fmt 12 (spack#5520)
Co-authored-by: Juan Miguel Carceller <jmcarcell@users.noreply.github.com>
1 parent a2928a3 commit c44cd71

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

repos/spack_repo/builtin/packages/podio/package.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@ class Podio(CMakePackage):
104104
sha256="9e42e0995634f2afdd358cd19383e882dc9143cce1b6afb0d2c4a1ec9add6e15",
105105
)
106106

107+
# fmt 12 patch: see https://github.com/AIDASoft/podio/pull/977
108+
patch(
109+
"https://github.com/AIDASoft/podio/commit/988961b7172b8f1ad7d89450cd8cddd4413e1564.patch?full_index=1",
110+
when="@1.3:1.7",
111+
sha256="b291e1ebc5b73f15d0ce76b9f9211644dc7a4fe9920fbede7f2fb77382d65251",
112+
)
113+
107114
# See https://github.com/AIDASoft/podio/pull/599 that landed after 0.99
108115
extends("python", when="@1.0:")
109116

0 commit comments

Comments
 (0)