Packaging Ignition with Conan

Hello everyone,

I have started the project of making the Ignition libraries available as Conan packages. The goal is to alleviate some of the dependencies issues and make development for Ignition easier.

The repository is: https://github.com/joxoby/ign-conan. Feel free to contribute if you’re interested. My plan is to get a solid set of Ignition libraries working and then push the resulting recipes to conan-center-index.

2 Likes

I’ve already started pushing some recipes to conan-center-index

ignition-math: https://github.com/conan-io/conan-center-index/pull/3215
sdformat: https://github.com/conan-io/conan-center-index/pull/3216

I will archive the other repository.

2 Likes

Hey Juan:

Sorry I somehow missed the first announce of this in September. It’s amazing to have the ignition libraries available in Conan, thanks for the work! Feel free to tag me on github for any patch that you need against upstream libraries. I’ll try to help there.