globalarrays: fix build with gcc-14 (#375137)

This commit is contained in:
Markus Kowalewski
2025-01-19 23:41:31 +01:00
committed by GitHub
+2
View File
@@ -30,6 +30,8 @@ stdenv.mkDerivation rec {
openssh
];
env.NIX_CFLAGS_COMPILE = "-Wno-error=incompatible-pointer-types";
preConfigure = ''
configureFlagsArray+=( "--enable-i8" \
"--with-mpi" \