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