From 82502352070d6e24840f88de4f960667e0f96272 Mon Sep 17 00:00:00 2001 From: kwryankrattiger <80296582+kwryankrattiger@users.noreply.github.com> Date: Wed, 27 Apr 2022 13:03:02 -0500 Subject: Mesa: Constrain compatible LLVM version (#30102) Base on release date, not actual compatibility, because LLVM version compatibility is not documented clearly in Mesa for upper version limits. --- var/spack/repos/builtin/packages/mesa/package.py | 1 + 1 file changed, 1 insertion(+) diff --git a/var/spack/repos/builtin/packages/mesa/package.py b/var/spack/repos/builtin/packages/mesa/package.py index 350e8d59e0..e3d52f988d 100644 --- a/var/spack/repos/builtin/packages/mesa/package.py +++ b/var/spack/repos/builtin/packages/mesa/package.py @@ -98,6 +98,7 @@ class Mesa(MesonPackage): # Variant dependencies depends_on('libllvm@6:', when='+llvm') + depends_on('libllvm@:13', when='@:21 +llvm') depends_on('libx11', when='+glx') depends_on('libxcb', when='+glx') depends_on('libxext', when='+glx') -- cgit v1.2.3-70-g09d2