Package: python-pyglm / 2.8.3-1

Metadata

Package Version Patches format
python-pyglm 2.8.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Do not force old C standard.patch | (download)

setup.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 do not force old c++ standard


0002 Redirect infinitePerspective LH RH to _NO variant.patch | (download)

PyGLM_lib/PyGLM/functions/stable_extensions/matrix_clip_space.h | 8 4 + 4 - 0 !
1 file changed, 4 insertions(+), 4 deletions(-)

 redirect infiniteperspective{lh,rh} to _no variant

After https://github.com/g-truc/glm/pull/1159, the implementation
was accidentally removed. This patch restores the previous behavior
so that the module has no undefined symbols.