gnu: clang-toolchain-8: Use libomp-8.
* gnu/packages/llvm.scm (clang-toolchain-8): Switch dependency from the default libomp-13 to libomp-8. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
parent
fe4683b2cf
commit
79e9139478
|
@ -1087,7 +1087,7 @@ with that of libgomp, the GNU Offloading and Multi Processing Library.")
|
|||
(license license:ncsa)))
|
||||
|
||||
(define-public clang-toolchain-8
|
||||
(make-clang-toolchain clang-8))
|
||||
(make-clang-toolchain clang-8 libomp-8))
|
||||
|
||||
(define-public llvm-7
|
||||
(package
|
||||
|
|
Reference in New Issue