Skip to content

Commit

Permalink
Updated GEOS from 3.9.2 to 3.9.3 available from geoint-deps (#5451)
Browse files Browse the repository at this point in the history
  • Loading branch information
bmarchant authored Oct 7, 2022
1 parent 1573eb3 commit a1fb847
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VagrantProvisionVars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export GOOGLE_CHROME_VERSION=91.0.4472.114
# Geoint deps library versions
export ARMADILLO_VERSION=10.8.2
export GDAL_VERSION=3.2.3
export GEOS_VERSION=3.9.2
export GEOS_VERSION=3.9.3
export LIBGEOTIFF_VERSION=1.6.0
export PROJ_VERSION=7.2.1

Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ fi
if test "${GEOS_VERSION}" = "3.3.2" ; then
AC_MSG_WARN([There is a serious bug in GEOS v3.3.2 distance calculations. GEOS v3.2.2 is known to work.]);
fi
if test "${GEOS_VERSION}" != "3.9.2" ; then
AC_MSG_WARN([Most development occurs with GEOS v3.9.2, using v$GEOS_VERSION. Please run all tests after build (make test).]);
if test "${GEOS_VERSION}" != "3.9.3" ; then
AC_MSG_WARN([Most development occurs with GEOS v3.9.3, using v$GEOS_VERSION. Please run all tests after build (make test).]);
fi

# Python
Expand Down

0 comments on commit a1fb847

Please sign in to comment.