diff options
author | willdunklin <54944980+willdunklin@users.noreply.github.com> | 2023-06-12 11:13:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-12 17:13:52 +0200 |
commit | 8689cf392f767e29f45dbc8502b2d0e397849869 (patch) | |
tree | 46fbafecbf59c824b6eae3446cae738a7ffe586f | |
parent | 15d4cce2eb8a1533779975012dcbbb594df527dd (diff) | |
download | spack-8689cf392f767e29f45dbc8502b2d0e397849869.tar.gz spack-8689cf392f767e29f45dbc8502b2d0e397849869.tar.bz2 spack-8689cf392f767e29f45dbc8502b2d0e397849869.tar.xz spack-8689cf392f767e29f45dbc8502b2d0e397849869.zip |
mochi-margo: correct patch versions (#38087)
-rw-r--r-- | var/spack/repos/builtin/packages/mochi-margo/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/mochi-margo/package.py b/var/spack/repos/builtin/packages/mochi-margo/package.py index 6fe92864d0..8591f7a94a 100644 --- a/var/spack/repos/builtin/packages/mochi-margo/package.py +++ b/var/spack/repos/builtin/packages/mochi-margo/package.py @@ -67,7 +67,7 @@ class MochiMargo(AutotoolsPackage): # Fix pthread detection # https://github.com/mochi-hpc/mochi-margo/pull/177 - patch("mochi-margo-pthreads.patch", when="@0.9,0.9.1:0.9.7") + patch("mochi-margo-pthreads.patch", when="@0.9:0.9.7") def autoreconf(self, spec, prefix): sh = which("sh") |