-
Notifications
You must be signed in to change notification settings - Fork 16
/
package.xml
21 lines (17 loc) · 978 Bytes
/
package.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<package format="3">
<name>pybind11_catkin</name>
<version>2.10.3</version>
<description>A package vendoring recent versions of pybind11 and providing extra macros for easier integration.</description>
<maintainer email="[email protected]">Wolfgang Merkt</maintainer>
<author>Wolfgang Merkt</author>
<author>Vladimir Ivan</author>
<license>BSD</license>
<buildtool_depend>catkin</buildtool_depend>
<build_export_depend>eigen</build_export_depend>
<build_export_depend condition="$ROS_PYTHON_VERSION == 2">python</build_export_depend>
<build_export_depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</build_export_depend>
<build_export_depend condition="$ROS_PYTHON_VERSION == 3">python3</build_export_depend>
<build_export_depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</build_export_depend>
<depend condition="($ROS_DISTRO != melodic) and ($ROS_DISTRO != noetic)">pybind11-dev</depend>
</package>