aboutsummaryrefslogtreecommitdiff
path: root/ports/pcl/CONTROL
diff options
context:
space:
mode:
authorJacob Zhong <cmpute@qq.com>2018-03-02 02:45:41 +0800
committerRobert Schumacher <roschuma@microsoft.com>2018-03-01 10:45:41 -0800
commit523b61169498e60168e56f956a9cf63e1d324079 (patch)
treef58f8017d1ef0024f45128d2f48f2783a74cb946 /ports/pcl/CONTROL
parent57c9cd012effe59ff43b2555879a6887c8114710 (diff)
downloadvcpkg-523b61169498e60168e56f956a9cf63e1d324079.tar.gz
vcpkg-523b61169498e60168e56f956a9cf63e1d324079.zip
[pcl] Add cuda and tools option (#2775)
* [pcl] Add cuda and tools option * [pcl] Add dependency support for tools * [pcl] remove deprecated cuda_arch_bin version * [pcl] Add libpng dependency
Diffstat (limited to 'ports/pcl/CONTROL')
-rw-r--r--ports/pcl/CONTROL14
1 files changed, 11 insertions, 3 deletions
diff --git a/ports/pcl/CONTROL b/ports/pcl/CONTROL
index ba78abbf0..82f5cdea3 100644
--- a/ports/pcl/CONTROL
+++ b/ports/pcl/CONTROL
@@ -1,7 +1,7 @@
Source: pcl
-Version: 1.8.1-9
+Version: 1.8.1-10
Description: Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing.
-Build-Depends: eigen3, flann, qhull, vtk, 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
+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
@@ -13,4 +13,12 @@ Build-Depends: vtk[qt]
Feature: pcap
Description: PCAP support for PCL
-Build-Depends: winpcap \ No newline at end of file
+Build-Depends: winpcap
+
+Feature: tools
+Description: Build PCL utilities
+Build-Depends: boost-accumulators
+
+Feature: cuda
+Description: CUDA support for PCL
+Build-Depends: cuda \ No newline at end of file