Opened 8 years ago

Closed 8 years ago

Last modified 8 years ago

#25655 closed Cleanup/optimization (fixed)

drop support for GEOS < 3.3

Reported by: Sergey Fedoseev Owned by: Sergey Fedoseev
Component: GIS Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Ready for checkin
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description


Change History (10)

comment:1 by Sergey Fedoseev, 8 years ago

Owner: changed from nobody to Sergey Fedoseev
Status: newassigned

comment:2 by Tim Graham, 8 years ago

Summary: drop support to GEOS < 3.3drop support for GEOS < 3.3
Triage Stage: UnreviewedAccepted

comment:3 by Sergey Fedoseev, 8 years ago

Has patch: set

comment:4 by Claude Paroz, 8 years ago

Triage Stage: AcceptedReady for checkin

comment:5 by Claude Paroz <claude@…>, 8 years ago

Resolution: fixed
Status: assignedclosed

In b78226cd:

Fixed #25655 -- Dropped support for GEOS < 3.3

comment:6 by Tim Graham, 8 years ago

Ubuntu 12.04 uses GEOS 3.2.2, so this broke the build on that machine. Should we try to restore test skipping so we can continue testing the rest of the matrix? I'm not sure how much long we'll want to keep that machine but 12.04 is EOL April 2017.

comment:7 by Sergey Fedoseev, 8 years ago

I just wander, what version of postgis is used on that machine?

comment:8 by Tim Graham, 8 years ago

Details are at wiki:Jenkins.

comment:9 by Claude Paroz, 8 years ago

What about setting HAS_GEOS to False when the GEOS version is too low?

comment:10 by Tim Graham <timograham@…>, 8 years ago

In b52b9cf:

Refs #25655 -- Made HAS_GEOS depend on a minimum version.

This skips some tests on systems with GEOS < 3.3 (the minimum
supported version).

Note: See TracTickets for help on using tickets.
Back to Top