nwchem: fix build with gcc-14 (#368166)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user