[postgis-tickets] [SCM] PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots. branch master updated. a839352812f1d6f76705cf7f6f75dd0d118ef280

git at osgeo.org git at osgeo.org
Thu Oct 10 13:34:50 PDT 2019


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 Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.".

The branch, master has been updated
       via  a839352812f1d6f76705cf7f6f75dd0d118ef280 (commit)
      from  19202c260ca9d5440899a3c0215f8c233845f350 (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 a839352812f1d6f76705cf7f6f75dd0d118ef280
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Oct 10 16:34:46 2019 -0400

    echo disable inline setting

diff --git a/windows/mingw64/scripts/geos_make_install_check_branch.sh b/windows/mingw64/scripts/geos_make_install_check_branch.sh
index b279125..f2d4923 100644
--- a/windows/mingw64/scripts/geos_make_install_check_branch.sh
+++ b/windows/mingw64/scripts/geos_make_install_check_branch.sh
@@ -50,9 +50,10 @@ if [[ "$MAKE_TYPE"  == *cmake*  ]] ; then
     mkdir -p build${OS_BUILD}${MAKE_TYPE}
     cd build${OS_BUILD}${MAKE_TYPE}
     export GEOS_ENABLE_INLINE=ON #for older geos
-    if [["${DISABLE_GEOS_INLINE}"]]; then
+    if [["${DISABLE_GEOS_INLINE}" == '']]; then
       export DISABLE_GEOS_INLINE=ON
     fi 
+    echo "Disable geos inline ${DISABLE_GEOS_INLINE}"
   
     if [[ "${OS_BUILD}" == "64" ]] ; then
       #cmake -G "MSYS Makefiles" DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX:PATH=${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}${GCC_TYPE} -DHAVE_STD_ISNAN=1 -DHAVE_LONG_LONG_INT_64=1 -DGEOS_ENABLE_INLINE=NO -DDISABLE_GEOS_INLINE=ON   -  ../${CMAKE_GEOS_VER}

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

Summary of changes:
 windows/mingw64/scripts/geos_make_install_check_branch.sh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS Buildbots; Jenkins jobs and instructions for setting up winnie and debbie bots.


More information about the postgis-tickets mailing list