guix-commits
[Top][All Lists]
Advanced

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

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


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

civodul pushed a commit to branch master
in repository guix.

commit 07e1b5a32a1800b9304909494a64e5566dc71dd5
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jul 20 15:08:58 2022 +0000

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



reply via email to

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