[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
229/249: gnu: netcdf: Fix build with gcc-14.
From: |
guix-commits |
Subject: |
229/249: gnu: netcdf: Fix build with gcc-14. |
Date: |
Mon, 6 Jan 2025 07:51:55 -0500 (EST) |
janneke pushed a commit to branch core-packages-team
in repository guix.
commit 702315db30accc9df23a954f9e2004b41c8bd16e
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 fe6a419b10..17a012953b 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2291,7 +2291,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
- 198/249: gnu: autofs: Update to 5.1.9 and fix build with gcc-14., (continued)
- 198/249: gnu: autofs: Update to 5.1.9 and fix build with gcc-14., guix-commits, 2025/01/06
- 200/249: gnu: mpg321: Fix build with gcc-14., guix-commits, 2025/01/06
- 199/249: gnu: telepathy-glib: Fix build with gcc-14., guix-commits, 2025/01/06
- 203/249: gnu: mplayer: Fix build with gcc-14., guix-commits, 2025/01/06
- 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 <=
- 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, 2025/01/06
- 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