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

Introduce soname to indicate ABI version of shared library #141

Merged
merged 1 commit into from
Sep 27, 2021
Merged

Introduce soname to indicate ABI version of shared library #141

merged 1 commit into from
Sep 27, 2021

Conversation

tobiasherzke
Copy link
Contributor

Having a "soname" that stays constant allows compiled
executables that link against liblsl to continue to work
whithout recompilation when liblsl is updated as long as
the soname of liblsl stays the same.

Each time the ABI of liblsl changes in future, the setting
LSL_ABI_VERSION in CMakeLists.txt should be incremented by
one to change the soname. Closes #140.

Having a "soname" that stays constant allows compiled
executables that link against liblsl to continue to work
whithout recompilation when liblsl is updated as long as
the soname of liblsl stays the same.

Each time the ABI of liblsl changes in future, the setting
LSL_ABI_VERSION in CMakeLists.txt should be incremented by
one to change the soname.  Closes #140.
@cboulay cboulay merged commit aafaf36 into sccn:master Sep 27, 2021
@cboulay
Copy link
Collaborator

cboulay commented Sep 27, 2021

Great, thanks!

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

Successfully merging this pull request may close these issues.

liblsl versioning on linux (soname and deb packages)
2 participants