me
/
guix
Archived
1
0
Fork 0

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

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

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Greg Hogan 2022-07-20 15:08:58 +00:00 committed by Ludovic Courtès
parent 68dfb535d3
commit 07e1b5a32a
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

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