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:
parent
861188a0a8
commit
4b4c93d639
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue