amd-libflame: fix build with gcc-14 (#404458)

This commit is contained in:
Robert Scott
2025-05-05 23:03:53 +01:00
committed by GitHub
+2
View File
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
substituteInPlace CMakeLists.txt --replace '-mtune=native' ""
'';
env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration";
passthru = {
inherit blas64;
};