Re: [geos-devel] PSC Vote: Mark GEOS 3.8 EOL after GEOS 3.8.4 and release 3.9.5, 3.10.6, 3.11.3, 3.12.1

2023-11-06 Thread Paul Ramsey via geos-devel
+1. I can do the releases if you wish > On Nov 6, 2023, at 11:52 AM, Martin Davis via geos-devel > wrote: > > +1 > > On Mon, Nov 6, 2023 at 11:48 AM Regina Obe via geos-devel > mailto:geos-devel@lists.osgeo.org>> wrote: >> According to our chart here: >> >>

Re: [geos-devel] PSC Vote: Mark GEOS 3.8 EOL after GEOS 3.8.4 and release 3.9.5, 3.10.6, 3.11.3, 3.12.1

2023-11-06 Thread Paul Ramsey via geos-devel
OK doke > On Nov 6, 2023, at 12:57 PM, Regina Obe wrote: > > I was thinking maybe would be good for someone else to do besides you just to > confirm your instructions are followable. > > From: geos-devel On Behalf Of Paul > Ramsey via geos-devel > Sent: Monday,

Re: [geos-devel] Buffering with obstacles

2023-10-11 Thread Paul Ramsey via geos-devel
Feels like a raster problem… each cell in your picture is a fixed distance from the starting cell. > On Oct 11, 2023, at 3:49 PM, Nyall Dawson via geos-devel > wrote: > > Hi list! > > (Apologies in advance for the embedded image, I couldn't write this > post sensibly without it). > > I had

Re: [geos-devel] MacOS DYLD Fix

2023-11-10 Thread Paul Ramsey via geos-devel
ing the > LD_RPATH on postgis.so, and other targets is set to the discovered locations > of the dylib files in the ./configure. > > P. > > >> On Nov 9, 2023, at 6:38 PM, Regina Obe > <mailto:l...@pcorp.us>> wrote: >> >> I’ll hold off on releasing until

Re: [geos-devel] MacOS DYLD Fix

2023-11-10 Thread Paul Ramsey via geos-devel
l behaviour as-is and try to coerce PostGIS into ensuring >> the LD_RPATH on postgis.so, and other targets is set to the discovered >> locations of the dylib files in the ./configure. >> >> P. >> >> >> >>> On Nov 9, 2023, at 6:38 PM, R

Re: [geos-devel] MacOS DYLD Fix

2023-11-10 Thread Paul Ramsey via geos-devel
023, at 6:38 PM, Regina Obe wrote: > > I’ll hold off on releasing until there is consensus on this issue. > > From: geos-devel On Behalf Of Paul > Ramsey via geos-devel > Sent: Thursday, November 9, 2023 4:47 PM > To: GEOS Development List > Cc: Paul Ramsey > Subjec

[geos-devel] MacOS DYLD Fix

2023-11-09 Thread Paul Ramsey via geos-devel
From XCode 15, the dyld linker no longer falls back to /usr/local/lib when resolving an @rpath, so installing libraries in /usr/local/lib and hoping that the linker finds them there is no longer workable. They need to be installed with LC_ID_DYLIB set to the install location, which in cmake