[geos-commits] [SCM] GEOS branch master updated. 0c16f648c5f1ee8ed1628ad207fbf4fb790801fd

git at osgeo.org git at osgeo.org
Tue Apr 21 07:30:28 PDT 2020


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 "GEOS".

The branch, master has been updated
       via  0c16f648c5f1ee8ed1628ad207fbf4fb790801fd (commit)
      from  a73568cc5c06fad4711b049a132c5f115182b357 (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 0c16f648c5f1ee8ed1628ad207fbf4fb790801fd
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Apr 21 10:30:21 2020 -0400

    Switch berrie back to autotools cmake not working after 64-bit upgrade

diff --git a/tools/ci/berrie.sh b/tools/ci/berrie.sh
index ecd8fe8..3655b38 100644
--- a/tools/ci/berrie.sh
+++ b/tools/ci/berrie.sh
@@ -10,7 +10,7 @@
 # See the COPYING file for more information.
 #
 # auto tools
-if false; then
+if true; then
     sh autogen.sh
     ./configure
     make
@@ -19,7 +19,7 @@ fi
 
 
 # cmake
-if true; then
+if false; then
     rm -rf build
     mkdir -p build
     cd build

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

Summary of changes:
 tools/ci/berrie.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list