Ticket #1208 (closed task: fixed)

Opened 8 months ago

Last modified 4 months ago

Hudson should configure with-raster and with-topology

Reported by: robe Owned by: chodgson
Priority: medium Milestone: PostGIS 2.0.0
Component: management Version: trunk
Keywords: Cc:

Description

Looking at the Hudson configure logs, it doesn't appear Hudson is building with raster and topology support. How are we supposed to catch compile/regress test issues early in these components without this happening?

Change History

Changed 8 months ago by chodgson

Kevin setup the Hudson build scripts before raster or topology were considered part of the core (or even developed?) and I've never thought or been asked to add them. I'll have a look at it.

Changed 7 months ago by strk

Any news on this ? It'd be useful to have somewhat more testing on the new components. Topology has no external deps so it'd be as easy as adding --with-topology to the configure line.

For raster you'll also need to install GDAL development files.

Changed 5 months ago by dustymugs

Updating ticket with latest info for raster. As of r8369, the raster dependencies have been greatly simplified to only a basic GDAL install (library and dev files). There is no Python, NumPy? and GDAL built with Python and NumPy? bindings. So, including raster should be much easier.

Changed 4 months ago by chodgson

  • status changed from new to closed
  • resolution set to fixed

--with-raster and with-topology are now the default and I've installed gdal 1.9.0 and GEOS 3.3.2 on the build box so it builds successfully.

Note: See TracTickets for help on using tickets.