We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd1e5d9 commit 6b803d7Copy full SHA for 6b803d7
pkgs/by-name/am/amd-libflame/package.nix
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
31
substituteInPlace CMakeLists.txt --replace '-mtune=native' ""
32
'';
33
34
+ env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration";
35
+
36
passthru = {
37
inherit blas64;
38
};
0 commit comments