mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
2237640a25
commit
023a13cb3d
1 changed files with 2 additions and 1 deletions
|
@ -2445,7 +2445,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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue