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:
parent
0d488c6e4f
commit
4e09396f8a
@ -125,6 +125,12 @@ class Libfabric(AutotoolsPackage):
|
|||||||
|
|
||||||
conflicts("@1.9.0", when="platform=darwin", msg="This distribution is missing critical files")
|
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.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
|
flag_handler = build_system_flags
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user