guix-commits
[Top][All Lists]
Advanced

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

15/15: gnu: mesa-opencl: Build with clang@8.


From: guix-commits
Subject: 15/15: gnu: mesa-opencl: Build with clang@8.
Date: Mon, 24 Feb 2020 12:09:59 -0500 (EST)

mbakke pushed a commit to branch master
in repository guix.

commit c9677ce5f7cf50b25d7be3a18ad33ff5160c21db
Author: Marius Bakke <address@hidden>
AuthorDate: Mon Feb 24 02:13:56 2020 +0100

    gnu: mesa-opencl: Build with clang@8.
    
    * gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG to 
CLANG-8.
---
 gnu/packages/gl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gl.scm b/gnu/packages/gl.scm
index 2a15d36..b0e0a43 100644
--- a/gnu/packages/gl.scm
+++ b/gnu/packages/gl.scm
@@ -453,7 +453,7 @@ from software emulation to complete hardware acceleration 
for modern GPUs.")
      `(("libclc" ,libclc)
        ,@(package-inputs mesa)))
     (native-inputs
-     `(("clang" ,clang)
+     `(("clang" ,clang-8)
        ,@(package-native-inputs mesa)))))
 
 (define-public mesa-opencl-icd



reply via email to

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