mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: LLVM: Switch to 13 as the default.
* gnu/packages/llvm.scm (llvm, clang-runtime, clang, clang-toolchain): Use version 13. * gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from LLVM to LLVM-9. * gnu/packages/rust.scm (rust-1.39, rust-1.40)[inputs]: Likewise. * gnu/packages/debug.scm (c-reduce)[inputs]: Stick with CLANG-9 and/or LLVM-9. * gnu/packages/diffoscope.scm (diffoscope)[inputs]: Likewise. * gnu/packages/linux.scm (bcc, bpftrace)[inputs]: Likewise. * gnu/packages/llvm.scm (libclc, libomp)[native-inputs]: Likewise. * gnu/packages/games.scm (hedgewars)[native-inputs]: Likewise. * gnu/packages/graphics.scm (openshadinglanguage)[native-inputs]: Likewise. * gnu/packages/opencl.scm (pocl)[inputs]: Likewise.
This commit is contained in:
parent
16a45eae2d
commit
4ed2b6ac38
9 changed files with 19 additions and 19 deletions
|
@ -8515,7 +8515,7 @@ headers.")
|
|||
(native-inputs
|
||||
(list bison flex))
|
||||
(inputs
|
||||
`(("clang-toolchain" ,clang-toolchain)
|
||||
`(("clang-toolchain" ,clang-toolchain-9)
|
||||
("libbpf" ,(package-source libbpf))
|
||||
;; LibElf required but libelf does not contain
|
||||
;; archives, only object files.
|
||||
|
@ -8595,7 +8595,7 @@ and above.")
|
|||
(native-inputs
|
||||
(list bison flex))
|
||||
(inputs
|
||||
(list bcc clang-toolchain elfutils libbpf))
|
||||
(list bcc clang-toolchain-9 elfutils libbpf))
|
||||
(arguments
|
||||
`(#:tests? #f ;Tests require googletest sources.
|
||||
#:configure-flags
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue