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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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