mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: mesa-opencl: Build with clang@9.
This is a follow-up to commit cf4fdbcb0b
.
* gnu/packages/gl.scm (mesa-opencl)[native-inputs]: Change from CLANG-8 to CLANG-9.
(mesa)[inputs]: Add reminder.
This commit is contained in:
parent
4fc26c6592
commit
f5eb13b211
1 changed files with 2 additions and 1 deletions
|
@ -268,6 +268,7 @@ (define-public mesa
|
|||
("libxvmc" ,libxvmc)
|
||||
,@(match (%current-system)
|
||||
((or "x86_64-linux" "i686-linux")
|
||||
;; Note: update the 'clang' input of mesa-opencl when bumping this.
|
||||
`(("llvm" ,llvm-9)))
|
||||
(_
|
||||
`()))
|
||||
|
@ -435,7 +436,7 @@ (define-public mesa-opencl
|
|||
`(("libclc" ,libclc)
|
||||
,@(package-inputs mesa)))
|
||||
(native-inputs
|
||||
`(("clang" ,clang-8)
|
||||
`(("clang" ,clang-9)
|
||||
,@(package-native-inputs mesa)))))
|
||||
|
||||
(define-public mesa-opencl-icd
|
||||
|
|
Loading…
Reference in a new issue