openhumanoids / signal-scope

A live plotting tool for LCM message fields.
BSD 3-Clause "New" or "Revised" License
13 stars 18 forks source link

add install_prereqs.sh #10

Closed RussTedrake closed 9 years ago

RussTedrake commented 9 years ago

drake001 was failing because of a missing dependency. resolved with

brew install pyqwt
tkoolen commented 9 years ago

+1!

patmarion commented 9 years ago

fixed by RobotLocomotion/drake/pull/1287. For what it's worth, I'm not a fan of per project install_prereqs.sh, I'd rather have package manager dependencies listed in the drake.

tkoolen commented 9 years ago

awesome, thanks!

rdeits commented 9 years ago

@patmarion +1

@RussTedrake having all of the dependencies listed at the top level in drake would also allow us to switch to Travis's newer & faster infrastructure, which means faster build times. The new infrastructure does not allow the build to use sudo, but does allow us to list all of our needed apt packages in the .travis.yml file. We need sudo right now in order to invoke all the install_prereqs scripts.

RussTedrake commented 9 years ago

But i'd be fine if drake's superbuild could report it's list of dependencies for the currently included externals, but want to ensure that:

On Aug 26, 2015, at 11:56 AM, Robin Deits notifications@github.com wrote:

@patmarion +1

@RussTedrake having all of the dependencies listed at the top level in drake would also allow us to switch to Travis's newer & faster infrastructure, which means faster build times. The new infrastructure does not allow the build to use sudo, but does allow us to list all of our needed apt packages in the .travis.yml file. We need sudo right now in order to invoke all the install_prereqs scripts.

— Reply to this email directly or view it on GitHub.