1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
|
{
"name": "pcl",
"version": "1.11.1",
"port-version": 4,
"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"
],
"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"
]
}
}
}
|