[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0beta1-33-g883f3f7ca

git at osgeo.org git at osgeo.org
Wed Jul 13 11:34:17 PDT 2022


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  883f3f7ca455420ba56379c55aeab518d74bbea1 (commit)
       via  3c6ad2193cc9991e32336f88aaa9de59327da25e (commit)
       via  4315d3639afd22aaeb9d6d4ff0ffd9782ec46f54 (commit)
      from  1b885cfff60dba0dc1b8e01c5fbfc173f3785b1d (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 883f3f7ca455420ba56379c55aeab518d74bbea1
Merge: 1b885cfff 3c6ad2193
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jul 13 14:32:56 2022 -0400

    Merge remote-tracking branch 'lbartoletti/fix_bessie32'
    Fix for bessie32 compile errors
    Closes https://git.osgeo.org/gitea/postgis/postgis/pulls/102


commit 3c6ad2193cc9991e32336f88aaa9de59327da25e
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date:   Wed Jul 13 14:55:28 2022 +0200

    Enable raster

diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh
index 9650728bb..951698325 100644
--- a/ci/bessie32/postgis_regress.sh
+++ b/ci/bessie32/postgis_regress.sh
@@ -9,7 +9,7 @@ export CXXFLAGS="-O2 -pipe  -fstack-protector-strong -Wl,-rpath=/usr/local/lib/g
 export CFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-trunc"
 export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
 sh autogen.sh
-./configure PKG_CONFIG=/usr/local/bin/pkgconf LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --without-interrupt-tests --with-topology --without-raster --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf --with-wagyu
+./configure PKG_CONFIG=/usr/local/bin/pkgconf LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --without-interrupt-tests --with-topology --with-raster --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf --with-wagyu
 
 #make distclean
 make

commit 4315d3639afd22aaeb9d6d4ff0ffd9782ec46f54
Author: Loïc Bartoletti <loic.bartoletti at oslandia.com>
Date:   Tue Jul 12 16:43:45 2022 +0200

    [WIP] fix bessie32

diff --git a/ci/bessie32/postgis_regress.sh b/ci/bessie32/postgis_regress.sh
index c3295d421..9650728bb 100644
--- a/ci/bessie32/postgis_regress.sh
+++ b/ci/bessie32/postgis_regress.sh
@@ -3,14 +3,13 @@
 set -e
 
 #export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
-sh autogen.sh
-CC=gcc11  \
-CXX=g++11 \
-CXXFLAGS="-O2 -pipe  -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc8  -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=/usr/local/lib/gcc11" \
-CFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-trunc" \
+export CC=gcc11
+export CXX=g++11
+export CXXFLAGS="-O2 -pipe  -fstack-protector-strong -Wl,-rpath=/usr/local/lib/gcc11  -nostdinc++ -isystem /usr/include/c++/v1 -Wl,-rpath=/usr/local/lib/gcc11"
+export CFLAGS="-Wall -Wmissing-prototypes -Wpointer-arith -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-trunc"
 export PATH=${PATH}:/usr/local:/usr/local/lib:/usr/local/bin
 sh autogen.sh
-./configure --with-projdir=/usr/local --with-libiconv=/usr/local --without-interrupt-tests --with-library-minor-version
+./configure PKG_CONFIG=/usr/local/bin/pkgconf LDFLAGS="-L/usr/local/lib" --with-libiconv-prefix=/usr/local --without-gui --without-interrupt-tests --with-topology --without-raster --with-sfcgal=/usr/local/bin/sfcgal-config --with-address-standardizer --with-protobuf --with-wagyu
 
 #make distclean
 make

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

Summary of changes:
 ci/bessie32/postgis_regress.sh | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list