1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-30 22:35:57 +02:00

gnu: clang-toolchain: Add libomp.

* gnu/packages/llvm.scm (make-clang-toolchain)[inputs]: Add LIBOMP.
This commit is contained in:
Ludovic Courtès
2021-11-15 11:28:26 +01:00
committed by Ludovic Courtès
parent 3288d6bf76
commit 2a32c99b38
+1
View File
@@ -473,6 +473,7 @@ output), and Binutils.")
(inputs `(("clang" ,clang)
("ld-wrapper" ,(car (assoc-ref (%final-inputs) "ld-wrapper")))
("binutils" ,binutils)
("libomp" ,libomp) ;used when linking with '-fopenmp'
("libc" ,glibc)
("libc-debug" ,glibc "debug")
("libc-static" ,glibc "static")))))