-
Notifications
You must be signed in to change notification settings - Fork 75
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
ignition-rendering0: use newer commit #457
Conversation
the bottle builds failed; maybe @iche033 has some insight? |
I tried to narrow down what the cause might be @iche033 and here's where I got: In #458 we bottled ignition-cmake up to and including this PR: https://bitbucket.org/ignitionrobotics/ign-cmake/pull-requests/105 Now bottling ignition-rendering0 we end up with this cmake error:
This is what has changed in ignition-cmake since the last rendering bottle was built on jul 1: this is the diff. This is what's changed in ignition-rendering's CMakeLists since the last bottling: it finds ogre with So I think the swap over to IgnOGRE might be the cause. |
I noticed the complaint about |
I also ran into a similar problem on ubuntu. I made some fixes to the pkg config path in this PR: https://bitbucket.org/ignitionrobotics/ign-cmake/pull-requests/105 Not sure if it will help here |
d068591
to
0734f62
Compare
0f9566a
to
cd45165
Compare
I just updated the ign-cmake1 formula, used the latest commit from ign-rendering default, and started new bottle builds |
Context is in https://bitbucket.org/ignitionrobotics/ign-rendering/issues/28
This is the first time I've done this. I'm copying #450. I think the other commits must get generated automatically somehow.
This version of ignition rendering requires an updated version of ignition cmake: see #458