From: Arlindo da S. <da...@al...> - 2010-07-10 22:52:37
|
Jennifer, I just redid the opengrads supplibs to get in sync with COLA's; I'll post specific versions shortly. One of my goals is to have pre-compiled supplibs that could be used to build both opengrads and the standard COLA grads distributions. We just need a small patch in your configure.ac and src/Makefile.am files, see below. The patch in configure.ac is so that the shapefile includes are found; the patch in Makefile.am is so that the Athena GUI (gagui) builds. Thanks, Arlindo ----------------------------------------------------------------------------------------------------------- Index: configure.ac =================================================================== RCS file: /cvsroot/opengrads/cola/grads2/configure.ac,v retrieving revision 1.1.1.6 diff -r1.1.1.6 configure.ac 403c403 < GA_SET_FLAGS([shapelib]) --- > GA_SET_FLAGS([shapelib shp]) 407c407 < GA_SET_INCLUDE_VAR([shp_inc], [shapelib]) --- > GA_SET_INCLUDE_VAR([shp_inc], [shapelib shp]) Index: src/Makefile.am =================================================================== RCS file: /cvsroot/opengrads/cola/grads2/src/Makefile.am,v retrieving revision 1.1.1.6 diff -r1.1.1.6 Makefile.am 33c33 < INCLUDES = $(readline_inc) $(printim_inc) $(grib2_inc) $(nc_inc) \ --- > INCLUDES = $(readline_inc) $(printim_inc) $(grib2_inc) $(gui_inc) $(nc_inc) \ -- Arlindo da Silva da...@al... |