Page MenuHomeFreeBSD

math/pdal: Update to 2.1.0
ClosedPublic

Authored by lbartoletti on Jul 28 2020, 3:59 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 7 2025, 11:29 AM
Unknown Object (File)
Feb 14 2025, 2:26 AM
Unknown Object (File)
Oct 5 2024, 4:11 AM
Unknown Object (File)
Oct 3 2024, 3:25 PM
Unknown Object (File)
Sep 4 2024, 11:19 PM
Unknown Object (File)
Aug 30 2024, 9:38 PM
Unknown Object (File)
Aug 30 2024, 9:38 PM
Unknown Object (File)
Aug 30 2024, 9:38 PM
Subscribers

Details

Summary
  • Update to 2.1.0
  • Remove Sqlite and Python (removed upstream)
  • Remove patch for LASZip (fixed in archivers/laszip)
  • Reoreder options
  • Add lazperf option

Changelog:

Test Plan

poudriere (11/12/13 i386/amd64) all options tested

Diff Detail

Repository
rP FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

math/pdal/Makefile
58 ↗(On Diff #75074)

^

LAZPERF_CMAKE_BOOL=WITH_LAZPERF

applies also for the other cmake-bool options:

https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile-options.html#options-cmake_bool

Use _CMAKE_BOOL instead of _CMAKE_ON

math/pdal/Makefile
61 ↗(On Diff #75081)

^-D is too much here

Apart from the wrong argument pointed out previously this is ready to ship -- please correct that, and the commit :)

lbartoletti added inline comments.
math/pdal/Makefile
61 ↗(On Diff #75081)

Done. Thanks :p

This revision was not accepted when it landed; it landed in state Needs Review.Jul 30 2020, 7:53 PM
This revision was automatically updated to reflect the committed changes.
lbartoletti marked an inline comment as done.