summaryrefslogtreecommitdiffstats
path: root/gis/geos/README
diff options
context:
space:
mode:
author ArTourter <artourter@gmail.com>2022-07-04 10:51:33 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-07-09 10:06:13 +0700
commitbec7b96fc437c76518e879559bfd9f0293885a88 (patch)
tree2572b2d328d21603513b79f8cf22dbfef13a0f42 /gis/geos/README
parent9696efec5641ea497509193f7ab394177f2f5d42 (diff)
downloadslackbuilds-bec7b96fc437c76518e879559bfd9f0293885a88.tar.gz
slackbuilds-bec7b96fc437c76518e879559bfd9f0293885a88.tar.xz
gis/geos: Updated for version 3.11.0.
- disable build testing by default - add flag to build testing components and run make test - new project site URL - use download url from new site rather than github. 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/geos/README')
-rw-r--r--gis/geos/README4
1 files changed, 4 insertions, 0 deletions
diff --git a/gis/geos/README b/gis/geos/README
index b6cf0b40fa..857f61a8f5 100644
--- a/gis/geos/README
+++ b/gis/geos/README
@@ -3,3 +3,7 @@ Suite (JTS). As such, it aims to contain the complete functionality
of JTS in C++. This includes all the OpenGIS "Simple Features for SQL"
spatial predicate functions and spatial operators, as well as specific
JTS enhanced topology functions.
+
+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.