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.
2 parents 4c9ac29 + 6b803d7 commit efda522Copy full SHA for efda522
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