unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#67177] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.
@ 2023-11-14 15:43 Michael Ford
  2023-11-25 14:11 ` bug#67177: " Hilton Chain via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2023-11-14 15:43 UTC (permalink / raw)
  To: 67177

From 33cba894363c3334ee9ac71eb9f402a9179aca13 Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Tue, 14 Nov 2023 15:34:48 +0000
Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.

* gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17):
Update to 17.0.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 82a4088829..6bd52969e6 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -601,13 +601,13 @@ (define %llvm-monorepo-hashes
   '(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
     ("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
     ("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
-    ("17.0.3" . "1fhrnsv87if7kbqmrsxy2r7ykx3gnr9lmbmvkhvycc91ii4ihybx")))
+    ("17.0.5" . "149flpr96vcn7a1ckya6mm93m9yp85l47w156fjd0r99ydxrw5kv")))

 (define %llvm-patches
   '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
     ("15.0.7" . ("clang-15.0-libc-search-path.patch"))
     ("16.0.6" . ("clang-16.0-libc-search-path.patch"))
-    ("17.0.3" . ("clang-17.0-libc-search-path.patch"))))
+    ("17.0.5" . ("clang-17.0-libc-search-path.patch"))))

 (define (llvm-monorepo version)
   (origin
@@ -1500,7 +1500,7 @@ (define-public clang-toolchain-16
 (define-public llvm-17
   (package
     (inherit llvm-15)
-    (version "17.0.3")
+    (version "17.0.5")
     (source (llvm-monorepo version))))

 (define-public clang-runtime-17
@@ -1516,7 +1516,7 @@ (define-public clang-17
                     (package-version llvm-17)))
      (sha256
       (base32
-       "0an16xdc8rgrdf0dcq3sdg82ajyb00h4bff9n0gm7gqf48ds0da8")))))
+       "12dbp10bhq25a44qnvz978mf9y6pdycwpp7sgq8a93by0fpgb72r")))))

 (define-public libomp-17
   (package
-- 
2.42.1




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

* bug#67177: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.
  2023-11-14 15:43 [bug#67177] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5 Michael Ford
@ 2023-11-25 14:11 ` Hilton Chain via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-11-25 14:11 UTC (permalink / raw)
  To: Michael Ford; +Cc: 67177-done

Hi Michael,

On Tue, 14 Nov 2023 23:43:29 +0800,
Michael Ford wrote:
> 
> From 33cba894363c3334ee9ac71eb9f402a9179aca13 Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Tue, 14 Nov 2023 15:34:48 +0000
> Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5.
> 
> * gnu/packages/llvm.scm (llvm-17, clang-17, libomp-17, lld-17):
> Update to 17.0.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 82a4088829..6bd52969e6 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -601,13 +601,13 @@ (define %llvm-monorepo-hashes
>    '(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
>      ("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
>      ("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
> -    ("17.0.3" . "1fhrnsv87if7kbqmrsxy2r7ykx3gnr9lmbmvkhvycc91ii4ihybx")))
> +    ("17.0.5" . "149flpr96vcn7a1ckya6mm93m9yp85l47w156fjd0r99ydxrw5kv")))
> 
>  (define %llvm-patches
>    '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
>      ("15.0.7" . ("clang-15.0-libc-search-path.patch"))
>      ("16.0.6" . ("clang-16.0-libc-search-path.patch"))
> -    ("17.0.3" . ("clang-17.0-libc-search-path.patch"))))
> +    ("17.0.5" . ("clang-17.0-libc-search-path.patch"))))
> 
>  (define (llvm-monorepo version)
>    (origin
> @@ -1500,7 +1500,7 @@ (define-public clang-toolchain-16
>  (define-public llvm-17
>    (package
>      (inherit llvm-15)
> -    (version "17.0.3")
> +    (version "17.0.5")
>      (source (llvm-monorepo version))))
> 
>  (define-public clang-runtime-17
> @@ -1516,7 +1516,7 @@ (define-public clang-17
>                      (package-version llvm-17)))
>       (sha256
>        (base32
> -       "0an16xdc8rgrdf0dcq3sdg82ajyb00h4bff9n0gm7gqf48ds0da8")))))
> +       "12dbp10bhq25a44qnvz978mf9y6pdycwpp7sgq8a93by0fpgb72r")))))
> 
>  (define-public libomp-17
>    (package
> -- 
> 2.42.1

Applied as 1566e00fbc87ba7b6320be7f587e2e5e5c082b38, thank you!




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

end of thread, other threads:[~2023-11-26  5:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-14 15:43 [bug#67177] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 17.0.5 Michael Ford
2023-11-25 14:11 ` bug#67177: " Hilton Chain via Guix-patches via

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).