diff options
-rw-r--r-- | var/spack/repos/builtin/packages/py-gevent/package.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/py-gevent/package.py b/var/spack/repos/builtin/packages/py-gevent/package.py index c41b815ef2..7216c0c6d6 100644 --- a/var/spack/repos/builtin/packages/py-gevent/package.py +++ b/var/spack/repos/builtin/packages/py-gevent/package.py @@ -39,7 +39,7 @@ class PyGevent(PythonPackage): conflicts("^py-cython@3:", when="@:20.5.0") # Deprecated compiler options. upstream PR: https://github.com/gevent/gevent/pull/1896 - patch("icc.patch", when="%intel") + patch("icc.patch", when="@:21.12.0 %intel") @run_before("install") def recythonize(self): |