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.
This commit is contained in:
Marius Bakke 2020-12-13 20:55:05 +01:00
parent 861188a0a8
commit 4b4c93d639
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -272,7 +272,7 @@ (define-public 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 @@ (define-public mesa-opencl
`(("libclc" ,libclc)
,@(package-inputs mesa)))
(native-inputs
`(("clang" ,clang-10)
`(("clang" ,clang-11)
,@(package-native-inputs mesa)))))
(define-public mesa-opencl-icd