Version: 2.2.0, Package name: pdal-2.2.0 |
Maintained by: Landry Breuil |
Master sites: |
Description PDAL is a C++ BSD library for translating and manipulating point cloud data. It is very much like the GDAL library which handles raster and vector data. In addition to the library code, PDAL provides a suite of command-line applications that users can conveniently use to process, filter, translate, and query point cloud data. |
Filesize: 97535.433 KB |
Version History (View Complete History) |
|
2020-11-05 09:43:29 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: explicitly disable tests to prevent picking up gtest and then failing to build. updating gtest (+patches from git) end up breaking on ports so let's disable the tests here instead. ok landry@ (MAINTAINER) |
2020-10-20 08:41:29 by Landry Breuil | Files touched by this commit (2) |
Log message: Remove patches that i forgot to cvs rm - noticed by sthen@, thanks! |
2020-10-19 00:34:58 by Landry Breuil | Files touched by this commit (3) |
Log message: Update to pdal 2.2.0. See https://github.com/PDAL/PDAL/releases/tag/2.2.0. There's still a build failure if devel/gtest is installed (reported by ajacoutot@ & naddy@ with 2.1.0) but i'll look into that. |
2020-04-15 23:38:16 by Landry Breuil | Files touched by this commit (1) |
Log message: fix link to upstream commit |
2020-03-23 07:23:33 by Landry Breuil | Files touched by this commit (5) |
Log message: Update to PDAL 2.1.0. See https://github.com/PDAL/PDAL/releases/tag/2.1.0 for details, enable support for .laz files via the newly imported archivers/laszip port. |
2019-09-16 12:02:32 by Landry Breuil | Files touched by this commit (1) |
Log message: Readd patch making sure we dont pick up libexecinfo if present at configure time, which has been a running gag. Build breakage reported by ajacoutot@, thanks ! |
2019-08-29 05:37:37 by Landry Breuil | Files touched by this commit (1) |
Log message: Forgot to remove patch, reported by naddy@ |
2019-08-28 00:53:02 by Landry Breuil | Files touched by this commit (5) |
Log message: Update to pdal 2.0.1. |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2019-05-28 13:35:14 by Landry Breuil | Files touched by this commit (2) |
Log message: Update to PDAL 1.9.1. |
2019-05-15 21:12:29 by Antoine Jacoutot | Files touched by this commit (1) |
Log message: This picks up libexecinfo if installed. |
2019-05-12 10:07:04 by Jeremie Courreges-Anglas | Files touched by this commit (6) |
Log message: Drop z_const patches and unbreak geo/pdal on ports-gcc Note: needs zlib headers with the ZLIB_CONST addition |
2019-04-28 14:52:03 by Stuart Henderson | Files touched by this commit (715) |
Log message: bump all the py3 things, _SYSTEM_VERSION didn't quite work out how we expected and it's easier|safer to do it this way than fiddle with pkg_add now. thanks aja for update tests with a quick bulk. |
2019-04-28 00:49:48 by Landry Breuil | Files touched by this commit (1) |
Log message: Fix build on 32-bits. ok sthen@ |
2019-04-27 04:56:49 by Landry Breuil | Files touched by this commit (1) |
Log message: Ignore error messages (liblapack missing symbols) on stderr from 'python3 -c "import numpy"' for now, fixes numpy detection (and the build) |
2019-04-24 02:14:17 by Landry Breuil | Files touched by this commit (12) |
Log message: Update to pdal 1.9.0. Should build fine with python 3.7. |
2018-05-19 09:01:48 by Landry Breuil | Files touched by this commit (9) |
Log message: Update to pdal 1.7.2. |
2018-04-11 01:47:09 by Landry Breuil | Files touched by this commit (11) |
Log message: Update to pdal 1.7.1. See https://github.com/PDAL/PDAL/releases/tag/1.7.1 Switch to use real source tarballs, and patch out detection/support for libexecinfo/backtrace(). To be revisited when libexecinfo is removed..? |
2018-02-12 13:47:35 by Landry Breuil | Files touched by this commit (2) |
Log message: Fix build with jsoncpp 1.8.4. Backported from https://github.com/PDAL/PDAL/pull/1759 breakage reported by naddy@ |
2017-07-27 03:55:45 by Stuart Henderson | Files touched by this commit (62) |
Log message: add COMPILER_LIBCXX to WANTLIB and bump |