r-spatial / lwgeom

bindings to the liblwgeom library
https://r-spatial.github.io/lwgeom/
58 stars 23 forks source link

Several fixes for configure script #86

Closed jeroen closed 8 months ago

jeroen commented 9 months ago

Fixes #87. This fixes a few things:

See also in sf: https://github.com/r-spatial/sf/issues/2270

edzer commented 8 months ago

It seems like packages sf and terra, who build also require GEOS, skip the entire ./configure step, and compile, while lwgeom breaks on a geos test in configure. How can we skip this for wasm / em++?