diff options
author | Jeremy Guillette <3651377+jaguillette@users.noreply.github.com> | 2024-08-07 08:35:30 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-07 14:35:30 +0200 |
commit | f1ea979e2b3e621aedfd492b6c485598a604536b (patch) | |
tree | 3f8db843136987acae13d719c3b0125ae7248616 | |
parent | 55cbdd435ca6c6e268307d42fcb03ca1e57be669 (diff) | |
download | spack-f1ea979e2b3e621aedfd492b6c485598a604536b.tar.gz spack-f1ea979e2b3e621aedfd492b6c485598a604536b.tar.bz2 spack-f1ea979e2b3e621aedfd492b6c485598a604536b.tar.xz spack-f1ea979e2b3e621aedfd492b6c485598a604536b.zip |
py-gevent: @:23.9.0 conflicts with py-cython@3.0.10 (#45257) (#45295)
Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
-rw-r--r-- | var/spack/repos/builtin/packages/py-gevent/package.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/py-gevent/package.py b/var/spack/repos/builtin/packages/py-gevent/package.py index fb42471f8a..fdcdad0f8d 100644 --- a/var/spack/repos/builtin/packages/py-gevent/package.py +++ b/var/spack/repos/builtin/packages/py-gevent/package.py @@ -41,6 +41,12 @@ class PyGevent(PythonPackage): # https://github.com/gevent/gevent/issues/1599 conflicts("^py-cython@3:", when="@:20.5.0") + # https://github.com/gevent/gevent/issues/2031 + conflicts( + "^py-cython@3.0.10", + when="@:23.9.0", + msg="py-gevent fails to build when using cython@3.0.10", + ) # Deprecated compiler options. upstream PR: https://github.com/gevent/gevent/pull/1896 patch("icc.patch", when="@:21.12.0 %intel") |