ompi/monitoring: add .sh versionig to common monitoring lib
Signed-off-by: Jeff Squyres <jsquyres@cisco.com>
Этот коммит содержится в:
родитель
bc2ed21229
Коммит
9ef0f3d83a
1
VERSION
1
VERSION
@ -103,6 +103,7 @@ libompitrace_so_version=0:0:0
|
||||
|
||||
# OMPI layer
|
||||
libmca_ompi_common_ompio_so_version=0:0:0
|
||||
libmca_ompi_common_monitoring_so_version=0:0:0
|
||||
|
||||
# ORTE layer
|
||||
libmca_orte_common_alps_so_version=0:0:0
|
||||
|
@ -10,7 +10,7 @@
|
||||
# University of Stuttgart. All rights reserved.
|
||||
# Copyright (c) 2004-2005 The Regents of the University of California.
|
||||
# All rights reserved.
|
||||
# Copyright (c) 2006-2016 Cisco Systems, Inc. All rights reserved.
|
||||
# Copyright (c) 2006-2018 Cisco Systems, Inc. All rights reserved
|
||||
# Copyright (c) 2006-2008 Sun Microsystems, Inc. All rights reserved.
|
||||
# Copyright (c) 2006-2017 Los Alamos National Security, LLC. All rights
|
||||
# reserved.
|
||||
@ -170,6 +170,7 @@ AC_SUBST(libmca_opal_common_ugni_so_version)
|
||||
AC_SUBST(libmca_opal_common_verbs_so_version)
|
||||
AC_SUBST(libmca_orte_common_alps_so_version)
|
||||
AC_SUBST(libmca_ompi_common_ompio_so_version)
|
||||
AC_SUBST(libmca_ompi_common_monitoring_so_version)
|
||||
|
||||
#
|
||||
# Get the versions of the autotools that were used to bootstrap us
|
||||
|
@ -5,6 +5,7 @@
|
||||
# Copyright (c) 2016 Inria. All rights reserved.
|
||||
# Copyright (c) 2017 Research Organization for Information Science
|
||||
# and Technology (RIST). All rights reserved.
|
||||
# Copyright (c) 2018 Cisco Systems, Inc. All rights reserved
|
||||
# $COPYRIGHT$
|
||||
#
|
||||
# Additional copyrights may follow
|
||||
@ -37,13 +38,14 @@ if OPAL_INSTALL_BINARIES
|
||||
bin_SCRIPTS = profile2mat.pl aggregate_profile.pl
|
||||
endif # OPAL_INSTALL_BINARIES
|
||||
|
||||
else
|
||||
else # MCA_BUILD_ompi_common_monitoring_DSO
|
||||
noinst_LTLIBRARIES += $(component_noinst)
|
||||
endif
|
||||
endif # MCA_BUILD_ompi_common_monitoring_DSO
|
||||
|
||||
libmca_common_monitoring_la_SOURCES = $(headers) $(sources)
|
||||
libmca_common_monitoring_la_CPPFLAGS = $(common_monitoring_CPPFLAGS)
|
||||
libmca_common_monitoring_la_LDFLAGS = \
|
||||
-version-info $(libmca_ompi_common_monitoring_so_version) \
|
||||
$(common_monitoring_LDFLAGS)
|
||||
libmca_common_monitoring_la_LIBADD = $(common_monitoring_LIBS)
|
||||
libmca_common_monitoring_noinst_la_SOURCES = $(headers) $(sources)
|
||||
|
Загрузка…
Ссылка в новой задаче
Block a user