Update conflict between stdexec and clang (#42765)
This commit is contained in:
parent
f9e9fab2da
commit
6cfcbc0167
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue