me
/
guix
Archived
1
0
Fork 0

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

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

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

View File

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