File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
ompi/contrib/libompitrace Expand file tree Collapse file tree 3 files changed +6
-1
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
@@ -99,6 +100,7 @@ liboshmem_so_version=0:0:0
99100
100101# OMPI layer
101102libmca_ompi_common_ompio_so_version=0:0:0
103+ libompi_contrib_libompitrace_so_version=0:0:0
102104
103105# ORTE layer
104106libmca_orte_common_alps_so_version=0:0:0
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
@@ -152,6 +153,7 @@ AC_SUBST(libmca_opal_common_ugni_so_version)
152153AC_SUBST(libmca_opal_common_verbs_so_version)
153154AC_SUBST(libmca_orte_common_alps_so_version)
154155AC_SUBST(libmca_ompi_common_ompio_so_version)
156+ AC_SUBST(libompi_contrib_libompitrace_so_version)
155157
156158#
157159# Get the versions of the autotools that were used to bootstrap us
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 $( libompi_contrib_libompitrace_so_version )
You can’t perform that action at this time.
0 commit comments