14 Commits

Author SHA1 Message Date
landry
ceededf47e geo/pgpointcloud: remove patches forgotten in 1.2.2 2022-06-27 04:49:52 +00:00
landry
a6d71342c2 geo/pgpointcloud: update to 1.2.2 2022-06-27 04:48:55 +00:00
naddy
ffa1cebd1b drop RCS Ids 2022-03-11 19:06:11 +00:00
landry
ed202d953f geo/pgpointcloud: fix for -fno-common
from https://github.com/pgpointcloud/pointcloud/pull/273
2021-02-08 09:50:22 +00:00
landry
b1ecdb9103 Update to pgpointcloud 1.2.1, from wen heping, thanks ! 2020-11-26 07:43:33 +00:00
jeremy
a88762eefe Add upstream patch to work with PostgreSQL 12
Pointed out by landry@ IIRC
2020-02-06 00:40:22 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
naddy
0819fd513b switch to CONFIGURE_STYLE=autoreconf 2019-05-19 11:26:24 +00:00
jeremy
ca9137d191 Work with PostgreSQL 11 using a distpatch from GitHub.
PostgreSQL 11 breakage pointed out by ajacoutot@
OK ajacoutot@
2019-02-19 05:12:31 +00:00
landry
dc62b815a3 Update to pgpointcloud 1.2.0. 2019-01-23 17:37:50 +00:00
landry
00dc81f5a6 Properly set COMPILER to base-clang ports-gcc so that those have a
chance to fail further on crippled archs.
2017-11-04 21:26:00 +00:00
zhuk
ee1c03aa8c Unbreak pgpointcloud by using proper CMake idioms. 2017-07-27 15:43:59 +00:00
sthen
48dbc605b1 add COMPILER_LIBCXX to WANTLIB and bump 2017-07-27 09:55:44 +00:00
landry
12595f7c5a Import pgpointcloud 1.1.0pre0 (snapshot from git master)
LIDAR sensors quickly produce millions of points with large numbers of
variables measured on each point. The challenge for a point cloud database
extension is efficiently storing this data while allowing high fidelity access
to the many variables stored.

PostgreSQL Pointcloud deals with all this variability by using a "schema
document" to describe the contents of any particular LIDAR point. Each point
contains a number of dimensions, and each dimension can be of any data type,
with scaling and/or offsets applied to move between the actual value and the
value stored in the database. The schema document format used by PostgreSQL
Pointcloud is the same one used by the [PDAL](http://pointcloud.org) library.

Note that this needs cmake 3.7.2p3 to build.

ok dcoppa@
2017-07-11 18:50:19 +00:00