[geos-devel] cmake detailed comments

2021-10-11 Thread Greg Troxel
As this is my first release using cmake I'm reading INSTALL etc. and have a few comments. 0) INSTALL says; mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=Release .. Setting `CMAKE_BUILD_TYPE` to `Release` is necessary to enable compiler optimizations. but CMakeLists.txt says:

Re: [geos-devel] 3.10.0beta2

2021-10-11 Thread Greg Troxel
Paul Ramsey writes: > I feel like there is an answer somewhere out there that a NetBSD > expert could find and teach us, and I'd rather not bend around the > whole setup of things because of a fairly niche platform issue. People Maybe, and I'm working on that. So far, it doesn't seem like NetB

Re: [geos-devel] 3.10.0beta2

2021-10-11 Thread Paul Ramsey
> On Oct 10, 2021, at 9:51 AM, Greg Troxel wrote: > > > I've been looking into the test failures. > > My build passes LDFLAGS of -R/usr/pkg/lib, because pkgsrc builds to a > prefix that is not part of the default search path. And, while geos > does not depend on libraries from pkgsrc, in ge

Re: [geos-devel] 3.10.0beta3

2021-10-11 Thread Paul Ramsey
Seem to make sense to me? This is a result of adoptiong the ryu package for our double writing. You can lock things down by looking at the precision/padding options for WKT output. P > On Oct 10, 2021, at 8:18 PM, Andrew Hershberger > wrote: > > Here's a diff that shows the WKT writing behav