peterstace / simplefeatures

Simple Features is a pure Go Implementation of the OpenGIS Simple Feature Access Specification
MIT License
125 stars 19 forks source link

Some versions of GEOS don't include a `geos.pc` file #597

Closed peterstace closed 2 months ago

peterstace commented 4 months ago

E.g. GEOS v3.7.0 doesn't include a geos.pc file.

We could have a special build constraint that allows the LDFLAGS to be set directly.

peterstace commented 2 months ago

This was added in v0.47.2 (https://github.com/peterstace/simplefeatures/pull/602).