GNU bug report logs -
#72043
[CORE-UPDATES PATCH 0/3] Fix mesa for aarch64-linux.
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Wed, 10 Jul 2024 20:27:01 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
Message #14 received at 72043 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/llvm.scm (libclc): Update to 18.1.8.
[native-inputs]: Replace clang-15, llvm-15 with clang-18, llvm-18.
Change-Id: I2f676eb2db9c3a8c808e1c26e3f93b9ed085b675
---
gnu/packages/llvm.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index b32b4b5955c..cf4d511412a 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -7,7 +7,7 @@
;;; Copyright © 2017 Roel Janssen <roel <at> gnu.org>
;;; Copyright © 2018–2022 Marius Bakke <mbakke <at> fastmail.com>
;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me <at> tobias.gr>
-;;; Copyright © 2018, 2021-2023 Efraim Flashner <efraim <at> flashner.co.il>
+;;; Copyright © 2018, 2021-2024 Efraim Flashner <efraim <at> flashner.co.il>
;;; Copyright © 2018 Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
;;; Copyright © 2018 Pierre Neidhardt <mail <at> ambrevar.xyz>
;;; Copyright © 2019 Rutger Helling <rhelling <at> mykolab.com>
@@ -1919,7 +1919,7 @@ (define-public libcxx+libcxxabi-6
(define-public libclc
(package
(name "libclc")
- (version (package-version llvm-15))
+ (version (package-version llvm-18))
(source (llvm-monorepo version))
(build-system cmake-build-system)
(arguments
@@ -1943,7 +1943,7 @@ (define-public libclc
(propagated-inputs
(list spirv-llvm-translator spirv-tools))
(native-inputs
- (list clang-15 llvm-15 python))
+ (list clang-18 llvm-18 python))
(home-page "https://libclc.llvm.org")
(synopsis "Libraries for the OpenCL programming language")
(description
--
Efraim Flashner <efraim <at> flashner.co.il> רנשלפ םירפא
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
This bug report was last modified 345 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.