[geos-commits] [SCM] GEOS branch master updated. b05b10b3344a9d73ad0af7fbf2f95512535729bc

git at osgeo.org git at osgeo.org
Wed Nov 25 16:57:08 PST 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  b05b10b3344a9d73ad0af7fbf2f95512535729bc (commit)
      from  3d538890ce80faf2c073291e3b1a07fcd243d3dc (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 b05b10b3344a9d73ad0af7fbf2f95512535729bc
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Nov 25 16:56:24 2020 -0800

    Remove -ffloat-store from autoconf build. This flag has not been set
    in the cmake build for quite some time, so we can be pretty sure that
    losing it here won't matter either.

diff --git a/configure.ac b/configure.ac
index b11a7cb..fceccc9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -202,12 +202,8 @@ AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -pedantic], [dummy_cv_pedantic
 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -Wall], [dummy_cv_wall], [-Wall], [], [WARNFLAGS="$WARNFLAGS -Wall"], [])
 AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -Wno-long-long], [dummy_cv_wno_long_long], [-Wno-long-long], [], [WARNFLAGS="$WARNFLAGS -Wno-long-long"], [])
 
-# To make numerical computation more stable, we use --ffloat-store
-NUMERICFLAGS=""
-AC_LIBTOOL_COMPILER_OPTION([if $compiler supports -ffloat-store], [dummy_cv_ffloat_store], [-ffloat-store], [], [NUMERICFLAGS="$NUMERICFLAGS -ffloat-store"], [])
-
 HUSHWARNING="-DUSE_UNSTABLE_GEOS_CPP_API"
-DEFAULTFLAGS="${WARNFLAGS} ${NUMERICFLAGS} ${HUSHWARNING} ${OVERLAYNG_FLAGS}"
+DEFAULTFLAGS="${WARNFLAGS} ${HUSHWARNING} ${OVERLAYNG_FLAGS}"
 
 AM_CXXFLAGS="${AM_CXXFLAGS} ${DEFAULTFLAGS}"
 AM_CFLAGS="${AM_CFLAGS} ${DEFAULTFLAGS}"

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

Summary of changes:
 configure.ac | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list