<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html; charset=ISO-8859-1"
 http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
On 06/18/2010 04:11 PM, Tully Foote wrote:
<br>
<blockquote
 cite="mid:AANLkTimk8_eJLFbPbGpk1tqV-LU3pxflIH_jQiZS-5dF@mail.gmail.com"
 type="cite"><br>
  <div class="gmail_quote">On Fri, Jun 18, 2010 at 3:50 PM, Rosen
Diankov <span dir="ltr"><<a moz-do-not-send="true"
 href="mailto:rosen.diankov@gmail.com">rosen.diankov@gmail.com</a>></span>
wrote:<br>
  <blockquote class="gmail_quote"
 style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">easy_install
has been mentioned several times in this list, and there<br>
are several references to it in <a moz-do-not-send="true"
 href="http://ros.org" target="_blank">ros.org</a>, suggesting that it
is<br>
somewhat supported by willow garage. We would like to specify a system<br>
dependency of our ros packages pointing to an easy_install package, is<br>
there a way to do this with the current build system?<br>
thank you,<br>
rosen,<br>
  </blockquote>
  </div>
</blockquote>
<br>
<blockquote
 cite="mid:AANLkTimk8_eJLFbPbGpk1tqV-LU3pxflIH_jQiZS-5dF@mail.gmail.com"
 type="cite">
  <div class="gmail_quote"> We
have talked about adding easy_install as another way to install
packages.  It would fall into the rosdep definnitions.  There is a
ticket here to add support <a moz-do-not-send="true"
 href="https://code.ros.org/trac/ros/ticket/2608">https://code.ros.org/trac/ros/ticket/2608</a>. 
Doing
this was too much for the last overhaul of rosdep.  Our hope is
to get a more robust rosdep syntax for the next generation.  <br>
  </div>
</blockquote>
<div class="gmail_quote"> </div>
<blockquote
 cite="mid:AANLkTimk8_eJLFbPbGpk1tqV-LU3pxflIH_jQiZS-5dF@mail.gmail.com"
 type="cite">
  <br>
Right now we are limited to a single package manager per OS.  But you
can define arbitray bash scripts as rosdep targets.  For example
log4cxx on hardy in ros/rosdep.yaml in boxturtle.  How to do this is
demonstrated in the Tutorials in the rosdep documentation <a
 moz-do-not-send="true" href="http://www.ros.org/wiki/rosdep">http://www.ros.org/wiki/rosdep</a><br>
</blockquote>
<br>
stdeb (
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<a href="http://pypi.python.org/pypi/stdeb">http://pypi.python.org/pypi/stdeb</a>
) can act intermediate between easy_install and apt-get. See, for
example, the pypi-install command. I am happy to add features to stdeb
that facilitate ROS if need be.<br>
<br>
</body>
</html>