Search Criteria
Package Details: s2geometry-git 0.12.0.r29.g5b5fbc0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/s2geometry-git.git (read-only, click to copy) |
---|---|
Package Base: | s2geometry-git |
Description: | A library for manipulating geometric shapes |
Upstream URL: | https://github.com/google/s2geometry |
Licenses: | Apache-2.0 |
Conflicts: | s2geometry |
Provides: | libs2.so, s2geometry |
Submitter: | akhenakh |
Maintainer: | None |
Last Packager: | xiota |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-01-18 16:49 (UTC) |
Last Updated: | 2025-09-14 23:30 (UTC) |
Dependencies (6)
- abseil-cpp (abseil-cpp-gitAUR)
- openssl (openssl-gitAUR, openssl-staticAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR) (make)
Required by (2)
- pure-maps (requires s2geometry)
- pure-maps-git (requires s2geometry)
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.