Add conflicts between otf2 version 3 and apex version < 2.6 (#42060)

This commit is contained in:
Auriane R 2024-01-12 15:40:33 +01:00 committed by GitHub
parent 2c6be31bde
commit 156f256db6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")