GNU bug report logs -
#57357
[PATCH core-updates] gnu: llvm-11: Update to 11.1.0.
Previous Next
Reported by: Greg Hogan <code <at> greghogan.com>
Date: Tue, 23 Aug 2022 14:45:02 UTC
Severity: normal
Tags: patch
Done: Marius Bakke <marius <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#57357: [PATCH core-updates] gnu: llvm-11: Update to 11.1.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 57357 <at> debbugs.gnu.org.
--
57357: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57357
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Greg Hogan <code <at> greghogan.com> skriver:
> * gnu/packages/llvm.scm (llvm-11, clang-runtime-11, clang-11,
> libomp-11): Update to 11.1.0.
Applied, thanks!
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/llvm.scm (llvm-11, clang-runtime-11, clang-11,
libomp-11): Update to 11.1.0.
---
gnu/packages/llvm.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index 6e7c5a6e05..4072dca076 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -882,7 +882,7 @@ (define-public clang-toolchain-12
(define-public llvm-11
(package
(inherit llvm-12)
- (version "11.0.0")
+ (version "11.1.0")
(source
(origin
(method url-fetch)
@@ -890,16 +890,16 @@ (define-public llvm-11
(patches (search-patches "llvm-8-missing-include.patch"))
(sha256
(base32
- "0s94lwil98w7zb7cjrbnxli0z7gklb312pkw74xs1d6zk346hgwi"))))))
+ "199yq3a214avcbi4kk2q0ajriifkvsr0l2dkx3a666m033ihi1ff"))))))
(define-public clang-runtime-11
(clang-runtime-from-llvm
llvm-11
- "0d5j5l8phwqjjscmk8rmqn0i2i0abl537gdbkagl8fjpzy1gyjip"))
+ "0x1j8ngf1zj63wlnns9vlibafq48qcm72p4jpaxkmkb4qw0grwfy"))
(define-public clang-11
(clang-from-llvm llvm-11 clang-runtime-11
- "02ajkij85966vd150iy246mv16dsaph1kfi0y8wnncp8w6nar5hg"
+ "12sm91qx2m79cvj75a9aazf2x8xybjbd593dv6v7rxficpq8i0ha"
#:patches '("clang-11.0-libc-search-path.patch")
#:tools-extra
(origin
@@ -908,7 +908,7 @@ (define-public clang-11
(package-version llvm-11)))
(sha256
(base32
- "02bcwwn54661madhq4nxc069s7p7pj5gpqi8ww50w3anbpviilzy")))))
+ "18n1w1hkv931xzq02b34wglbv6zd6sd0r5kb8piwvag7klj7qw3n")))))
(define-public libomp-11
(package
@@ -919,7 +919,7 @@ (define-public libomp-11
(uri (llvm-uri "openmp" version))
(sha256
(base32
- "0k389d0g9zlfyzh1kpb3i5jdawzpn0hrdxzbjinpvdv7rbw4sw1d"))
+ "0bh5cswgpc79awlq8j5i7hp355adaac7s6zaz0zwp6mkflxli1yi"))
(file-name (string-append "libomp-" version ".tar.xz"))))
(native-inputs
(modify-inputs (package-native-inputs libomp-12)
--
2.37.2
This bug report was last modified 2 years and 348 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.