Skip to content

Commit 16ddcaa

Browse files
committed
[package.xml] init
1 parent 28c1cf5 commit 16ddcaa

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

package.xml

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
<?xml version="1.0"?>
2+
<package format="3">
3+
<name>pycppad</name>
4+
<version>0.0.0</version>
5+
<description>Python bindings for CppAD and CppADCodeGen using Boost.Python</description>
6+
<maintainer email="rohan.budhiraja@inria.fr">Justin Carpentier</maintainer>
7+
<author>Rohan Budhiraja</author>
8+
<author>Justin Carpentier</author>
9+
<license>BSD</license>
10+
11+
<url type="website">https://github.com/simple-robotics/pycppad</url>
12+
13+
<build_depend>git</build_depend>
14+
<build_depend>doxygen</build_depend>
15+
<!-- The following tags are recommended by REP-136 -->
16+
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
17+
<exec_depend condition="$ROS_VERSION == 2">ament_cmake</exec_depend>
18+
<depend condition="$ROS_PYTHON_VERSION == 2">python</depend>
19+
<depend condition="$ROS_PYTHON_VERSION == 3">python3</depend>
20+
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
21+
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
22+
<depend>eigen</depend>
23+
<depend>boost</depend>
24+
<depend>cppad</depend>
25+
<buildtool_depend>cmake</buildtool_depend>
26+
<export>
27+
<build_type>cmake</build_type>
28+
</export>
29+
</package>

0 commit comments

Comments
 (0)