-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.xml
48 lines (41 loc) · 1.5 KB
/
package.xml
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
<?xml version="1.0"?>
<?xml-model
href="http://download.ros.org/schema/package_format2.xsd"
schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="2">
<name>openeb_vendor</name>
<version>1.0.0</version>
<description>
Wrapper around openeb
</description>
<maintainer email="[email protected]">Bernd Pfrommer</maintainer>
<license>Apache License 2.0</license> <!-- this package and openeb are Apache 2.0 -->
<author email="[email protected]">Bernd Pfrommer</author>
<url type="website">https://github.com/prophesee-ai/openeb</url>
<buildtool_depend>ament_cmake</buildtool_depend>
<buildtool_depend>ament_cmake_vendor_package</buildtool_depend>
<!-- openeb dependencies -->
<buildtool_depend>wget</buildtool_depend>
<buildtool_depend>unzip</buildtool_depend>
<buildtool_depend>curl</buildtool_depend>
<buildtool_depend>git</buildtool_depend>
<buildtool_depend>cmake</buildtool_depend>
<buildtool_depend>hdf5-tools</buildtool_depend>
<buildtool_depend>pkg-config</buildtool_depend>
<depend>boost</depend>
<depend>ffmpeg</depend>
<depend>libusb-1.0</depend>
<depend>libusb-1.0-dev</depend>
<depend>libusb</depend>
<depend>libusb-dev</depend>
<depend>libhdf5-dev</depend>
<depend>libglew-dev</depend>
<depend>libglfw3-dev</depend>
<depend>libopencv-dev</depend>
<depend>libopenscenegraph</depend>
<depend>protobuf-dev</depend>
<test_depend>gtest</test_depend>
<export>
<build_type>ament_cmake</build_type>
</export>
</package>