[gradsusr] OpenGrADS Supplibs 2.2.0 available
Arlindo da Silva
dasilva at alum.mit.edu
Thu Jul 15 19:34:54 EDT 2010
All,
We have uploaded to sf.net the OpenGrADS Supplibs 2.2.0 that can be used
to build grads 2.0.a8, both the standard sources from COLA (but see below
for small patch) and the OpenGrADS patched sources. We have sources and
pre-compiled supplibs for
Linux i686
Linux x86_64
Mac OS X 10.5
Mac OS X 10.6
FreeBSD 8.0 i686
FreeBSD 8.0 amd
IBM AIX 5.3
sources (single tarball with all needed packages)
More information on how to build the OpenGrADS supplibs here:
http://opengrads.org/wiki/index.php?title=Supplemental_Libraries_%28Supplibs%29
*Download* sources or pre-compiled supplibs from:
http://sourceforge.net/projects/opengrads/files/supplibs/2.2.0/
*Building GrADS with the OpenGrADS Supplibs*
I recommend trying the pre-compiled supplibs first. They are a lot more
portable than the final grads binaries.
1) To build the OpenGrADS Bundle follow these instructions:
http://opengrads.org/wiki/index.php?title=Building_the_OpenGrADS_Bundle_from_Sources
2) To build from standard grads 2.0.a8 sources from COLA you need to modify
2 files:
configure.ac
src/Makefile.am
See below for the small patches. Once you modify these files run:
% autoreconf
to recreate the configure and Makefile.in files. Next, run configure as
usual and build grads following essentially the same procedure as for the
opengrads bundle above (omit the "make check"). In the end you will have a
fully featured build of grads.
Good Luck,
Arlindo
------------------------------------ patch
-----------------------------------------
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
dasilva at alum.mit.edu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20100715/2e7418b8/attachment-0003.html
More information about the gradsusr
mailing list