slackbuilds_ponce/academic/grass
David Spencer 058c543a23 academic/grass: Updated for version 6.4.2.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
2012-05-21 17:58:10 -05:00
..
changeset_r50130.diff academic/grass: Updated for version 6.4.2. 2012-05-21 17:58:10 -05:00
doinst.sh
gentoo392371b.patch academic/grass: Updated for version 6.4.2. 2012-05-21 17:58:10 -05:00
grass.desktop academic/grass: Updated for version 6.4.2. 2012-05-21 17:58:10 -05:00
grass.info academic/grass: Updated for version 6.4.2. 2012-05-21 17:58:10 -05:00
grass.SlackBuild academic/grass: Updated for version 6.4.2. 2012-05-21 17:58:10 -05:00
README
slack-desc academic/grass: Updated for version 6.4.2. 2012-05-21 17:58:10 -05:00

GRASS (Geographic Resources Analysis Support System) is a free Geographic
Information System (GIS) used for geospatial data management and
analysis, image processing, graphics/maps production, spatial modeling,
and visualization.  GRASS is an official project of the Open Source
Geospatial Foundation.

GRASS requires proj, gdal, numpy and wxPython.

The following optional dependencies may be enabled:
  blas
  lapack
  geos
  ffmpeg
  mysql
  postgresql
  sqlite

The options you require must be specified by setting the variable ENABLE
before running grass.SlackBuild, for example

  ENABLE="sqlite,ffmpeg" ./grass.SlackBuild

If you need to make grass libraries available on the system
echo /opt/grass/lib >> /etc/ld.so.conf && ldconfig