Commit 86af7e07 authored by Phillip Seeber's avatar Phillip Seeber
Browse files

pcmsolver: ensure gcc15 compatibility

parent ab9eee4e
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"