[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
246/249: gnu: clang-runtime-19: Build with gcc-14.
From: |
guix-commits |
Subject: |
246/249: gnu: clang-runtime-19: Build with gcc-14. |
Date: |
Mon, 6 Jan 2025 07:51:57 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 162d2580e07a20e00cf6451987ea868c234dfdb6
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Thu Jan 2 14:18:39 2025 +0100
gnu: clang-runtime-19: Build with gcc-14.
* gnu/packages/llvm.scm (clang-runtime-from-llvm)[native-inputs]: Leave
unaltered for version >= 19.
Change-Id: I85e7aa39918b545eca43478cffa626e533183238
---
gnu/packages/llvm.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index e96cbfccc7..84e7f0aae0 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -156,7 +156,9 @@ as \"x86_64-linux\"."
(llvm-monorepo (package-version llvm))))
(build-system cmake-build-system)
(native-inputs
- (cond ((version>=? version "18")
+ (cond ((version>=? version "19")
+ (package-native-inputs llvm))
+ ((version>=? version "18")
;; clang-18.1.8 doesn't build with gcc-14
;;
source/build/lib/fuzzer/libcxx_fuzzer_x86_64/include/c++/v1/__filesystem/path.h:534:52:
error: use of built-in trait ‘__remove_pointer(typename
std::__Fuzzer::decay<_Tp>::type)’ in function signature; use library traits
instead
;; clang-18.1.8 doesn't build with gcc-12
- 205/249: gnu: sdl-image-1.2.12: Fix build with gcc-14., (continued)
- 205/249: gnu: sdl-image-1.2.12: Fix build with gcc-14., guix-commits, 2025/01/06
- 208/249: gnu: libcdio: Fix build with gcc-14., guix-commits, 2025/01/06
- 219/249: guile-gi: Fix buildi with gcc-14., guix-commits, 2025/01/06
- 223/249: gnu: icedtea-8: Fix build with gcc-14., guix-commits, 2025/01/06
- 224/249: gnu: libunwind: Fix build with gcc-14 for i686-linux., guix-commits, 2025/01/06
- 225/249: gnu: freerdp: Fix build with gcc-14., guix-commits, 2025/01/06
- 229/249: gnu: netcdf: Fix build with gcc-14., guix-commits, 2025/01/06
- 236/249: gnu: python-socks: Update to 2.6.1., guix-commits, 2025/01/06
- 234/249: gnu: python-tables: Fix reference to library., guix-commits, 2025/01/06
- 237/249: gnu: python-jose: Fix build., guix-commits, 2025/01/06
- 246/249: gnu: clang-runtime-19: Build with gcc-14.,
guix-commits <=
- 249/249: REMOVEME gnu: libstdc++: Avoid world rebuild., guix-commits, 2025/01/06
- 242/249: gnu: clang-runtime: Remove gcc-12, 13, 14 from native-ipnuts., guix-commits, 2025/01/06
- 68/249: gnu: gcc-11: Update to 11.5.0; fixes build with gcc-14., guix-commits, 2025/01/06
- 175/249: gnu: mpfi: Fix build with gcc-14., guix-commits, 2025/01/06
- 233/249: gnu: python-traittypes: Fix tests., guix-commits, 2025/01/06
- 52/249: gnu: talloc: Update to 2.4.2; fixes build with gcc-14., guix-commits, 2025/01/06
- 75/249: gnu: xorg-server-for-test: Update to 21.1.15; fixes build with gcc-14., guix-commits, 2025/01/06
- 19/249: gnu: elfutils: Update to 0.192; fixes build with gcc-14., guix-commits, 2025/01/06
- 04/249: gnu: commencement: gcc-boot0: Fix build for x86-linux with gcc-14., guix-commits, 2025/01/06
- 15/249: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2025/01/06