mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 16:59:00 +08:00
8acb35e27f
* [pcl] Update patches and portfile for PCL 1.12.0.99
* [pcl] Update pcl to 1.12.0.99
* Update rtabmap to 0.20.13, don't build Qt libs when WITH_QT is OFF
* [rtabmap] update to 0.20.13
* Use PCL 1.12.0 instead of 1.12.0.99
* [pcl] Use PCL 1.12.0
* Require pcl[vtk] to build rtabmap
* Fix rtabmap hash
* Go back to ccc8202
, where Linux CI was passing, update rtabmap to require pcl[vtk]
* test - go back to pcl 1.20.0.99
* That wasn't it - go back to PCL release commit
* Go back to pcl 1.12.0
* Remove libpng patch due to updated VTK per https://github.com/microsoft/vcpkg/pull/18855#issuecomment-880989289
* Bump version as per git bot
* Fix find dependencies in pcl's dependency
* version stuff
* version
* Replace depreciate functions
* version
* Add DISABLE_PARALLEL_CONFIGURE to rtabmap
* version
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
92 lines
1.8 KiB
JSON
92 lines
1.8 KiB
JSON
{
|
|
"name": "pcl",
|
|
"version": "1.12.0",
|
|
"description": "Point Cloud Library (PCL) is open source library for 2D/3D image and point cloud processing.",
|
|
"homepage": "https://github.com/PointCloudLibrary/pcl",
|
|
"supports": "!(arm64 & windows)",
|
|
"dependencies": [
|
|
"boost-asio",
|
|
"boost-date-time",
|
|
"boost-dynamic-bitset",
|
|
"boost-filesystem",
|
|
"boost-foreach",
|
|
"boost-graph",
|
|
"boost-interprocess",
|
|
"boost-iostreams",
|
|
"boost-multi-array",
|
|
"boost-property-map",
|
|
"boost-ptr-container",
|
|
"boost-random",
|
|
"boost-signals2",
|
|
"boost-sort",
|
|
"boost-system",
|
|
"boost-thread",
|
|
"boost-uuid",
|
|
"eigen3",
|
|
"flann",
|
|
"libpng",
|
|
"qhull",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "CUDA support for PCL",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"opengl": {
|
|
"description": "OpenGL support for PCL"
|
|
},
|
|
"openni2": {
|
|
"description": "OpenNI2 support for PCL",
|
|
"dependencies": [
|
|
"openni2"
|
|
]
|
|
},
|
|
"pcap": {
|
|
"description": "PCAP support for PCL",
|
|
"dependencies": [
|
|
{
|
|
"name": "libpcap",
|
|
"platform": "!windows"
|
|
},
|
|
{
|
|
"name": "winpcap",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
},
|
|
"qt": {
|
|
"description": "Qt support for PCL",
|
|
"dependencies": [
|
|
{
|
|
"name": "vtk",
|
|
"features": [
|
|
"qt"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build PCL utilities",
|
|
"dependencies": [
|
|
"boost-accumulators"
|
|
]
|
|
},
|
|
"vtk": {
|
|
"description": "VTK-Visualizations support for PCL",
|
|
"dependencies": [
|
|
"vtk"
|
|
]
|
|
}
|
|
}
|
|
}
|