diff options
Diffstat (limited to 'gis/grass')
-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 6ae5d756b4203..aad2c1c4f3192 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 2ce125aa93dbc..6cf10ee75f9e6 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" |