[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
16/45: gnu: clang-toolchain-9: Use libomp-9.
From: |
guix-commits |
Subject: |
16/45: gnu: clang-toolchain-9: Use libomp-9. |
Date: |
Thu, 4 Aug 2022 06:07:08 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit cd5557e818f27fd68e61bd0a9d6a4e0f7e52b61e
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jul 20 15:09:04 2022 +0000
gnu: clang-toolchain-9: Use libomp-9.
* gnu/packages/llvm.scm (clang-toolchain-9): Switch dependency from the
default libomp-13 to libomp-9.
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 4232e88d4f..47915dd20d 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -1043,7 +1043,7 @@ with that of libgomp, the GNU Offloading and Multi
Processing Library.")
(replace "llvm" llvm-9)))))
(define-public clang-toolchain-9
- (make-clang-toolchain clang-9))
+ (make-clang-toolchain clang-9 libomp-9))
(define-public llvm-8
(package
- branch master updated (933d3cf7f7 -> 3bd2b1b544), guix-commits, 2022/08/04
- 11/45: gnu: Add libomp-11., guix-commits, 2022/08/04
- 19/45: gnu: Add libomp-7., guix-commits, 2022/08/04
- 05/45: gnu: Add aocommon., guix-commits, 2022/08/04
- 24/45: gnu: Add ruby-wapiti., guix-commits, 2022/08/04
- 16/45: gnu: clang-toolchain-9: Use libomp-9.,
guix-commits <=
- 41/45: gnu: ruby-anystyle: Initialize dictionary files., guix-commits, 2022/08/04
- 34/45: gnu: Add ruby-citeproc., guix-commits, 2022/08/04
- 07/45: gnu: libomp-14: Reference llvm-14 version string., guix-commits, 2022/08/04
- 12/45: gnu: clang-toolchain-11: Use libomp-11., guix-commits, 2022/08/04
- 26/45: gnu: Add itex2mml., guix-commits, 2022/08/04
- 43/45: gnu: anystyle: Use GDBM by default., guix-commits, 2022/08/04
- 06/45: gnu: Add aoflagger., guix-commits, 2022/08/04
- 25/45: gnu: Add ruby-namae., guix-commits, 2022/08/04
- 13/45: gnu: Add libomp-10., guix-commits, 2022/08/04
- 37/45: gnu: Add ruby-anystyle-data., guix-commits, 2022/08/04