-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A few tests fail with missing dependencies even when the precompiled snopt is present #1402
Comments
@hongkai-dai - could you take a look? |
Yes, will look into it On Thu, Oct 8, 2015 at 10:29 AM, Russ Tedrake [email protected]
|
This is a problem with the old As our goal is to get rid of the |
The reason why |
as discussed, let's just fix the easy ones first. we eventually want to distribute the drake libs which depend on libsnoptc , but that will take longer I know. |
this will be resolved by #245 and the eventual move to everything running through our c++ solver wrappers. |
http://drake006.csail.mit.edu/drake/pull-RussTedrake-snopt_precompiled_for_all-into-RobotLocomotion-master_20151008-1111-Continuous
There are 5 that list missing dependency 'SNOPT' and one that lists 'snopt'
To reproduce, simply run the build using WITH_SNOPT off and WITH_SNOPT_PRECOMPILED on.
The text was updated successfully, but these errors were encountered: