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>
This commit is contained in:
parent
fe4683b2cf
commit
79e9139478
1 changed files with 1 additions and 1 deletions
|
@ -1087,7 +1087,7 @@ with that of libgomp, the GNU Offloading and Multi Processing Library.")
|
||||||
(license license:ncsa)))
|
(license license:ncsa)))
|
||||||
|
|
||||||
(define-public clang-toolchain-8
|
(define-public clang-toolchain-8
|
||||||
(make-clang-toolchain clang-8))
|
(make-clang-toolchain clang-8 libomp-8))
|
||||||
|
|
||||||
(define-public llvm-7
|
(define-public llvm-7
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue