Opened 13 years ago
Closed 13 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 , 13 years ago
comment:2 by , 13 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 , 13 years ago
comment:4 by , 13 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
—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.
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.