amd-libflame: fix build with gcc-14

This commit is contained in:
Markus Kowalewski
2025-05-05 21:41:01 +02:00
parent fd1e5d95bf
commit 6b803d7820
+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;
};