mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
gnu: clang-toolchain-7: Use libomp-7.
* gnu/packages/llvm.scm (clang-toolchain-7): Switch dependency from the default libomp-13 to libomp-7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
93c71314d3
commit
d711e3922f
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@ (define-public libomp-7
|
|||
(replace "llvm" llvm-7)))))
|
||||
|
||||
(define-public clang-toolchain-7
|
||||
(make-clang-toolchain clang-7))
|
||||
(make-clang-toolchain clang-7 libomp-7))
|
||||
|
||||
(define-public llvm-6
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue