summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Robby Workman2021-04-19 03:56:07 +0200
committer Robby Workman2021-04-19 03:56:07 +0200
commit5cd3180d463356e00cc5d03ba6ae3951b5f76095 (patch)
treef013598b1a6c618db9e3b10050ef7586dbdae7be /gis
parent1d91bf5ec42a6c30a0b625e6d195335bbd4b86c0 (diff)
downloadslackbuilds-5cd3180d463356e00cc5d03ba6ae3951b5f76095.tar.gz
gis/grass: Fixed dep info
Diffstat (limited to 'gis')
-rw-r--r--gis/grass/README3
-rw-r--r--gis/grass/grass.info2
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"