[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: |
Mon, 16 Dec 2024 03:35:03 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit a34de9c1b4f8b83237d2adbbccf6a24245c92d8e
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)
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., (continued)
- 30/74: gnu: hplip: Update to 3.24.4 and fix build with gcc-14., guix-commits, 2024/12/16
- 44/74: gnu: ntp: Fix build with gcc-14., guix-commits, 2024/12/16
- 33/74: gnu: localed: Fix build with gcc-14., guix-commits, 2024/12/16
- 43/74: gnu: gn: Fix build with gcc-14., guix-commits, 2024/12/16
- 51/74: gnu: python-numpy: Update to 1.26.4 and fix build with gcc-14., guix-commits, 2024/12/16
- 39/74: gnu: cyrus-sasl: Fix build mwith gcc-14., guix-commits, 2024/12/16
- 50/74: gnu: openblas: Update to 0.3.28; fixes build with gcc-14., guix-commits, 2024/12/16
- 48/74: gnu: Add cryptsetup-minimal., guix-commits, 2024/12/16
- 47/74: gnu: tdb: Update to 1.4.12; fixes build with gcc-14., guix-commits, 2024/12/16
- 61/74: gnu: libssh: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 71/74: gnu: clang-runtime: Remove gcc-12,13,14 from native-ipnuts.,
guix-commits <=
- 70/74: Revert "gnu: gcc-4.7: Fix build with gcc-14.", guix-commits, 2024/12/16
- 68/74: gnu: gcc: Fix build with gcc-14., guix-commits, 2024/12/16
- 62/74: gnu: texinfo-4: Use -Wno-error= for Hurd cross-build., guix-commits, 2024/12/16
- 25/74: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2024/12/16
- 23/74: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2024/12/16
- 28/74: gnu: nlohmann-json: Update to 3.11.3; fixes build with gcc-14., guix-commits, 2024/12/16
- 41/74: gnu: bdb-4.8: Fix build with gcc-14., guix-commits, 2024/12/16
- 34/74: gnu: gcc-boot0: Fix building for aarch64-linux., guix-commits, 2024/12/16
- 31/74: gnu: libxaw3d: Update to 1.6.6, fixes build with gcc-14., guix-commits, 2024/12/16
- 54/74: gnu: tevent: Update to 0.16.1; fixes build with gcc-14., guix-commits, 2024/12/16