mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
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.
This commit is contained in:
parent
3b14288d02
commit
e634d95947
1 changed files with 2 additions and 2 deletions
|
@ -270,7 +270,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-9)))
|
||||
`(("llvm" ,llvm-10)))
|
||||
(_
|
||||
`()))
|
||||
("makedepend" ,makedepend)
|
||||
|
@ -437,7 +437,7 @@ (define-public mesa-opencl
|
|||
`(("libclc" ,libclc)
|
||||
,@(package-inputs mesa)))
|
||||
(native-inputs
|
||||
`(("clang" ,clang-9)
|
||||
`(("clang" ,clang-10)
|
||||
,@(package-native-inputs mesa)))))
|
||||
|
||||
(define-public mesa-opencl-icd
|
||||
|
|
Loading…
Reference in a new issue