Skip to content
This repository was archived by the owner on Sep 30, 2022. It is now read-only.

libompitrace: explicitly set the .so version #1278

Merged
merged 1 commit into from
Jul 28, 2016

Conversation

jsquyres
Copy link
Member

On master, this value is explicitly set to 0:0:0. On v2.x, set it to 20:0:0 (just so that it is different than master).

Fixes open-mpi/ompi#1906.

Signed-off-by: Jeff Squyres [email protected]

(cherry picked from commit open-mpi/ompi@2e0c3c7)

@rhc54 This library was originally created by you 😄 -- can you review?

On master, this value is explicitly set to 0:0:0.  On v2.x, set it to
20:0:0 (just so that it is different than master).

Fixes open-mpi/ompi#1906.

Signed-off-by: Jeff Squyres <[email protected]>

(cherry picked from commit open-mpi/ompi@2e0c3c7)
@mellanox-github
Copy link

Test PASSed.
See http://bgate.mellanox.com/jenkins/job/gh-ompi-release-pr/1979/ for details.

@rhc54
Copy link

rhc54 commented Jul 28, 2016

👍

@jsquyres jsquyres merged commit 71fb5ce into open-mpi:v2.x Jul 28, 2016
@jsquyres jsquyres deleted the pr/v2.0.1/libompitrace-so-version branch July 28, 2016 18:53
@@ -41,3 +41,5 @@ libompitrace_la_SOURCES = \
request_free.c \
send.c \
sendrecv.c

libompitrace_la_LDFLAGS = -version-info 20:0:0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jsquyres Is there a particular reason why we hard code the 20:0:0 instead of using a variable like $(libompitrace_so_version that would be defined in VERSION?

Seems like this is the only place where we hardcode the version info. All other places reference the VERSION file or something similar.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That might be a better solution, yes.

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

Successfully merging this pull request may close these issues.

5 participants