unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#60759] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 15.0.7.
@ 2023-01-12 20:35 Greg Hogan
  2023-02-13 18:54 ` bug#60759: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: Greg Hogan @ 2023-01-12 20:35 UTC (permalink / raw)
  To: 60759; +Cc: Greg Hogan

 * gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15):
Update to 15.0.7.
---
 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 58bd91d7be..1468a79c90 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -562,11 +562,11 @@ (define (make-clang-toolchain clang libomp)
 
 (define %llvm-monorepo-hashes
   '(("14.0.6" . "14f8nlvnmdkp9a9a79wv67jbmafvabczhah8rwnqrgd5g3hfxxxx")
-    ("15.0.6" . "13vj0q6if5095a3awq8d97l17qdsc7fks6avkai9k80kl0kzxpv6")))
+    ("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")))
 
 (define %llvm-patches
   '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
-    ("15.0.6" . ("clang-15.0-libc-search-path.patch"))))
+    ("15.0.7" . ("clang-15.0-libc-search-path.patch"))))
 
 (define (llvm-monorepo version)
   (origin
@@ -582,7 +582,7 @@ (define (llvm-monorepo version)
 (define-public llvm-15
   (package
     (name "llvm")
-    (version "15.0.6")
+    (version "15.0.7")
     (source (llvm-monorepo version))
     (build-system cmake-build-system)
     (outputs '("out" "opt-viewer"))
@@ -739,7 +739,7 @@ (define-public clang-15
                     (package-version llvm-15)))
      (sha256
       (base32
-       "099v2yqg11h0h8qqddzkny6b77pafcr7vy5ksc33kqggji173ccj")))))
+       "1lagnspm5limxh1cp5jlixnzlhf09905d4rqra1kpgj6dps2x6l0")))))
 
 (define-public clang-14
   (clang-from-llvm
-- 
2.38.1





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

* bug#60759: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 15.0.7.
  2023-01-12 20:35 [bug#60759] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 15.0.7 Greg Hogan
@ 2023-02-13 18:54 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2023-02-13 18:54 UTC (permalink / raw)
  To: Greg Hogan; +Cc: 60759-done, guix-patches

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


Greg Hogan <code@greghogan.com> writes:

>  * gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15):
> Update to 15.0.7.
> ---
>  gnu/packages/llvm.scm | 8 ++++----
>  1 file changed, 4 insertions(+), 4 deletions(-)

Thanks! This looks good to me, I've pushed to master as
7696206ce841b1b5bc70ecee0ab907d31920e71d.

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:[~2023-02-13 18:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-01-12 20:35 [bug#60759] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 15.0.7 Greg Hogan
2023-02-13 18:54 ` bug#60759: " 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).