mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: clang-toolchain: Add libomp.
* gnu/packages/llvm.scm (make-clang-toolchain)[inputs]: Add LIBOMP.
This commit is contained in:
parent
3288d6bf76
commit
2a32c99b38
1 changed files with 1 additions and 0 deletions
|
@ -473,6 +473,7 @@ (define (make-clang-toolchain clang)
|
|||
(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")))))
|
||||
|
|
Loading…
Reference in a new issue