Skip to content

Commit

Permalink
More fixes for package.xml (#1031)
Browse files Browse the repository at this point in the history
Adding boost dependency and conforming to REP-136
  • Loading branch information
mxgrey committed Mar 14, 2018
1 parent 3afb966 commit d530cdb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

### DART 6.3.1 (201X-XX-XX)

* Build system
* ROS support

* Tweaked package.xml for catkin support: [#1027](https://github.com/dartsim/dart/pull/1027) [#1029](https://github.com/dartsim/dart/pull/1029)
* Tweaked package.xml for catkin support: [#1027](https://github.com/dartsim/dart/pull/1027), [#1029](https://github.com/dartsim/dart/pull/1029), [#1031](https://github.com/dartsim/dart/pull/1031)

### [DART 6.3.0 (2017-10-04)](https://github.com/dartsim/dart/milestone/36?closed=1)

Expand Down
8 changes: 7 additions & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
<build_depend>pkg-config</build_depend>
<depend>assimp</depend>
<depend>bullet</depend>
<depend>boost</depend>
<depend>eigen</depend>
<depend>libfcl-dev</depend>
<depend>glut</depend>
Expand All @@ -34,6 +35,11 @@
<depend>tinyxml</depend>
<depend>tinyxml2</depend>

<buildtool_depend>catkin</buildtool_depend>
<!-- The following tags are recommended by REP-136 -->
<run_depend>catkin</run_depend>
<buildtool_depend>cmake</buildtool_depend>
<export>
<build_type>cmake</build_type>
</export>

</package>

0 comments on commit d530cdb

Please sign in to comment.