adios2: mark conflict with newer Python@3.11 for @:2.7 (#47219)

This commit is contained in:
Adam J. Stewart 2024-10-27 04:40:38 +01:00 committed by GitHub
parent 277f8596de
commit f5db757e66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -200,6 +200,9 @@ class Adios2(CMakePackage, CudaPackage, ROCmPackage):
depends_on("aws-sdk-cpp", when="+aws")
depends_on("libcatalyst@2", when="+libcatalyst")
# error: invalid use of incomplete type 'PyFrameObject' {aka 'struct _frame'}
conflicts("^python@3.11:", when="@:2.7")
# Fix findmpi when called by dependees
# See https://github.com/ornladios/ADIOS2/pull/1632
patch("cmake-update-findmpi.patch", when="@2.4.0")