Port details on branch 2024Q4 |
- pdal Library for translating and manipulating point cloud data
- 2.7.2_2 math =0 2.7.2_2Version of this port present on the latest quarterly branch.
- Maintainer: lbartoletti@FreeBSD.org
- Port Added: 2024-10-09 19:21:06
- Last Update: 2024-10-09 19:18:02
- Commit Hash: e384c3c
- Also Listed In: databases graphics
- License: BSD3CLAUSE
- WWW:
- https://www.pdal.io
- Description:
- PDAL is a BSD licensed library for translating and manipulating
point cloud data of various formats. It is a library that is
analogous to the GDAL raster library. PDAL is focussed on reading,
writing, and translating point cloud data from the ever-growing
constellation of data formats that are being developed for working
with multi-dimensional emitted-pulse scanning systems. While PDAL is
not explicitly limited to working with LiDAR data formats, its
initial rollout is focused in that area.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/math/pdal/ && make install clean
- To add the package, run one of these commands:
- pkg install math/pdal
- pkg install pdal
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pdal
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724912712
SHA256 (pdal-2.7.2-src.tar.bz2) = f6ae0f3dc012b19c70dde2361799ecac0cdcbeb9cad5cfd96313c9fdc8608f32
SIZE (pdal-2.7.2-src.tar.bz2) = 87431434
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- nlohmann-json>0 : devel/nlohmann-json
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Runtime dependencies:
-
- bash : shells/bash
- Library dependencies:
-
- libgdal.so : graphics/gdal
- libgeos.so : graphics/geos
- libproj.so : graphics/proj
- libboost_thread.so : devel/boost-libs
- libcurl.so : ftp/curl
- libgeotiff.so : graphics/libgeotiff
- libxml2.so : textproc/libxml2
- liblaszip.so : archivers/laszip
- libzstd.so : archivers/zstd
- libunwind.so : devel/libunwind
- libhdf5.so : science/hdf5
- libsz.so : science/libaec
- liblazperf.so : archivers/lazperf
- libpq.so.5 : databases/postgresql16-client
- This port is required by:
- for Libraries
-
- databases/grass7
- databases/grass8
- math/saga
Configuration Options:
- ===> The following configuration options are available for pdal-2.7.2_2:
BASH=on: BASH completion
ICEBRIDGE=on: Enable Icebridge plugin
LAZPERF=on: Enable LAZPerf plugin
MBIO=on: Enable MBIO plugin
PGPOINTCLOUD=on: Enable Coherent PostgreSQL Point Cloud plugin
===> Use 'make config' to modify these settings
- Options name:
- math_pdal
- USES:
- cmake compiler:c++11-lib pathfix pkgconfig ssl tar:bz2 pgsql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.7.2_2 09 Oct 2024 19:18:02 |
Dimitry Andric (dim) |
math/pdal: fix build with clang 19
Clang 19 has become more strict about errors in member functions, which
results in errors building math/pdal:
/wrkdirs/usr/ports/math/pdal/work/PDAL-2.7.2-src/vendor/kazhdan/SparseMatrix.inl:195:18:
error: no member named 'm_N' in 'SparseMatrix<T>'
195 | Resize(this->m_N, this->m_M);
| ~~~~ ^
/wrkdirs/usr/ports/math/pdal/work/PDAL-2.7.2-src/vendor/kazhdan/SparseMatrix.inl:195:29:
error: no member named 'm_M' in 'SparseMatrix<T>'
195 | Resize(this->m_N, this->m_M);
| ~~~~ ^
/wrkdirs/usr/ports/math/pdal/work/PDAL-2.7.2-src/vendor/kazhdan/Ply.h:320:97:
error: no member named 'value' in 'PlyOrientedVertex<Real>'
320 | PlyOrientedVertex operator - ( PlyOrientedVertex p ) const {
return PlyOrientedVertex( point-p.value , normal-p.normal ); }
|
~ ^ (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 1
|