Update conflict between stdexec and clang (#42765)
This commit is contained in:
parent
f9e9fab2da
commit
6cfcbc0167
@ -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 New Issue
Block a user