unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#70763] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.5.
@ 2024-05-04  1:11 Michael Ford
  2024-05-19 12:17 ` bug#70763: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-05-04  1:11 UTC (permalink / raw)
  To: 70763

From 37410aa5b0cda9646ebf2d8a3d37e1c6ee3d17c5 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Thu, 2 May 2024 12:41:59 +0800
Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.5.

* gnu/packages/llvm.scm (llvm-18, clang-18, libomp-18, lld-18):
Update to 18.1.5.
---
 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 8855e1ade3..de0a46f277 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -551,7 +551,7 @@ (define %llvm-monorepo-hashes
     ("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
     ("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
     ("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
-    ("18.1.4" . "1kddjysa6qj1qlb88a4m7lqni6922drgb37kj2hnspj9hrph891g")))
+    ("18.1.5" . "0n44chqn96xsa00ryhwk8g0vv3zx908xjakkgjsa14sjr9mcsq8q")))

 (define %llvm-patches
   '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
@@ -559,7 +559,7 @@ (define %llvm-patches
     ("16.0.6" . ("clang-16.0-libc-search-path.patch"))
     ("17.0.6" . ("clang-17.0-libc-search-path.patch"
                  "clang-17.0-link-dsymutil-latomic.patch"))
-    ("18.1.4" . ("clang-18.0-libc-search-path.patch"
+    ("18.1.5" . ("clang-18.0-libc-search-path.patch"
                  "clang-17.0-link-dsymutil-latomic.patch"))))

 (define (llvm-monorepo version)
@@ -1455,7 +1455,7 @@ (define-public clang-toolchain-17
 (define-public llvm-18
   (package
     (inherit llvm-15)
-    (version "18.1.4")
+    (version "18.1.5")
     (source (llvm-monorepo version))))

 (define-public clang-runtime-18
@@ -1471,7 +1471,7 @@ (define-public clang-18
                     (package-version llvm-18)))
      (sha256
       (base32
-       "1rrf9x7n3hvzqqijfx8v8kxa2i39jdf7c164my8k6vzr7aa0dj1c")))))
+       "1azb2wn7gfpj61kh5brrima3c2lf4c9csy3xpn729zrm1n8pg8s5")))))

 (define-public libomp-18
   (package
-- 
2.45.0




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#70763: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.5.
  2024-05-04  1:11 [bug#70763] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.5 Michael Ford
@ 2024-05-19 12:17 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2024-05-19 12:17 UTC (permalink / raw)
  To: Michael Ford; +Cc: 70763-done

[-- Attachment #1: Type: text/plain, Size: 546 bytes --]

Michael Ford <fanquake@gmail.com> writes:

> From 37410aa5b0cda9646ebf2d8a3d37e1c6ee3d17c5 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Thu, 2 May 2024 12:41:59 +0800
> Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.5.
>
> * gnu/packages/llvm.scm (llvm-18, clang-18, libomp-18, lld-18):
> Update to 18.1.5.
> ---
>  gnu/packages/llvm.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Looks good to me, I've pushed this to master now as
14176a289b29c8159cb62b1694332744a50b4679.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-05-19 12:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-04  1:11 [bug#70763] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.5 Michael Ford
2024-05-19 12:17 ` bug#70763: " Christopher Baines

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).