slackbuilds/gis/grass
David Spencer 511479599c
gis/grass: Fix deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-11-12 22:33:15 +07:00
..
README gis/grass: Wrap README at 72 columns. 2022-03-13 14:41:09 -04:00
doinst.sh gis/grass: Moved from Academic category. 2014-02-08 11:10:09 -06:00
gdal-3.3.patch gis/grass: Fix for GDAL 3.3. 2021-07-03 11:36:07 +07:00
grass.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
grass.desktop gis/grass: Updated for version 7.0.0. 2015-02-28 11:38:41 +07:00
grass.info gis/grass: Fix deps. 2022-11-12 22:33:15 +07:00
slack-desc gis/grass: Updated for version 7.2.0. 2017-01-24 00:21:46 +00:00

README

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.

The following options may be enabled:

  mariadb        for mariadb (or mysql) database support

  postgresql     for postgresql database support
                 (requires postgresql)

  sqlite         for sqlite database support

  unixODBC       for ODBC support
                 (requires unixODBC)

  gmath          for the GRASS gmath library
                 (requires both blas and lapack)

  netcdf         for netcdf export
                 (requires netcdf)

  libLAS         for LAS LiDAR file support
                 (requires libLAS)

  opencl         for OpenCL GPU acceleration
                 (requires nvidia-driver or amd-app-sdk and
                 suitable GPU)

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

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

ffmpeg is an optional runtime dependency for the Animation tool
(g.gui.module).

If you need to make grass libraries available to other applications
(e.g. qgis) do this:

  echo /opt/grass/lib >> /etc/ld.so.conf && ldconfig