Unverified Commit efda5226 authored by Robert Scott's avatar Robert Scott Committed by GitHub
Browse files

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

parents 4c9ac29b 6b803d78
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ stdenv.mkDerivation rec {
    substituteInPlace CMakeLists.txt --replace '-mtune=native' ""
  '';

  env.NIX_CFLAGS_COMPILE = "-Wno-implicit-function-declaration";

  passthru = {
    inherit blas64;
  };