-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.xml
43 lines (36 loc) · 1.78 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
<?xml version="1.0"?>
<package format="3">
<name>proxsuite</name>
<version>0.6.6</version>
<description>The Advanced Proximal Optimization Toolbox</description>
<!-- Project maintainers -->
<maintainer email="[email protected]">Justin Carpentier</maintainer>
<!-- ROS buildfarm release -->
<maintainer email="[email protected]">Wolfgang Merkt</maintainer>
<license>BSD-2</license>
<!-- Core authors - cf. CITATION.bib and CITATION.cff -->
<author email="[email protected]">Antoine Bambade</author>
<author>Adrien Taylor</author>
<author email="[email protected]">Fabian Schramm</author>
<author>Sarah El-Kazdadi</author>
<author email="[email protected]">Justin Carpentier</author>
<url type="website">https://simple-robotics.github.io/proxsuite</url>
<url type="repository">https://github.com/Simple-Robotics/proxsuite</url>
<url type="bugtracker">https://github.com/Simple-Robotics/proxsuite/issues</url>
<build_depend>git</build_depend>
<build_depend>doxygen</build_depend>
<depend>eigen</depend>
<!-- simde is only available for Ubuntu 22.04 -->
<depend condition="$ROS_DISTRO == humble or $ROS_DISTRO == rolling or $ROS_DISTRO == iron or $ROS_DISTRO == jazzy">simde</depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python-numpy</depend>
<depend condition="$ROS_PYTHON_VERSION == 3">python3-numpy</depend>
<depend condition="$ROS_PYTHON_VERSION == 2">python-scipy</depend>
<depend condition="$ROS_PYTHON_VERSION == 3">python3-scipy</depend>
<test_depend>matio</test_depend>
<!-- The following tag is recommended by REP-136 -->
<exec_depend condition="$ROS_VERSION == 1">catkin</exec_depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>
</package>