guix-commits
[Top][All Lists]
Advanced

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

18/45: gnu: clang-toolchain-8: Use libomp-8.


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

civodul pushed a commit to branch master
in repository guix.

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

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



reply via email to

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