Skip to content

Commit

Permalink
Remove patch to build with C++20
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Feb 8, 2024
1 parent a6b6c96 commit 7273a7e
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/k4gen/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,6 @@ class K4gen(CMakePackage, Key4hepPackage):
depends_on("root")
depends_on("py-six", type=("build", "run"))

# Temporary patch to allow C++20
patch(
"https://patch-diff.githubusercontent.com/raw/HEP-FCC/k4Gen/pull/26.diff",
sha256="9f8572eabd2f230d373801482349371873301e4d2efd017bdfea4631a5aeba43",
)

def cmake_args(self):
args = []
# C++ Standard
Expand Down

0 comments on commit 7273a7e

Please sign in to comment.