mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 21:46:35 +01: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
9b72bd2940
commit
702315db30
1 changed files with 2 additions and 1 deletions
|
@ -2291,7 +2291,8 @@ (define-public netcdf
|
|||
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…
Reference in a new issue