From 344e8d142a57d80312cdaffa9893a0b47e1b990e Mon Sep 17 00:00:00 2001 From: Andrew Wood Date: Thu, 22 Dec 2022 15:02:15 +0000 Subject: Restrict a patch of rhash to versions >=1.3.6 (#34310) --- var/spack/repos/builtin/packages/rhash/package.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'var') 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 -- cgit v1.2.3-60-g2f50