mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: clang-toolchain-12: Use libomp-12.
* gnu/packages/llvm.scm (clang-toolchain-12): Switch dependency from the default libomp-13 to libomp-12. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
68dfb535d3
commit
07e1b5a32a
1 changed files with 1 additions and 1 deletions
|
@ -877,7 +877,7 @@ (define-public libomp-12
|
|||
(replace "llvm" llvm-12)))))
|
||||
|
||||
(define-public clang-toolchain-12
|
||||
(make-clang-toolchain clang-12))
|
||||
(make-clang-toolchain clang-12 libomp-12))
|
||||
|
||||
(define-public llvm-11
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue