Skip to content

Commit efda522

Browse files
authored
amd-libflame: fix build with gcc-14 (#404458)
2 parents 4c9ac29 + 6b803d7 commit efda522

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/by-name/am/amd-libflame/package.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
3131
substituteInPlace CMakeLists.txt --replace '-mtune=native' ""
3232
'';
3333

34+
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration";
35+
3436
passthru = {
3537
inherit blas64;
3638
};

0 commit comments

Comments
 (0)