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)
Thu, Mar 28, 12:24 PM
Unknown Object (File)
Mar 4 2024, 4:45 AM
Unknown Object (File)
Mar 4 2024, 4:45 AM
Unknown Object (File)
Mar 4 2024, 4:45 AM
Unknown Object (File)
Mar 4 2024, 4:45 AM
Unknown Object (File)
Mar 3 2024, 2:19 AM
Unknown Object (File)
Dec 22 2023, 2:11 PM
Unknown Object (File)
Dec 22 2023, 2:11 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
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 32622
Build 30078: arc lint + arc unit

Event Timeline

math/pdal/Makefile
56

^

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

^-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

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.