Package Details: s2geometry-git 0.12.0.r29.g5b5fbc0-1

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)

Required by (2)

Sources (1)

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 the PKGBUILD doesn't do cmake -DGTEST_ROOT=... nor make test). Other optional dependencies are gflags and glog. See https://github.com/google/s2geometry#requirements-for-end-users.