3
5
Fork 0
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:
Greg Hogan 2022-07-20 15:09:04 +00:00 committed by Ludovic Courtès
parent 16d6a618fa
commit cd5557e818
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -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