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:
parent
4f8b856145
commit
494d3f9002
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue