-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
libsdformat v12.4.0 #56
libsdformat v12.4.0 #56
Conversation
…nda-forge-pinning 2022.03.30.03.10.21
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
On Linux/OSX the location of the On Windows, some components are not found, this probably needs re-applying some parts of the patch that I deleted as it didn't apply anymore due to major refactoring upstream:
and
|
I think it is ok. As long as the ABI did not changed, a change in header location is not problematic, even because it was also changing for each minor release (i.e. from
The usd thing is a new component (see gazebosim/sdformat#817), so it is ok that we do not have it enabled, especially because we miss the main dependency (see conda-forge/staged-recipes#16666).
The missing urdfdom instead seems an actual regression. |
So urdfdom was previously found directly in sdformat, while now the cmake script from ignition-cmake is being used. There's quite a few flags related to URDF in the bld.bat, they might need updating?!? |
Good point, I think it may be worth to try just to remove them, finding urdfdom should work well out of the box (in theory). |
Fix #46 |
I think we're now down to the urdfdom not being found issue. Any clues @traversaro? |
I think it is a combination of:
I need to check more to find the solution. |
If pkg-config file is not found, the CMake logic will never work due to https://gitlab.kitware.com/cmake/cmake/-/issues/17135, see also https://github.com/osrf/gazebo/blob/212fae8ab6a3fd6ac95feeda13c829c36a909319/cmake/SearchForStuff.cmake#L386 for some related Gazebo code. |
Actually this is already handled in gazebosim/gz-cmake@08360a8#diff-ed6adcbc13a18c16651f09d50a008f29e6e9f91b0e5116aff2772791757560f9R146, so this is probably something else. |
In any case, installing the .pc file in urdfdom feedstock is probably the fastest solution. |
Sounds good. Are you happy to tackle this? |
Yep, related issue: conda-forge/urdfdom-feedstock#2 . |
I fixed the issue of .pc files of urdfdom on Windows in conda-forge/urdfdom-feedstock#26 now, let's wait for the usual CDN propagation time and then restart the CI. |
Test compilation is quite slow, but it seems that urdfdom was found now. |
Hi! This is the friendly conda-forge automerge bot! I considered the following status checks when analyzing this PR:
Thus the PR was not passing and not merged. |
Hi! This is the friendly conda-forge automerge bot! Commits were made to this PR after the |
Note, as discussed in ros/urdfdom_headers#73 in theory a change of header location can be a problem for a libraries that are consumed by downstream libraries via old-style CMake variables such as |
It is very likely that the current package version for this feedstock is out of date.
Checklist before merging this PR:
license_file
is packagedInformation about this PR:
@conda-forge-admin,
please add bot automerge
in the title and merge the resulting PR. This command will add our bot automerge feature to your feedstock.bot-rerun
label to this PR. The bot will close this PR and schedule another one. If you do not have permissions to add this label, you can use the phrase@conda-forge-admin, please rerun bot
in a PR comment to have theconda-forge-admin
add it for you.Dependency Analysis
We couldn't run dependency analysis due to an internal error in the bot. :( Help is very welcome!
This PR was created by the regro-cf-autotick-bot. The regro-cf-autotick-bot is a service to automatically track the dependency graph, migrate packages, and propose package version updates for conda-forge. Feel free to drop us a line if there are any issues! This PR was generated by https://github.com/regro/autotick-bot/actions/runs/2062348393, please use this URL for debugging.