Search Criteria
Package Details: s2geometry-git r233-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/s2geometry-git.git (read-only, click to copy) |
---|---|
Package Base: | s2geometry-git |
Description: | Computational geometry and spatial indexing on the sphere |
Upstream URL: | https://s2geometry.io/ |
Licenses: | Apache2 |
Submitter: | akhenakh |
Maintainer: | akhenakh |
Last Packager: | akhenakh |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-18 16:49 (UTC) |
Last Updated: | 2020-12-03 19:28 (UTC) |
Dependencies (5)
- gtest (googletest-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- python (python37AUR, python311AUR, python310AUR)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Latest Comments
akhenakh commented on 2020-12-03 19:18 (UTC)
changed it by unseting GTEST_ROOT good call
akhenakh commented on 2020-12-03 19:09 (UTC)
gtest.h is imported everywhere so it's needed even if you are not running the test.
I'll add swig though
mdeff commented on 2020-12-03 17:18 (UTC)
Could we add
swig
as an optional dependency to build python bindings?gtest
too is optional (and doesn't seem to be used, as thePKGBUILD
doesn't docmake -DGTEST_ROOT=...
normake test
). Other optional dependencies aregflags
andglog
. See https://github.com/google/s2geometry#requirements-for-end-users.