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:
Greg Hogan 2022-07-20 15:09:10 +00:00 committed by Ludovic Courtès
parent d8ab469e95
commit 7172537718
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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)