[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
29/87: gnu: LLVM, Clang, libomp, lld: Update to 15.0.6.
From: |
guix-commits |
Subject: |
29/87: gnu: LLVM, Clang, libomp, lld: Update to 15.0.6. |
Date: |
Mon, 9 Jan 2023 18:27:31 -0500 (EST) |
mbakke pushed a commit to branch staging
in repository guix.
commit 84f117f49587b608b287827793b1b8036d2cff7f
Author: Greg Hogan <code@greghogan.com>
AuthorDate: Thu Dec 15 19:00:23 2022 +0000
gnu: LLVM, Clang, libomp, lld: Update to 15.0.6.
* gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15):
Update to 15.0.6.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/llvm.scm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 33e9b5611e..58bd91d7be 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -562,11 +562,11 @@ output), and Binutils.")
(define %llvm-monorepo-hashes
'(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
- ("15.0.5" . "1z2szqlanksdmj91590wnxqav5z437mpasg00ghb610xkam2v34m")))
+ ("15.0.6" . "13vj0q6if5095a3awq8d97l17qdsc7fks6avkai9k80kl0kzxpv6")))
(define %llvm-patches
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
- ("15.0.5" . ("clang-15.0-libc-search-path.patch"))))
+ ("15.0.6" . ("clang-15.0-libc-search-path.patch"))))
(define (llvm-monorepo version)
(origin
@@ -582,7 +582,7 @@ output), and Binutils.")
(define-public llvm-15
(package
(name "llvm")
- (version "15.0.5")
+ (version "15.0.6")
(source (llvm-monorepo version))
(build-system cmake-build-system)
(outputs '("out" "opt-viewer"))
@@ -739,7 +739,7 @@ of programming tools as well as libraries with equivalent
functionality.")
(package-version llvm-15)))
(sha256
(base32
- "0sa6si9v7ddsa9vmg6s3918xx969rvck2v1a0g7hb0fp9jk9j4r1")))))
+ "099v2yqg11h0h8qqddzkny6b77pafcr7vy5ksc33kqggji173ccj")))))
(define-public clang-14
(clang-from-llvm
- 26/87: read-print: Do not use extended notation when printing '1+', '1-', etc., (continued)
- 26/87: read-print: Do not use extended notation when printing '1+', '1-', etc., guix-commits, 2023/01/09
- 28/87: gnu: Add minetest-mobs-monster., guix-commits, 2023/01/09
- 34/87: gnu: r-rstpm2: Update to 1.5.9., guix-commits, 2023/01/09
- 36/87: gnu: r-timedate: Update to 4022.108., guix-commits, 2023/01/09
- 37/87: gnu: r-mitml: Update to 0.4-4., guix-commits, 2023/01/09
- 31/87: gnu: Add r-httr2., guix-commits, 2023/01/09
- 47/87: gnu: r-precrec: Update to 0.14.1., guix-commits, 2023/01/09
- 22/87: doc: cookbook: Add "Installing Guix on a Cluster" chapter., guix-commits, 2023/01/09
- 30/87: news: Add 'de' translation., guix-commits, 2023/01/09
- 32/87: gnu: r-collections: Update to 0.3.7., guix-commits, 2023/01/09
- 29/87: gnu: LLVM, Clang, libomp, lld: Update to 15.0.6.,
guix-commits <=
- 59/87: gnu: r-forecast: Update to 8.20., guix-commits, 2023/01/09
- 62/87: gnu: r-mlr3learners: Update to 0.5.6., guix-commits, 2023/01/09
- 63/87: gnu: r-rtweet: Update to 1.1.0., guix-commits, 2023/01/09
- 66/87: gnu: r-statmod: Update to 1.5.0., guix-commits, 2023/01/09
- 33/87: gnu: r-htmlwidgets: Update to 1.6.1., guix-commits, 2023/01/09
- 35/87: gnu: r-lava: Update to 1.7.1., guix-commits, 2023/01/09
- 38/87: gnu: r-seriation: Update to 1.4.1., guix-commits, 2023/01/09
- 39/87: gnu: r-zlog: Update to 1.0.2., guix-commits, 2023/01/09
- 41/87: gnu: r-heatmaply: Update to 1.4.2., guix-commits, 2023/01/09
- 42/87: gnu: r-rastervis: Update to 0.51.5., guix-commits, 2023/01/09