Opened 13 years ago

Closed 12 years ago

#1208 closed task (fixed)

Hudson should configure with-raster and with-topology

Reported by: robe Owned by: chodgson
Priority: medium Milestone: PostGIS 2.0.0
Component: management Version: master
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 (4)

comment:1 by chodgson, 13 years ago

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.

comment:2 by strk, 12 years ago

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.

comment:3 by Bborie Park, 12 years ago

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.

comment:4 by chodgson, 12 years ago

Resolution: fixed
Status: newclosed

—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.