[SCM] PostGIS branch master updated. 3.6.0rc2-532-gfe42b211b

git at osgeo.org git at osgeo.org
Fri Jun 12 21:03:44 PDT 2026


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  fe42b211b8d4fa6aff42f7908f3f16e1aaceda8a (commit)
      from  5e470c937da451dc022ad68c0a462a5068336a89 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit fe42b211b8d4fa6aff42f7908f3f16e1aaceda8a
Author: Sandro Santilli <strk at kbt.io>
Date:   Sat Jun 13 06:03:30 2026 +0200

    Add GMP dependency in docs

diff --git a/doc/installation.xml b/doc/installation.xml
index 954c0d61a..02cda543a 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -205,6 +205,14 @@ sh autogen.sh
     </para>
     </listitem>
 
+    <listitem>
+    <para>
+      The GNU Multiple Precision Arithmetic Library (libgmp). Used to control precision of math operations in PostGIS Topology.
+      GMP is available for download from
+      <link xlink:href="https://gmplib.org/">https://gmplib.org/</link>.
+    </para>
+    </listitem>
+
     <listitem>
     <para>
       GDAL, version 3+ is preferred.  This is required for raster

-----------------------------------------------------------------------

Summary of changes:
 doc/installation.xml | 8 ++++++++
 1 file changed, 8 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list