guix-commits
[Top][All Lists]
Advanced

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

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


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

civodul pushed a commit to branch master
in repository guix.

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

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



reply via email to

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