Skip to content
Snippets Groups Projects
Unverified Commit 2f0a5a3c authored by Justin Carpentier's avatar Justin Carpentier Committed by GitHub
Browse files

Merge pull request #99 from wxmerkt/wxm-add-package-xml

Update package.xml to fix unstable build warnings
parents bd80c54d 84cdfa82
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0"?> <?xml version="1.0"?>
<package format="2"> <package format="2">
<name>eigenpy</name> <name>eigenpy</name>
<version>1.5.3</version> <version>1.6.2</version>
<description>Bindings between Numpy and Eigen using Boost.Python</description> <description>Bindings between Numpy and Eigen using Boost.Python</description>
<maintainer email="justin.carpentier@inria.fr">Justin Carpentier</maintainer> <maintainer email="justin.carpentier@inria.fr">Justin Carpentier</maintainer>
<maintainer email="wolfgang.merkt@ed.ac.uk">Wolfgang Merkt</maintainer> <maintainer email="wolfgang.merkt@ed.ac.uk">Wolfgang Merkt</maintainer>
...@@ -11,6 +11,8 @@ ...@@ -11,6 +11,8 @@
<url type="website">https://github.com/stack-of-tasks/eigenpy</url> <url type="website">https://github.com/stack-of-tasks/eigenpy</url>
<build_depend>git</build_depend>
<build_depend>doxygen</build_depend>
<depend>python</depend> <depend>python</depend>
<depend>python-numpy</depend> <depend>python-numpy</depend>
<depend>eigen</depend> <depend>eigen</depend>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment