guix-commits
[Top][All Lists]
Advanced

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

10/26: gnu: mesa: Build with LLVM 10.


From: guix-commits
Subject: 10/26: gnu: mesa: Build with LLVM 10.
Date: Thu, 14 May 2020 19:52:58 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 75f502b6f0bbcd6d238499e7744f0331b108edcd
Author: Marius Bakke <address@hidden>
AuthorDate: Thu May 14 22:58:10 2020 +0200

    gnu: mesa: Build with LLVM 10.
    
    * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-9 to LLVM-10.
    * gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG-9 to 
CLANG-10.
---
 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 4ea6515..a04f750 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -270,7 +270,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-9)))
+             `(("llvm" ,llvm-10)))
             (_
              `()))
         ("makedepend" ,makedepend)
@@ -437,7 +437,7 @@ from software emulation to complete hardware acceleration 
for modern GPUs.")
      `(("libclc" ,libclc)
        ,@(package-inputs mesa)))
     (native-inputs
-     `(("clang" ,clang-9)
+     `(("clang" ,clang-10)
        ,@(package-native-inputs mesa)))))
 
 (define-public mesa-opencl-icd



reply via email to

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