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

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

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

View File

@ -926,7 +926,7 @@ with that of libgomp, the GNU Offloading and Multi Processing Library.")
(replace "llvm" llvm-11)))))
(define-public clang-toolchain-11
(make-clang-toolchain clang-11))
(make-clang-toolchain clang-11 libomp-11))
(define-public llvm-10
(package