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