Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated GEOS from 3.9.2 to 3.9.3 available from geoint-deps #5451

Merged
merged 1 commit into from
Oct 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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