diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 20:56:07 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 20:56:07 -0500 |
commit | 5cd3180d463356e00cc5d03ba6ae3951b5f76095 (patch) | |
tree | f013598b1a6c618db9e3b10050ef7586dbdae7be /gis | |
parent | 1d91bf5ec42a6c30a0b625e6d195335bbd4b86c0 (diff) | |
download | slackbuilds-5cd3180d463356e00cc5d03ba6ae3951b5f76095.tar.gz |
gis/grass: Fixed dep info
Diffstat (limited to 'gis')
-rw-r--r-- | gis/grass/README | 3 | ||||
-rw-r--r-- | gis/grass/grass.info | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/gis/grass/README b/gis/grass/README index 6ae5d756b4..aad2c1c4f3 100644 --- a/gis/grass/README +++ b/gis/grass/README @@ -26,8 +26,7 @@ The following options may be enabled: (requires libLAS) opencl for OpenCL GPU acceleration - (requires opencl-headers, either nvidia-driver or amd-app-sdk, - and suitable GPU hardware) + (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 diff --git a/gis/grass/grass.info b/gis/grass/grass.info index 2ce125aa93..6cf10ee75f 100644 --- a/gis/grass/grass.info +++ b/gis/grass/grass.info @@ -5,6 +5,6 @@ DOWNLOAD="https://grass.osgeo.org/grass78/source/grass-7.8.0.tar.gz" MD5SUM="e9b9d3bbbfe3ef9055ea1398b2222de4" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="gdal numpy3 wxPython4 zstd" +REQUIRES="gdal numpy3 wxPython4" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |