-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add recipes for missing ignition libraries #13551
Comments
I just opened a PR adding Admittedly, it's my first contribution to Do you have any advice for me for that PR (like things I may have done wrong or who I need to ping to get it in)? @traversaro |
Hi @JShep1 , thanks for working on the recipe. My suggestion is to iterate on the PR until the CI passes, and if you have any doubt feel free to ping me, @Tobias-Fischer or @wolfv . Once the PR is ready, you will need someone with merge permissions. For C/C++ libraries you can ping the |
If you have any quick question, feel free also to pass by https://gitter.im/RoboStack/Lobby . |
This is completed with #14446 . If anyone is interested in this, for apt/homebrew feature parity, it could make sense to have a |
awesome! |
In few cases in the last months I had explain to interested users which ignition robotics libraries (a set of C++ libraries for robotics, see https://ignitionrobotics.org/) were still missing from conda-forge . As this info may be useful to anyone interested in this, especially for people interesting in adding the missing recipes, I think it is useful to report it and track it in this repo.
The Ignition libraries still not packaged in conda-forge are (see https://ignitionrobotics.org/libs for the complete list):
Note that the naming schema for Ignition libraries in conda forge is
libignition-<library-name><major-version>
.cc @Tobias-Fischer @wolfv @mabelzhang @JShep1
The text was updated successfully, but these errors were encountered: