[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/45: gnu: clang-toolchain-10: Use libomp-10.
From: |
guix-commits |
Subject: |
14/45: gnu: clang-toolchain-10: Use libomp-10. |
Date: |
Thu, 4 Aug 2022 06:07:08 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit a72bebf8f578931d042a3527906169a3b554441b
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Wed Jul 20 15:09:02 2022 +0000
gnu: clang-toolchain-10: Use libomp-10.
* gnu/packages/llvm.scm (clang-toolchain-10): Switch dependency from the
default libomp-13 to libomp-10.
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 c0c0100f67..caa3e5e087 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -982,7 +982,7 @@ with that of libgomp, the GNU Offloading and Multi
Processing Library.")
(replace "llvm" llvm-10)))))
(define-public clang-toolchain-10
- (make-clang-toolchain clang-10))
+ (make-clang-toolchain clang-10 libomp-10))
(define-public llvm-9
(package
- 01/45: guix build: Print hints when -s or --target is passed an invalid string., (continued)
- 01/45: guix build: Print hints when -s or --target is passed an invalid string., guix-commits, 2022/08/04
- 32/45: gnu: Add ruby-bibtex-ruby., guix-commits, 2022/08/04
- 28/45: gnu: Add ruby-latex-decode., guix-commits, 2022/08/04
- 04/45: gnu: Add barony., guix-commits, 2022/08/04
- 17/45: gnu: Add libomp-8., guix-commits, 2022/08/04
- 03/45: environment: Report "command not found" from the child process., guix-commits, 2022/08/04
- 27/45: gnu: Add ruby-ritex., guix-commits, 2022/08/04
- 42/45: gnu: anystyle: Add tests for dictionary adapters., guix-commits, 2022/08/04
- 30/45: gnu: Add ruby-rdf., guix-commits, 2022/08/04
- 22/45: gnu: clang-toolchain-6: Use libomp-6., guix-commits, 2022/08/04
- 14/45: gnu: clang-toolchain-10: Use libomp-10.,
guix-commits <=
- 44/45: gnu: python-netcdf4: Update to 1.6.0, guix-commits, 2022/08/04