aboutsummaryrefslogtreecommitdiff
path: root/ports/pdal/CONTROL
AgeCommit message (Collapse)Author
2018-08-01Add laszip (#3978)Jason Beverage
* Added laszip package * Added laszip dependency to pdal * Cleanup laszip port file * [laszip] Use LASZIP_BUILD_STATIC * [pdal] Bump version to include new dependency laszip
2018-05-18[pdal] Avoid configure_file() into the source directoryRobert Schumacher
2018-05-17Add PDAL 1.7.1 (#3452)Mateusz Loskot
* Add PDAL 1.7.1 First stab at porting PDAL (https://pdal.io), creates package: - with minimal set of required dependencies - with dynamic library only - dependency GDAL does not build as static - with pdal executable * [pdal] Allow building static libs on top of DLLs.