Unverified Commit 7c643dfb authored by nixpkgs-ci[bot]'s avatar nixpkgs-ci[bot] Committed by GitHub
Browse files

pcmsolver: ensure gcc15 compatibility (#479365)

parents 6add424c 86af7e07
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
  ];

  # Required for build with gcc-14
  env.NIX_CFLAGS_COMPILE = "-std=c++14";
  env.NIX_CFLAGS_COMPILE = "-std=c++14 -Wno-template-body";

  cmakeFlags = [
    "-DENABLE_OPENMP=ON"