mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
academic/grass: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
0d16130cdd
commit
b6413268a1
2 changed files with 3 additions and 11 deletions
|
@ -4,21 +4,13 @@ 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
|
||||
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
|
||||
If you need to make grass libraries available on the system, do this:
|
||||
echo /opt/grass/lib >> /etc/ld.so.conf && ldconfig
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://grass.osgeo.org/grass64/source/grass-6.4.2.tar.gz"
|
|||
MD5SUM="d3398d6b1e3a2ef19cfb6e39a5ae9919"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="blas ffmpeg gdal geos lapack numpy postgresql proj wxPython"
|
||||
REQUIRES="blas gdal numpy wxPython"
|
||||
MAINTAINER="David Spencer"
|
||||
EMAIL="baildon.research@googlemail.com"
|
||||
|
|
Loading…
Reference in a new issue