File tree 3 files changed +7
-2
lines changed
ompi/contrib/libompitrace
3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 3
3
# Copyright (c) 2011 NVIDIA Corporation. All rights reserved.
4
4
# Copyright (c) 2013 Mellanox Technologies, Inc.
5
5
# All rights reserved.
6
+ # Copyright (c) 2016 IBM Corporation. All rights reserved.
6
7
7
8
# This is the VERSION file for Open MPI, describing the precise
8
9
# version of Open MPI in this distribution. The various components of
@@ -91,6 +92,7 @@ libopen_rte_so_version=0:0:0
91
92
libopen_pal_so_version=0:0:0
92
93
libmpi_java_so_version=0:0:0
93
94
liboshmem_so_version=0:0:0
95
+ libompitrace_so_version=0:0:0
94
96
95
97
# "Common" components install standalone libraries that are run-time
96
98
# linked by one or more components. So they need to be versioned as
Original file line number Diff line number Diff line change 22
22
# Copyright (c) 2013-2014 Intel, Inc. All rights reserved.
23
23
# Copyright (c) 2014-2016 Research Organization for Information Science
24
24
# and Technology (RIST). All rights reserved.
25
+ # Copyright (c) 2016 IBM Corporation. All rights reserved.
25
26
# $COPYRIGHT$
26
27
#
27
28
# Additional copyrights may follow
@@ -134,7 +135,8 @@ m4_ifdef([project_ompi],
134
135
AC_SUBST(libmpi_usempi_tkr_so_version)
135
136
AC_SUBST(libmpi_usempi_ignore_tkr_so_version)
136
137
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)])
138
140
m4_ifdef([project_orte],
139
141
[AC_SUBST(libopen_rte_so_version)])
140
142
m4_ifdef([project_oshmem],
Original file line number Diff line number Diff line change 11
11
# Copyright (c) 2004-2005 The Regents of the University of California.
12
12
# All rights reserved.
13
13
# Copyright (c) 2009-2016 Cisco Systems, Inc. All rights reserved.
14
+ # Copyright (c) 2016 IBM Corporation. All rights reserved.
14
15
# $COPYRIGHT$
15
16
#
16
17
# Additional copyrights may follow
@@ -42,4 +43,4 @@ libompitrace_la_SOURCES = \
42
43
send.c \
43
44
sendrecv.c
44
45
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