guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

14/45: gnu: clang-toolchain-10: Use libomp-10.


From: guix-commits
Subject: 14/45: gnu: clang-toolchain-10: Use libomp-10.
Date: Thu, 4 Aug 2022 06:07:08 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit a72bebf8f578931d042a3527906169a3b554441b
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jul 20 15:09:02 2022 +0000

    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>
---
 gnu/packages/llvm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index c0c0100f67..caa3e5e087 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]