Skip to content

Commit

Permalink
nwchem: fix build with gcc-14
Browse files Browse the repository at this point in the history
  • Loading branch information
markuskowa committed Dec 25, 2024
1 parent b9095aa commit ddb9369
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 ddb9369

Please sign in to comment.