guix-commits
[Top][All Lists]
Advanced

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

19/25: gnu: mesa: Build with the default LLVM.


From: guix-commits
Subject: 19/25: gnu: mesa: Build with the default LLVM.
Date: Sat, 23 Jul 2022 13:44:49 -0400 (EDT)

mbakke pushed a commit to branch core-updates
in repository guix.

commit c16a6a9ea22742ba4ecdc15dfae874bbe50f710c
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Jul 22 14:46:52 2022 +0200

    gnu: mesa: Build with the default LLVM.
    
    * gnu/packages/gl.scm (mesa)[inputs]: Change from LLVM-11 to LLVM.
    (mesa-opencl)[native-inputs]: Change from CLANG-11 to CLANG.
---
 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 df69a8c541..d6d127d765 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -305,7 +305,7 @@ also known as DXTn or DXTC) for Mesa.")
                    wayland-protocols)
              ;; TODO: Resort alphabetically.
              ;; Note: update the 'clang' input of mesa-opencl when bumping 
this.
-             (list llvm-11)))
+             (list llvm)))
     (native-inputs
      (append (list bison
                    flex
@@ -507,7 +507,7 @@ from software emulation to complete hardware acceleration 
for modern GPUs.")
        (prepend libclc)))
     (native-inputs
      (modify-inputs (package-native-inputs mesa)
-       (prepend clang-11)))))
+       (prepend clang)))))
 
 (define-public mesa-opencl-icd
   (package/inherit mesa-opencl



reply via email to

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