gnu: clang-toolchain-7: Use libomp-7.
* gnu/packages/llvm.scm (clang-toolchain-7): Switch dependency from the default libomp-13 to libomp-7. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
93c71314d3
commit
d711e3922f
1 changed files with 1 additions and 1 deletions
|
@ -1128,7 +1128,7 @@ with that of libgomp, the GNU Offloading and Multi Processing Library.")
|
|||
(replace "llvm" llvm-7)))))
|
||||
|
||||
(define-public clang-toolchain-7
|
||||
(make-clang-toolchain clang-7))
|
||||
(make-clang-toolchain clang-7 libomp-7))
|
||||
|
||||
(define-public llvm-6
|
||||
(package
|
||||
|
|
Reference in a new issue