Update conflict between stdexec and clang (#42765)

This commit is contained in:
Auriane R
2024-02-20 21:32:54 +01:00
committed by GitHub
parent f9e9fab2da
commit 6cfcbc0167

View File

@@ -22,7 +22,7 @@ class Stdexec(CMakePackage):
depends_on("cmake@3.23.1:", type="build")
conflicts("%gcc@:10")
conflicts("%clang@:13")
conflicts("%clang@:12")
def build(self, spec, prefix):
pass