[postgis-devel] 1.3.3
Paul Ramsey
pramsey at cleverelephant.ca
Mon Mar 31 14:52:41 PDT 2008
OK, nothing like saying something is hard to spur one to find the
answer, which is to use this lovely construction:
$(shell expr $(GEOS_VERNUM) ">" 22)
Anyone have something more elegant?
P
On Mon, Mar 31, 2008 at 2:37 PM, Paul Ramsey <pramsey at cleverelephant.ca> wrote:
> This would be trivial if make supported something like 'iflt' or
> 'ifgte', unfortunately all it supports is ifeq. So I can bust out the
> regress tests and do a hamfisted fix that ifeqs GEOS_VERNUM for 22, 30
> and 31, or... well, I'm not actually sure what the "or" :)
>
> Hence this:
>
> http://code.google.com/p/postgis/issues/detail?id=16
>
> Do you consider this a blocker?
>
> P
>
> On Mon, Mar 31, 2008 at 10:52 AM, Mark Cave-Ayland
>
> <mark.cave-ayland at siriusit.co.uk> wrote:
>
>
> > On Monday 31 March 2008 17:38:09 Paul Ramsey wrote:
> > > I have a regression failure on 8.3+2.2.3, in the ogc_regress set, but
> > > that was because test Covers tests were added to that file, and Covers
> > > isn't available in the 2.2.X series. Are you seeing something
> > > different? I (bad puppy) just decided to "see no evil" and not bother
> > > farting with the regression tests to try and break it out.
> > >
> > > P.
> >
> > Yup, that's what I'm seeing. The functions covers() and coveredby() appear not
> > to exist with GEOS 2.2.x.
> >
> >
> > ATB,
> >
> >
> >
> > Mark.
> >
> > --
> > Mark Cave-Ayland
> > Sirius Corporation - The Open Source Experts
> > http://www.siriusit.co.uk
> > T: +44 870 608 0063
> >
>
More information about the postgis-devel
mailing list