netgen/python/pyngcore
Drew Parsons 84fc680e72 fix 32-bit usage of size_t
On 32-bit systems size_t is identical unsigned in, causing
redefinition errors in tables (Array_I_S).

This patch guards against the 32-bit redefinition and defines
Array_I_S = Array_I_U for the python interface if not already defined.

Applies debian patch size_t_int32.patch
d7ca1c564d/debian/patches/size_t_int32.patch

Fixes #168
2025-01-05 13:28:18 +01:00
..
__init__.py fix 32-bit usage of size_t 2025-01-05 13:28:18 +01:00