Skip to content

Commit

Permalink
nwchem: fix build with gcc-14 (#368166)
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa authored Dec 27, 2024
2 parents 7796d95 + ddb9369 commit c090827
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/applications/science/chemistry/nwchem/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ stdenv.mkDerivation rec {
runHook postConfigure
'';

# Required for build with gcc-14
env.NIX_CFLAGS_COMPILE = "-Wno-error=implicit-int";

enableParallelBuilding = true;

preBuild = ''
Expand Down

0 comments on commit c090827

Please sign in to comment.