-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
Build against both Gazebo Harmonic (gz-sim8) and Ionic (gz-sim9) #20
Conversation
@conda-forge-admin please rerender |
Hi! This is the friendly automated conda-forge-linting service. I failed to even lint the recipe, probably because of a conda-smithy bug 😢. This likely indicates a problem in your This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13441548325. Examine the logs at this URL for more detail. |
Hi! This is the friendly automated conda-forge-webservice. I tried to rerender for you but ran into some issues. Please check the output logs of the GitHub Actions workflow below for more details. You can also ping The following suggestions might help debug any issues:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13441571179. Examine the logs at this URL for more detail. |
@conda-forge-admin please rerender |
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 ( I do have some suggestions for making it better though... For recipe/meta.yaml:
This message was generated by GitHub Actions workflow run https://github.com/conda-forge/conda-forge-webservices/actions/runs/13442480808. Examine the logs at this URL for more detail. |
…nda-forge-pinning 2025.02.19.18.36.33
Super! |
Fix #15 .
The different version of the dependencies for Gazebo Harmonic and Gazebo Ionic are taken from https://github.com/gazebo-tooling/gazebodistro/blob/master/collection-harmonic.yaml and https://github.com/gazebo-tooling/gazebodistro/blob/master/collection-ionic.yaml .
Hopefully in the future the process of supporting multiple version in dependencies will be easier as the plan is for Gazebo libraries to stop being side-by-side installable (see gazebo-tooling/release-tools#1244), but in the meanwhile this solution should work fine. Note that in the
gz-sim-yarp-plugins
meta-package I changed the dependency on thelibgz-sim-yarp-plugins
from{{ pin_subpackage(cxx_name, exact=True) }}
to{{ pin_subpackage(cxx_name, max_pin='x.x.x') }}
, as if we start having multiple build variants of the same version number, theexact=True
could have been confusing, as I am not sure on which specific build variantgz-sim-yarp-plugins
would be depending.Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)