[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts.
From: |
guix-commits |
Subject: |
71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts. |
Date: |
Sun, 15 Dec 2024 18:06:16 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 11d76f8fa9154f9f6c6c76610a952eecda385ebd
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sat Dec 14 22:40:14 2024 +0100
gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts.
* gnu/packages/llvm.scm (clang-runtime-from-llvm)[native-inputs]: Use
llvm's native inputs unmodified.
Change-Id: Ib01403665af7a8014e6da612bc6f31257e498d88
---
gnu/packages/llvm.scm | 19 ++-----------------
1 file changed, 2 insertions(+), 17 deletions(-)
diff --git a/gnu/packages/llvm.scm b/gnu/packages/llvm.scm
index cbdaefd0b4..24730f3732 100644
--- a/gnu/packages/llvm.scm
+++ b/gnu/packages/llvm.scm
@@ -27,6 +27,7 @@
;;; Copyright © 2022 Zhu Zihao <all_but_last@163.com>
;;; Copyright © 2023 Hilton Chain <hako@ultrarare.space>
;;; Copyright © 2023, 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Janneke Nieuwenhuizen <janneke@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -154,23 +155,7 @@ as \"x86_64-linux\"."
(patches (map search-patch patches)))
(llvm-monorepo (package-version llvm))))
(build-system cmake-build-system)
- (native-inputs
- (cond ((version>=? version "19")
- ;; TODO: Remove this when GCC 14 is the default.
- ;; libfuzzer fails to build with GCC 13
- (modify-inputs (package-native-inputs llvm)
- (prepend gcc-14)))
- ((version>=? version "18")
- ;; TODO: Remove this when GCC 13 is the default.
- ;; libfuzzer fails to build with GCC 12
- (modify-inputs (package-native-inputs llvm)
- (prepend gcc-13)))
- ((version>=? version "15")
- ;; TODO: Remove this when GCC 12 is the default.
- ;; libfuzzer fails to build with GCC 11
- (modify-inputs (package-native-inputs llvm)
- (prepend gcc-12)))
- (else (package-native-inputs llvm))))
+ (native-inputs (package-native-inputs llvm))
(inputs
(append
(list llvm)
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., (continued)
- 32/74: gnu: serf: Update to 1.3.10 and fix build with gcc-14., guix-commits, 2024/12/15
- 08/74: gnu: libffi: Fix build for x86_64-linux with gcc-14., guix-commits, 2024/12/15
- 46/74: gnu: pth: Fix build with gcc-14., guix-commits, 2024/12/15
- 38/74: gnu: epson-inkjet-printer-escpr: Fix build with gcc-14., guix-commits, 2024/12/15
- 43/74: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/15
- 41/74: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/15
- 47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/15
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/15
- 69/74: gnu: gcc-4.7: Fix build with gcc-14., guix-commits, 2024/12/15
- 68/74: gnu: gcc: Fix build with gcc-14., guix-commits, 2024/12/15
- 71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts.,
guix-commits <=
- 73/74: gnu: ath9k-firmware: Remove CMAKE_SYSTEM_NAME override., guix-commits, 2024/12/15
- 74/74: DRAFT gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2024/12/15
- 22/74: gnu: expect: Fix build with gcc-14., guix-commits, 2024/12/15
- 07/74: gnu: commencement: gcc-final: Fix build for x86-linux with gcc-14., guix-commits, 2024/12/15
- 21/74: gnu: torsocks: Fix build with gcc-14., guix-commits, 2024/12/15
- 15/74: gnu: automake: Update to 1.17; fixes build with gcc-14., guix-commits, 2024/12/15
- 16/74: gnu: Re-Add automake-1.16.5., guix-commits, 2024/12/15
- 48/74: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/15
- 36/74: gnu: texlive-xdvi-bin: Fix build with gcc-14., guix-commits, 2024/12/15
- 49/74: gnu: Use cryptsetup-minimal instead of cryptsetup., guix-commits, 2024/12/15