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:
committed by
Ludovic Courtès
parent
3288d6bf76
commit
2a32c99b38
@@ -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")))))
|
||||
|
||||
Reference in New Issue
Block a user