hpctoolkit: add conflict for recent intel-xed (#41413)
Intel made an incompatible change in XED in 2023.08.21 that breaks hpctoolkit (at run time). Hpctoolkit develop can adapt (soon will), but older versions must use xed :2023.07.09.
This commit is contained in:
parent
4a920243a0
commit
798770f9e5
1 changed files with 1 additions and 0 deletions
|
@ -172,6 +172,7 @@ class Hpctoolkit(AutotoolsPackage):
|
|||
|
||||
conflicts("^binutils@2.35:2.35.1", msg="avoid binutils 2.35 and 2.35.1 (spews errors)")
|
||||
conflicts("^xz@5.2.7:5.2.8", msg="avoid xz 5.2.7:5.2.8 (broken symbol versions)")
|
||||
conflicts("^intel-xed@2023.08:", when="@:2023.09")
|
||||
|
||||
conflicts("+cray", when="@2022.10.01", msg="hpcprof-mpi is not available in 2022.10.01")
|
||||
conflicts("+mpi", when="@2022.10.01", msg="hpcprof-mpi is not available in 2022.10.01")
|
||||
|
|
Loading…
Reference in a new issue