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

View file

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