* [bug#71465] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.7.
@ 2024-06-10 9:55 Michael Ford
2024-06-22 15:22 ` bug#71465: " Zheng Junjie
0 siblings, 1 reply; 2+ messages in thread
From: Michael Ford @ 2024-06-10 9:55 UTC (permalink / raw)
To: 71465
From 2a44b4b26dc10e28fd92751b3ebd502a39b89f2f Mon Sep 17 00:00:00 2001
From: fanquake <fanquake@gmail.com>
Date: Mon, 10 Jun 2024 09:13:06 +0100
Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.7.
* gnu/packages/llvm.scm (llvm-18, clang-18, libomp-18, lld-18):
Update to 18.1.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 dc04905992..971f5b2e25 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -550,7 +550,7 @@ (define %llvm-monorepo-hashes
("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
- ("18.1.6" . "14p7f82x5qp1dv0y4d6pz42z0dsmpxz393prhi2acbzk5hksz9mb")))
+ ("18.1.7" . "1c77pcqsfgvnxa3zq2i7giz86d6cdzl1scphi2dmcq3n73bzy4m8")))
(define %llvm-patches
'(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
@@ -558,7 +558,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.6" . ("clang-18.0-libc-search-path.patch"
+ ("18.1.7" . ("clang-18.0-libc-search-path.patch"
"clang-17.0-link-dsymutil-latomic.patch"))))
(define (llvm-monorepo version)
@@ -1454,7 +1454,7 @@ (define-public clang-toolchain-17
(define-public llvm-18
(package
(inherit llvm-15)
- (version "18.1.6")
+ (version "18.1.7")
(source (llvm-monorepo version))))
(define-public clang-runtime-18
@@ -1470,7 +1470,7 @@ (define-public clang-18
(package-version llvm-18)))
(sha256
(base32
- "0kknfygvc0iq9jzsaacrw4gnmdd756aprf8lpr53gdsmdpn351yp")))))
+ "0f1g9mlz4jmrws9sd81j1b8q5i2frvln6gp5vrvbdlzks5mlpj95")))))
(define-public libomp-18
(package
--
2.45.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#71465: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.7.
2024-06-10 9:55 [bug#71465] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.7 Michael Ford
@ 2024-06-22 15:22 ` Zheng Junjie
0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-06-22 15:22 UTC (permalink / raw)
To: Michael Ford; +Cc: 71465-done
[-- Attachment #1: Type: text/plain, Size: 2233 bytes --]
Michael Ford <fanquake@gmail.com> writes:
> From 2a44b4b26dc10e28fd92751b3ebd502a39b89f2f Mon Sep 17 00:00:00 2001
> From: fanquake <fanquake@gmail.com>
> Date: Mon, 10 Jun 2024 09:13:06 +0100
> Subject: [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.7.
>
> * gnu/packages/llvm.scm (llvm-18, clang-18, libomp-18, lld-18):
> Update to 18.1.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 dc04905992..971f5b2e25 100644
> --- a/gnu/packages/llvm.scm
> +++ b/gnu/packages/llvm.scm
> @@ -550,7 +550,7 @@ (define %llvm-monorepo-hashes
> ("15.0.7" . "12sggw15sxq1krh1mfk3c1f07h895jlxbcifpwk3pznh4m1rjfy2")
> ("16.0.6" . "0jxmapg7shwkl88m4mqgfjv4ziqdmnppxhjz6vz51ycp2x4nmjky")
> ("17.0.6" . "1a7rq3rgw5vxm8y39fyzr4kv7w97lli4a0c1qrkchwk8p0n07hgh")
> - ("18.1.6" . "14p7f82x5qp1dv0y4d6pz42z0dsmpxz393prhi2acbzk5hksz9mb")))
> + ("18.1.7" . "1c77pcqsfgvnxa3zq2i7giz86d6cdzl1scphi2dmcq3n73bzy4m8")))
>
> (define %llvm-patches
> '(("14.0.6" . ("clang-14.0-libc-search-path.patch"))
> @@ -558,7 +558,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.6" . ("clang-18.0-libc-search-path.patch"
> + ("18.1.7" . ("clang-18.0-libc-search-path.patch"
> "clang-17.0-link-dsymutil-latomic.patch"))))
>
> (define (llvm-monorepo version)
> @@ -1454,7 +1454,7 @@ (define-public clang-toolchain-17
> (define-public llvm-18
> (package
> (inherit llvm-15)
> - (version "18.1.6")
> + (version "18.1.7")
> (source (llvm-monorepo version))))
>
> (define-public clang-runtime-18
> @@ -1470,7 +1470,7 @@ (define-public clang-18
> (package-version llvm-18)))
> (sha256
> (base32
> - "0kknfygvc0iq9jzsaacrw4gnmdd756aprf8lpr53gdsmdpn351yp")))))
> + "0f1g9mlz4jmrws9sd81j1b8q5i2frvln6gp5vrvbdlzks5mlpj95")))))
>
> (define-public libomp-18
> (package
push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=d601e953a463669a775ce17138e2b0f0c2e73ad9
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-06-22 15:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-10 9:55 [bug#71465] [PATCH] gnu: LLVM, Clang, libomp, lld: Update to 18.1.7 Michael Ford
2024-06-22 15:22 ` bug#71465: " Zheng Junjie
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.