-
Notifications
You must be signed in to change notification settings - Fork 931
Fix misc issues evidenced whey building on msys2 arch #6002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
dc5acc4
mpool/base: add missing #include
ggouaillardet c8ec6ad
configury: rename a pushed variable in OPAL_CONFIG_SUBDIR
ggouaillardet 4406c2c
configury: add missing dependencies
ggouaillardet aaae58f
use #ifdef with AC_CHECK_HEADERS() generated macros
ggouaillardet 688aec3
misc stuff
ggouaillardet File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3,8 +3,8 @@ | |
| # of Tennessee Research Foundation. All rights | ||
| # reserved. | ||
| # Copyright (c) 2016 Inria. All rights reserved. | ||
| # Copyright (c) 2017 Research Organization for Information Science | ||
| # and Technology (RIST). All rights reserved. | ||
| # Copyright (c) 2017-2018 Research Organization for Information Science | ||
| # and Technology (RIST). All rights reserved. | ||
| # Copyright (c) 2018 Cisco Systems, Inc. All rights reserved | ||
| # $COPYRIGHT$ | ||
| # | ||
|
|
@@ -13,11 +13,15 @@ | |
| # $HEADER$ | ||
| # | ||
|
|
||
| include $(top_srcdir)/Makefile.ompi-rules | ||
|
|
||
| EXTRA_DIST = profile2mat.pl aggregate_profile.pl | ||
|
|
||
| sources = common_monitoring.c common_monitoring_coll.c | ||
| headers = common_monitoring.h common_monitoring_coll.h | ||
|
|
||
| # See the comments in opal/mca/common/sm/Makefile.am for the explanations | ||
|
|
||
| lib_LTLIBRARIES = | ||
| noinst_LTLIBRARIES = | ||
| component_install = libmca_common_monitoring.la | ||
|
|
@@ -50,15 +54,7 @@ libmca_common_monitoring_la_LDFLAGS = \ | |
| libmca_common_monitoring_la_LIBADD = $(common_monitoring_LIBS) | ||
| libmca_common_monitoring_noinst_la_SOURCES = $(headers) $(sources) | ||
|
|
||
| # These two rules will sym link the "noinst" libtool library filename | ||
| # to the installable libtool library filename in the case where we are | ||
| # compiling this component statically (case 2), described above). | ||
| V=0 | ||
| OMPI_V_LN_SCOMP = $(ompi__v_LN_SCOMP_$V) | ||
| ompi__v_LN_SCOMP_ = $(ompi__v_LN_SCOMP_$AM_DEFAULT_VERBOSITY) | ||
| ompi__v_LN_SCOMP_0 = @echo " LN_S " `basename $(component_install)`; | ||
|
|
||
| all-local: | ||
| all-local: $(component_noinst) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Since we're now including |
||
| $(OMPI_V_LN_SCOMP) if test -z "$(lib_LTLIBRARIES)"; then \ | ||
| rm -f "$(component_install)"; \ | ||
| $(LN_S) "$(component_noinst)" "$(component_install)"; \ | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The commit message on this commit no longer matches what the commit actually does.
I don't know / care if you want to split this into multiple commits: