nixpkgs/pkgs/applications/science/math/gmsh
Sergei Trofimovich 775c761fd8 gmsh: pull gcc-13 build fix from upstream
Without the change `gmsh` build fails in `staging-next` as:

    /build/gmsh-4.11.1-source/src/mesh/meshGFacePack.cpp:209:7: error: 'uint32_t' was not declared in this scope
      209 |   for(uint32_t j = 0; j < 6; j++) {
          |       ^~~~~~~~
    /build/gmsh-4.11.1-source/src/mesh/meshGFacePack.cpp:16:1: note: 'uint32_t' is defined in header '<cstdint>'; did you forget to '#include <cstdint>'?
       15 | #include "robustPredicates.h"
      +++ |+#include <cstdint>
2024-01-01 20:30:30 +00:00
..
default.nix gmsh: pull gcc-13 build fix from upstream 2024-01-01 20:30:30 +00:00
fix-python.patch gmsh: enable python bindings 2023-01-09 19:01:02 -05:00