Skip 'icc.patch' in var/spack/repos/builtin/packages/py-gevent/package.py for py-gevent@23.7.0+ (#41568)

This commit is contained in:
Dom Heinzeller 2023-12-19 11:44:29 -07:00 committed by GitHub
parent 4f8b856145
commit 494d3f9002
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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):