Conflict bugged +comm variant (#49371)

This will be fixed in the next tau release. Conflicted up to current. @kwryankrattiger
This commit is contained in:
wspear 2025-03-07 14:29:46 -08:00 committed by GitHub
parent 61ffb87757
commit be521c441e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -176,6 +176,8 @@ class Tau(Package):
depends_on("oneapi-level-zero", when="+level_zero") depends_on("oneapi-level-zero", when="+level_zero")
depends_on("dyninst@12.3.0:", when="+dyninst") depends_on("dyninst@12.3.0:", when="+dyninst")
conflicts("+comm", when="@:2.34 +python", msg="Bug in +comm with +python up to @2.34")
# Elf only required from 2.28.1 on # Elf only required from 2.28.1 on
conflicts("+elf", when="@:2.28.0") conflicts("+elf", when="@:2.28.0")
conflicts("+libdwarf", when="@:2.28.0") conflicts("+libdwarf", when="@:2.28.0")