gnu: clang-toolchain: Add libomp.
* gnu/packages/llvm.scm (make-clang-toolchain)[inputs]: Add LIBOMP.
This commit is contained in:
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")))))
|
||||
|
Loading…
Reference in New Issue
Block a user