forked from norlab-ulaval/libnabo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.xml
26 lines (23 loc) · 883 Bytes
/
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
<?xml version="1.0"?>
<package format="3">
<name>libnabo</name>
<version>1.0.7</version>
<description>
libnabo is a fast K Nearest Neighbour library for low-dimensional spaces.
</description>
<maintainer email="stephane.magnenat@mavt.ethz.ch">Stéphane Magnenat</maintainer>
<license>BSD</license>
<url type="repository">https://github.com/ethz-asl/libnabo</url>
<author email="stephane.magnenat@mavt.ethz.ch">Stéphane Magnenat</author>
<!-- The *_depend tags are used to specify dependencies -->
<buildtool_depend>cmake</buildtool_depend>
<build_depend>eigen</build_depend>
<build_depend>boost</build_depend>
<exec_depend>eigen</exec_depend>
<exec_depend>boost</exec_depend>
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<export>
<!-- Specify that this is not really a ROS package -->
<build_type>cmake</build_type>
</export>
</package>