guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

39/40: gnu: mesa: Build with LLVM 11.


From: guix-commits
Subject: 39/40: gnu: mesa: Build with LLVM 11.
Date: Sun, 13 Dec 2020 15:46:23 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 4b4c93d63937a764482e2bba83358d7bee65034c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Dec 13 20:55:05 2020 +0100

    gnu: mesa: Build with LLVM 11.
    
    * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-10 to LLVM-11.
    (mesa-opencl)[native-inputs]: Change from CLANG-10 to CLANG-11.
---
 gnu/packages/gl.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 966459f..dc64ccf 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -272,7 +272,7 @@ also known as DXTn or DXTC) for Mesa.")
         ,@(match (%current-system)
             ((or "x86_64-linux" "i686-linux")
              ;; Note: update the 'clang' input of mesa-opencl when bumping 
this.
-             `(("llvm" ,llvm-10)))
+             `(("llvm" ,llvm-11)))
             (_
              `()))
         ("wayland" ,wayland)
@@ -452,7 +452,7 @@ from software emulation to complete hardware acceleration 
for modern GPUs.")
      `(("libclc" ,libclc)
        ,@(package-inputs mesa)))
     (native-inputs
-     `(("clang" ,clang-10)
+     `(("clang" ,clang-11)
        ,@(package-native-inputs mesa)))))
 
 (define-public mesa-opencl-icd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]