Skip to content

Commit

Permalink
pythia8: filter_file with raw string because of escaped pipe
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed May 10, 2024
1 parent 68ee3db commit 6e5ddb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion var/spack/repos/builtin/packages/pythia8/package.py
Expand Up @@ -137,7 +137,7 @@ def setup_cxxstd(self):
# Fix for https://gitlab.com/Pythia8/releases/-/issues/428
@when("@:8.311")
def patch(self):
filter_file("\|;n'", "|'", "configure")
filter_file(r"\|;n'", "|'", "configure")

def configure_args(self):
args = []
Expand Down

0 comments on commit 6e5ddb4

Please sign in to comment.