mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: clang-toolchain-9: Use libomp-9.
* gnu/packages/llvm.scm (clang-toolchain-9): Switch dependency from the default libomp-13 to libomp-9. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
16d6a618fa
commit
cd5557e818
1 changed files with 1 additions and 1 deletions
|
@ -1043,7 +1043,7 @@ with that of libgomp, the GNU Offloading and Multi Processing Library.")
|
|||
(replace "llvm" llvm-9)))))
|
||||
|
||||
(define-public clang-toolchain-9
|
||||
(make-clang-toolchain clang-9))
|
||||
(make-clang-toolchain clang-9 libomp-9))
|
||||
|
||||
(define-public llvm-8
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue