-
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
mosek and gurobi don't work with xcode generator #4606
Comments
They are working on the CI Xcode jobs: https://drake-jenkins.csail.mit.edu/view/Xcode/ Try
|
same error. only difference I can see is that my |
Try removing |
The temporary workaround would be to add |
I just reproduced the error with a build folder called |
it's strange that the cmake config files are clearly found (and parsed), but somehow gurobi_FOUND does not get set. |
@RussTedrake can you check that |
yes. both are present. |
also just confirmed that it built ok when i made |
Can you send me the contents of the |
no gurobi folder in install lib.
|
Everything looks good for mosek from those files. Can you add the https://github.com/RobotLocomotion/drake/blob/master/cmake/packages.cmake#L148 and send me any output relating to mosek? |
gurobi get's hit first:
|
same for mosek (after moving it ahead of gurobi in that list)
|
also confirmed that I get to the end of gurobi-config.cmake (a status message prints fine there). |
Can you try the setup I am using at the moment?
If that does not work, can you check out a fresh clone of drake and try the same there? |
Closing as wontfix since no one is using xcode anymore TTBOMK. |
both fail on the configure step in drake, with almost identical errors.
The text was updated successfully, but these errors were encountered: