Add conflicts between otf2 version 3 and apex version < 2.6 (#42060)
This commit is contained in:
parent
2c6be31bde
commit
156f256db6
@ -115,6 +115,9 @@ class Apex(CMakePackage):
|
||||
# Conflicts
|
||||
conflicts("+jemalloc", when="+gperftools")
|
||||
conflicts("+plugins", when="~activeharmony")
|
||||
# Compatibility fixed in 2.6.0 with
|
||||
# https://github.com/UO-OACISS/apex/commit/4a7bdbb93367c3b1172ccb978825c67316f8bf4a
|
||||
conflicts("^otf2@3:", when="@:2.5")
|
||||
|
||||
# https://github.com/UO-OACISS/apex/pull/177#issuecomment-1726322959
|
||||
conflicts("+openmp", when="%gcc")
|
||||
|
Loading…
Reference in New Issue
Block a user