diff options
author | ArTourter <artourter@gmail.com> | 2022-07-08 17:33:07 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-09 10:06:14 +0700 |
commit | 0d022089036ce46b186e8793b84de64d4ba5f63f (patch) | |
tree | 00472be25978b1616e2cd574988953462ce0613f /gis/gdal/README | |
parent | 3e8057147f7fd0de4edddd9c0d4ecdce531a0abc (diff) | |
download | slackbuilds-0d022089036ce46b186e8793b84de64d4ba5f63f.tar.gz |
gis/gdal: Updated for version 3.5.1.
- disable build testing by default
- add flag to build testing components and run make test
Signed-off-by: ArTourter <artourter@gmail.com>
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis/gdal/README')
-rw-r--r-- | gis/gdal/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gis/gdal/README b/gis/gdal/README index 1c41944949..296eb8edf3 100644 --- a/gis/gdal/README +++ b/gis/gdal/README @@ -19,3 +19,7 @@ suitable GPU hardware to run). To build JAVA bindings, specify JAVA=yes (it requires a java JDK and ant). + +By default, the script does not build nor run the tests. You can use the +option TESTBUILD=YES to build and run the tests before the make install +part. |