aboutsummaryrefslogtreecommitdiff
path: root/graphics/py-s2
Commit message (Collapse)AuthorAgeFilesLines
* graphics/py-s2: Add CATEGORIES=pythonPo-Chuan Hsieh2021-04-291-1/+1
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/py-s2: fix build on powerpc64 headPiotr Kubaj2020-12-181-1/+9
| | | | | | | | | | | | | | __builtin_bpermd with clang requires POWER7 or later: In file included from CMakeFiles/_pywraps2.dir/s2PYTHON_wrap.cxx:4427: In file included from /usr/local/include/s2/util/coding/coder.h:32: In file included from /usr/local/include/s2/util/coding/varint.h:41: /usr/local/include/s2/util/bits/bits.h:509:19: error: this builtin is only valid on POWER7 or later CPUs uint64 result = __builtin_bpermd(0x3f3e3d3c3b3a3938, temp); But GCC can use __builtin_bpermd without resorting to forcing POWER7. Notes: svn path=/head/; revision=558380
* Add s2 version check to BUILD_DEPENDSSunpoet Po-Chuan Hsieh2020-09-131-1/+2
| | | | Notes: svn path=/head/; revision=548554
* Unbreak index.Mark Linimon2020-09-121-0/+1
| | | | Notes: svn path=/head/; revision=548380
* Add py-s2 0.9.0Sunpoet Po-Chuan Hsieh2020-09-125-0/+75
S2 Geometry Library is a package for manipulating geometric shapes. Unlike many geometry libraries, S2 is primarily designed to work with spherical geometry, i.e., shapes drawn on a sphere rather than on a planar 2D map. This makes it especially suitable for working with geographic data. This port is the Python binding of S2 Geometry Library. WWW: https://s2geometry.io/ WWW: https://github.com/google/s2geometry Notes: svn path=/head/; revision=548313