[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-123-g91f887f
git at osgeo.org
git at osgeo.org
Thu Apr 1 16:49:17 PDT 2021
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 91f887f5cc5a675beaa9c54870115346fa754c48 (commit)
from d5f7a2adc923869ebe17b5fd0a6fa299d5b9c20c (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 91f887f5cc5a675beaa9c54870115346fa754c48
Author: Regina Obe <lr at pcorp.us>
Date: Thu Apr 1 19:49:11 2021 -0400
Change GDAL require > 2 on configure to agree with docs. Change SFCGAL on docs to agree with configure and change SFCGAL links to gitlab
diff --git a/configure.ac b/configure.ac
index 20eadc0..48ba070 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1339,7 +1339,7 @@ if test "x$with_raster" != "xno"; then
LIBGDAL_DEPLIBS_LDFLAGS=""
dnl GDAL version constants, update here
- GDAL_MIN_VERSION=1.8.0
+ GDAL_MIN_VERSION=2.0.0
GDAL_MIN_VERSION_NUMBER=180 dnl TODO: Use GDAL version calculation MAJOR*1000+MINOR*100+REV*10+BUILD
AC_ARG_WITH(
diff --git a/doc/installation.xml b/doc/installation.xml
index 0c3a60b..af4b7f5 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -241,9 +241,9 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
<listitem>
<para>
- SFCGAL, version 1.1 (or higher) could be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal" />. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <ulink url="http://oslandia.github.io/SFCGAL/installation.html">http://oslandia.github.io/SFCGAL/installation.html</ulink>)
+ SFCGAL, version 1.3.1 (or higher) could be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal" />. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <ulink url="https://oslandia.gitlab.io/SFCGAL/dev.html">https://oslandia.gitlab.io/SFCGAL/dev.html</ulink>)
- <ulink url="https://github.com/Oslandia/SFCGAL">https://github.com/Oslandia/SFCGAL</ulink>.
+ <ulink url="https://gitlab.com/Oslandia/SFCGAL/">https://gitlab.com/Oslandia/SFCGAL/</ulink>.
</para>
</listitem>
-----------------------------------------------------------------------
Summary of changes:
configure.ac | 2 +-
doc/installation.xml | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list