diff options
-rw-r--r-- | var/spack/repos/builtin/packages/rhash/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/rhash/package.py b/var/spack/repos/builtin/packages/rhash/package.py index df90b5c024..c7cc0c47a6 100644 --- a/var/spack/repos/builtin/packages/rhash/package.py +++ b/var/spack/repos/builtin/packages/rhash/package.py @@ -30,7 +30,7 @@ class Rhash(MakefilePackage): # Intel 20xx.yy.z works just fine. Un-block it from the configure script # https://github.com/rhash/RHash/pull/197 - patch("rhash-intel20.patch") + patch("rhash-intel20.patch", when="@1.3.6:") # For macOS build instructions, see: # https://github.com/Homebrew/homebrew-core/blob/master/Formula/rhash.rb |