mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
bec7b96fc4
- 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>
9 lines
469 B
Text
9 lines
469 B
Text
GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
|
|
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.
|