adios2: mark conflict with newer Python@3.11 for @:2.7 (#47219)
This commit is contained in:
parent
277f8596de
commit
f5db757e66
@ -200,6 +200,9 @@ class Adios2(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
depends_on("aws-sdk-cpp", when="+aws")
|
depends_on("aws-sdk-cpp", when="+aws")
|
||||||
depends_on("libcatalyst@2", when="+libcatalyst")
|
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
|
# Fix findmpi when called by dependees
|
||||||
# See https://github.com/ornladios/ADIOS2/pull/1632
|
# See https://github.com/ornladios/ADIOS2/pull/1632
|
||||||
patch("cmake-update-findmpi.patch", when="@2.4.0")
|
patch("cmake-update-findmpi.patch", when="@2.4.0")
|
||||||
|
Loading…
Reference in New Issue
Block a user