mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-24 09:17:49 +08:00
9d473a6954
* [boost] Update to 1.70.0 * [boost-build] Update to 1.70.0 * [folly][freeopcua][libtorrent][websocketpp] Upgrades/patches to handle boost 1.70 * [boost-variant] Revert to 1.69 due to regression [fizz][folly] Update and fix for boost 1.70 [libsodium] Use CMake buildsystem replacement to enable non-Windows * [wangle] Update. [folly] Avoid linking debug libs in release. * [pcl] Fix compatibility with boost 1.70 * [fizz] Handle merge regression * [arrow] Modernize and fix cmake targets * [boost-type-traits] Update patches for arm64-windows * [boost-locale] Add boost-system and boost-thread as arm64 dependencies * [ompl] Add missing boost-timer dependency
24 lines
817 B
Plaintext
24 lines
817 B
Plaintext
Source: pcl
|
|
Version: 1.9.1-2
|
|
Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing.
|
|
Build-Depends: eigen3, flann, qhull, vtk, libpng, boost-system, boost-filesystem, boost-thread, boost-date-time, boost-iostreams, boost-random, boost-foreach, boost-dynamic-bitset, boost-property-map, boost-graph, boost-multi-array, boost-signals2, boost-ptr-container, boost-uuid, boost-interprocess, boost-asio
|
|
|
|
Feature: openni2
|
|
Description: OpenNI2 support for PCL
|
|
Build-Depends: openni2
|
|
|
|
Feature: qt
|
|
Description: Qt support for PCL
|
|
Build-Depends: vtk[qt]
|
|
|
|
Feature: pcap
|
|
Description: PCAP support for PCL
|
|
Build-Depends: winpcap
|
|
|
|
Feature: tools
|
|
Description: Build PCL utilities
|
|
Build-Depends: boost-accumulators
|
|
|
|
Feature: cuda
|
|
Description: CUDA support for PCL
|
|
Build-Depends: cuda |