Libfabric: Introduce OPX provider conflict for v1.20.0 (#41343)

* Libfabric: Introduce OPX provider conflict for v1.20.0
* Add message to libfabric 1.20.0 opx provider conflict
This commit is contained in:
Jack Morrison 2023-12-01 14:35:54 -08:00 committed by GitHub
parent 0d488c6e4f
commit 4e09396f8a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -125,6 +125,12 @@ class Libfabric(AutotoolsPackage):
conflicts("@1.9.0", when="platform=darwin", msg="This distribution is missing critical files")
conflicts("fabrics=opx", when="@:1.14.99")
conflicts(
"fabrics=opx",
when="@1.20.0",
msg="Libfabric 1.20.0 uses values in memory that are not correctly "
"set by OPX, resulting in undefined behavior.",
)
flag_handler = build_system_flags