Skip to content

Commit

Permalink
gaudi: upstream patch when @38.1 for missing #include <list> (#44121)
Browse files Browse the repository at this point in the history
* gaudi: upstream patch when @38.1 for missing #include <list>

* gaudi: apply list patch for all versions
  • Loading branch information
wdconinc committed May 13, 2024
1 parent d4fd6ca commit 63f6e60
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions var/spack/repos/builtin/packages/gaudi/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ class Gaudi(CMakePackage):
sha256="b05f6b7c1efb8c3af291c8d81fd1627e58af7c5f9a78a0098c6e3bfd7ec80c15",
when="@37.1 ^catch2@3.1:",
)
# add missing <list> include for newer compilers
patch(
"https://gitlab.cern.ch/gaudi/Gaudi/-/commit/54b727f08a685606420703098131b387d3026637.diff",
sha256="41aa1587a3e59d49e0fa9659577073c091871c2eca1b8b237c177ab98fbacf3f",
)

# These dependencies are needed for a minimal Gaudi build
depends_on("aida")
Expand Down

0 comments on commit 63f6e60

Please sign in to comment.