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