File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
ompi/contrib/libompitrace Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 33# Copyright (c) 2011 NVIDIA Corporation. All rights reserved.
44# Copyright (c) 2013 Mellanox Technologies, Inc.
55# All rights reserved.
6+ # Copyright (c) 2016 IBM Corporation. All rights reserved.
67
78# This is the VERSION file for Open MPI, describing the precise
89# version of Open MPI in this distribution. The various components of
@@ -91,6 +92,7 @@ libopen_rte_so_version=0:0:0
9192libopen_pal_so_version=0:0:0
9293libmpi_java_so_version=0:0:0
9394liboshmem_so_version=0:0:0
95+ libompitrace_so_version=0:0:0
9496
9597# "Common" components install standalone libraries that are run-time
9698# linked by one or more components. So they need to be versioned as
Original file line number Diff line number Diff line change 2222# Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
2323# Copyright (c) 2014-2016 Research Organization for Information Science
2424# and Technology (RIST). All rights reserved.
25+ # Copyright (c) 2016 IBM Corporation. All rights reserved.
2526# $COPYRIGHT$
2627#
2728# Additional copyrights may follow
@@ -134,7 +135,8 @@ m4_ifdef([project_ompi],
134135 AC_SUBST(libmpi_usempi_tkr_so_version)
135136 AC_SUBST(libmpi_usempi_ignore_tkr_so_version)
136137 AC_SUBST(libmpi_usempif08_so_version)
137- AC_SUBST(libmpi_java_so_version)])
138+ AC_SUBST(libmpi_java_so_version)
139+ AC_SUBST(libompitrace_so_version)])
138140m4_ifdef([project_orte],
139141 [AC_SUBST(libopen_rte_so_version)])
140142m4_ifdef([project_oshmem],
Original file line number Diff line number Diff line change 1111# Copyright (c) 2004-2005 The Regents of the University of California.
1212# All rights reserved.
1313# Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
14+ # Copyright (c) 2016 IBM Corporation. All rights reserved.
1415# $COPYRIGHT$
1516#
1617# Additional copyrights may follow
@@ -42,4 +43,4 @@ libompitrace_la_SOURCES = \
4243 send.c \
4344 sendrecv.c
4445
45- libompitrace_la_LDFLAGS = -version-info 0:0:0
46+ libompitrace_la_LDFLAGS = -version-info $( libompitrace_so_version )
You can’t perform that action at this time.
0 commit comments