-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#5613) pdal: allow static builds + add several options + unvendor bo…
…ost & eigen + fix direct dependencies * no os.rename * formatting * fix pkg_config name official pkgconfig file is lowercase * add more topics * remove pdal-config* from package * reorder methods by order of execution * bump dependencies * add zlib option & fix direct dependencies libcurl & zlib are direct dependencies (libcurl is a dependency of vendored arbiter). It was working previously because these libraries were dragged indirectly by other dependencies, but it could have failed with other options values of these dependencies. * avoid to enable libunwind if with_unwind option is False * unvendor boost & eigen pdal depends on boost filesystem * allow to build static libs of PDAL we also build pdal_util as a static lib * do not hardcode rpath into shared libs * add with_lzma option * add with_lazperf option this option is disabled for the moment since lazperf recipe is not available in CCI. * fix typo * bump libcurl version
- Loading branch information
Showing
1 changed file
with
134 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters