gnu: clang-toolchain-8: Use libomp-8.

* gnu/packages/llvm.scm (clang-toolchain-8): Switch dependency from the
default libomp-13 to libomp-8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Greg Hogan 2022-07-20 15:09:06 +00:00 committed by Ludovic Courtès
parent fe4683b2cf
commit 79e9139478
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -1087,7 +1087,7 @@ (define-public libomp-8
(license license:ncsa)))
(define-public clang-toolchain-8
(make-clang-toolchain clang-8))
(make-clang-toolchain clang-8 libomp-8))
(define-public llvm-7
(package