This should fix#2260186 by updating to the latest upstream version
There is again an installation mechanism, so that the patch adding
that could be removed. On the other hand, new patch removing the
-Werror compiler option had to be introduced.
New upstream release (#1823615)
The previous workaround for getting installation support was no longer
applicable. New installation support is under review at [1] and this
was backported to 0.9.9.8, with hope that the PR will land in master
before the next upstream release.
New upstream release
Support for running "make install" had disappeared between versions
0.9.9.5 and 0.9.9.6. Upstream seems to be working on adding it back,
but for now, it seems that we can patch the support back in for this
version.
Changes similar to those in
glm-0.9.6.1-bigendian.patch and glm-0.9.6.3-nom64.patch
had appeared in upstream sources, so these patches were
dropped.
GLM has started shipping cmake config files, so these
are now provided by glm-devel.
The patch for fixing aliasing issues is not required or applicable
anymore, due to GLM having fixed the issues.
The float distance counting algorithm entered an infinite loop in
some cases. The glm-0.9.6.1-ulp.patch addresses this.