summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAuriane R <48684432+aurianer@users.noreply.github.com>2024-02-20 21:32:54 +0100
committerGitHub <noreply@github.com>2024-02-20 13:32:54 -0700
commit6cfcbc01679ebabe640f4462c8fc07626a543015 (patch)
tree61fabc3a6d9a1f23e339c510ca12716525e11efb
parentf9e9fab2daa1f43b49f58425f50b6a7e66bd137b (diff)
downloadspack-6cfcbc01679ebabe640f4462c8fc07626a543015.tar.gz
spack-6cfcbc01679ebabe640f4462c8fc07626a543015.tar.bz2
spack-6cfcbc01679ebabe640f4462c8fc07626a543015.tar.xz
spack-6cfcbc01679ebabe640f4462c8fc07626a543015.zip
Update conflict between stdexec and clang (#42765)
-rw-r--r--var/spack/repos/builtin/packages/stdexec/package.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/stdexec/package.py b/var/spack/repos/builtin/packages/stdexec/package.py
index 14fc4328c4..2d17bb1626 100644
--- a/var/spack/repos/builtin/packages/stdexec/package.py
+++ b/var/spack/repos/builtin/packages/stdexec/package.py
@@ -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