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