[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
224/237: gnu: netcdf: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
224/237: gnu: netcdf: Fix build with gcc-14. |
Date: |
Fri, 24 Jan 2025 11:07:04 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 51d034e9993df07c4034b4b2960a2ea5434521e9
Author: Janneke Nieuwenhuizen <janneke@gnu.org>
AuthorDate: Sun Jan 5 18:53:52 2025 +0100
gnu: netcdf: Fix build with gcc-14.
* gnu/packages/maths.scm (netcdf): Add CFLAGS to #:configure-flags to relax
gcc-14's strictness.
Change-Id: Ic5059519414aeb644dd0bde084f569b954c17904
---
gnu/packages/maths.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1aae331e44..e804244172 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2258,7 +2258,8 @@ similar to MATLAB, GNU Octave or SciPy.")
zlib))
(arguments
(list #:configure-flags
- #~'("--enable-doxygen" "--enable-dot"
+ #~'("CFLAGS=-g -O2 -Wno-error=incompatible-pointer-types"
+ "--enable-doxygen" "--enable-dot"
"--enable-hdf4" "--disable-dap-remote-tests")
#:phases
- 211/237: gnu: folks: Fix build with gcc-14., (continued)
- 211/237: gnu: folks: Fix build with gcc-14., guix-commits, 2025/01/24
- 220/237: gnu: freerdp: Fix build with gcc-14., guix-commits, 2025/01/24
- 215/237: gnu: gnome-boxes: Fix build with gcc-14., guix-commits, 2025/01/24
- 216/237: gnu: icedtea-7: Fix build with gcc-14., guix-commits, 2025/01/24
- 219/237: gnu: libunwind: Fix build with gcc-14 for i686-linux., guix-commits, 2025/01/24
- 210/237: gnu: gsequencer: Update to 7.4.12; fixes build with gcc-14., guix-commits, 2025/01/24
- 221/237: gnu: freeipmi: Fix build with gcc-14., guix-commits, 2025/01/24
- 217/237: gnu: cheese: Fix build with gcc-14., guix-commits, 2025/01/24
- 214/237: gnu: guile-gi: Fix build with gcc-14., guix-commits, 2025/01/24
- 212/237: gnu: gnome-recipes: Fix build with gcc-14., guix-commits, 2025/01/24
- 224/237: gnu: netcdf: Fix build with gcc-14.,
guix-commits <=
- 225/237: gnu: gcc: Update gcc, gcc-toolchain, libgccjit to 14., guix-commits, 2025/01/24
- 227/237: gnu: clang-runtime-18: Build with gcc-12., guix-commits, 2025/01/24
- 226/237: gnu: clang-runtime: Remove gcc-12, 13, 14 from native-inputs., guix-commits, 2025/01/24
- 231/237: gnu: gettext: Update to 0.23.1., guix-commits, 2025/01/24
- 229/237: gnu: clang-runtime-17: Build with gcc-13., guix-commits, 2025/01/24
- 233/237: gexp: Improve support of Unicode characters., guix-commits, 2025/01/24
- 234/237: gexp: Attempt to set LC_CTYPE in compiled-modules., guix-commits, 2025/01/24
- 235/237: doc: Update arguments for gexp procedures., guix-commits, 2025/01/24
- 23/237: gnu: guile-lzlib: Fix build with gcc-14., guix-commits, 2025/01/24
- 25/237: gnu: python-lxml: Update to 5.2.2; fixes build with gcc-14., guix-commits, 2025/01/24