hpctoolkit: conflicts with elfutils @0.191 (#44696)

See https://gitlab.com/hpctoolkit/hpctoolkit/-/issues/831
This commit is contained in:
Jonathon Anderson 2024-06-13 14:25:37 -05:00 committed by GitHub
parent 5e578e2e4e
commit 0dfc360b1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -213,6 +213,12 @@ class Hpctoolkit(AutotoolsPackage, MesonPackage):
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")
# https://gitlab.com/hpctoolkit/hpctoolkit/-/issues/831
conflicts(
"^elfutils@0.191:",
msg="avoid elfutils 0.191 (known critical errors in hpcstruct for CUDA binaries)",
)
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")