mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: clang-toolchain-10: Use libomp-10.
* gnu/packages/llvm.scm (clang-toolchain-10): Switch dependency from the default libomp-13 to libomp-10. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
09d9b1ddae
commit
a72bebf8f5
1 changed files with 1 additions and 1 deletions
|
@ -982,7 +982,7 @@ (define-public libomp-10
|
|||
(replace "llvm" llvm-10)))))
|
||||
|
||||
(define-public clang-toolchain-10
|
||||
(make-clang-toolchain clang-10))
|
||||
(make-clang-toolchain clang-10 libomp-10))
|
||||
|
||||
(define-public llvm-9
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue