Bas Couwenberg pushed to branch upstream at Debian GIS Project / spatialindex
Commits: 4d6a38b8 by Bas Couwenberg at 2024-06-04T17:52:54+02:00 New upstream version 2.0.0~b4 - - - - - 2 changed files: - + CITATION.cff - test/index-tests.sh Changes: ===================================== CITATION.cff ===================================== @@ -0,0 +1,29 @@ +cff-version: 1.2.0 +message: Please cite this software using these metadata or in the CITATION file. +type: software +title: libspatialindex +version: 2.0.0 +date-released: 2024-05-31 +abstract: libspatialindex a C++ library that implements multiple R* tree families + including R*, MVRTree, and TPRTree. It includes support for disk serialization and + an adaptable interface for query visitors. +url: https://libspatialindex.org +repository-code: https://github.com/libspatialindex/libspatialindex +license: MIT +authors: + - given-names: Marios + family-names: Hadjieleftheriou + affiliation: Bell Labs + orcid: https://orcid.org/0009-0009-3453-6560 + - given-names: Howard + family-names: Butler + affiliation: Hobu Inc + orcid: https://orcid.org/0000-0002-5340-1380 + +keywords: + - libspatialindex + - rtree + - mvrtree + - tprtree + - spatial index + ===================================== test/index-tests.sh ===================================== @@ -22,6 +22,6 @@ execute_test "rtree/test2" execute_test "rtree/test3" execute_test "rtree/test4" execute_test "tprtree/test1" -execute_test "tprtree/test2" +#execute_test "tprtree/test2" execute_test "mvrtree/test1" -execute_test "mvrtree/test2" \ No newline at end of file +execute_test "mvrtree/test2" View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialindex/-/commit/4d6a38b8d121d232046142feae47ddcc82953685 -- This project does not include diff previews in email notifications. View it on GitLab: https://salsa.debian.org/debian-gis-team/spatialindex/-/commit/4d6a38b8d121d232046142feae47ddcc82953685 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
