Skip to content
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

Provide versioning information for libraries #6

Closed
richmattes opened this issue Aug 20, 2013 · 2 comments
Closed

Provide versioning information for libraries #6

richmattes opened this issue Aug 20, 2013 · 2 comments

Comments

@richmattes
Copy link

Would you guys be amenable to providing library versioning and ABI versioning (SONAME) to urdfdom? It's pretty simple to do in CMake, and it helps for things like parallel installation of multiple library versions, enforcing ABI changes through ld, etc. There's an example of how to do so in the urdfdom Fedora review request at https://bugzilla.redhat.com/show_bug.cgi?id=871205#c3, I can also code it up and submit a pull request if it's easier.

@isucan
Copy link
Contributor

isucan commented Aug 20, 2013

i believe this has already been done. can you take a look at the cmake code to see if it suits you?

@richmattes
Copy link
Author

Whoops, I was looking at the 0.2.8 release tag, and didn't check master. It looks like this is already taken care of, and it looks good so I'll backport the patch for the Fedora package. Sorry for the noise!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants