guix-commits
[Top][All Lists]
Advanced

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

22/45: gnu: clang-toolchain-6: Use libomp-6.


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

civodul pushed a commit to branch master
in repository guix.

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

    gnu: clang-toolchain-6: Use libomp-6.
    
    * gnu/packages/llvm.scm (clang-toolchain-6): Switch dependency from the
    default libomp-13 to libomp-6.
    
    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 6f8cb7c9cd..29fe7172a9 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1171,7 +1171,7 @@ with that of libgomp, the GNU Offloading and Multi 
Processing Library.")
        (replace "llvm" llvm-6)))))
 
 (define-public clang-toolchain-6
-  (make-clang-toolchain clang-6))
+  (make-clang-toolchain clang-6 libomp-6))
 
 (define-public llvm-3.9.1
   (package (inherit llvm-6)



reply via email to

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