This repository was archived by the owner on Sep 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 68
autogen.pl: ensure to patch *all* Autotools output #472
Merged
Conversation
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
Per open-mpi/ompi#751, ensure to patch up all Autotools output (not just in some cases). Also, adjust the patching process to only write our verbose statements and a new configure script if the content actually changed as result of the patching. (cherry picked from commit open-mpi/ompi@982455a)
Patch generated configure files to fix the libtool.m4 bug the bug that started with Libtool 2.4.3. (cherry picked from commit open-mpi/ompi@67fdfdd)
8e01fa0 to
4740cb0
Compare
Member
Author
|
PR updated to include open-mpi/ompi@67fdfdd. |
Member
Author
|
@ggouaillardet Can you review this please? Thanks! |
Member
Author
|
@eschnett Also, can you try this? |
|
@jsquyres I now switched to using snapshots of the 2.x version; I tried v2.x-dev-153-gf6a57cc last. Is there a snapshot version I can try? |
Contributor
|
:bot:assign: @ggouaillardet |
Contributor
|
👍 |
jsquyres
added a commit
that referenced
this pull request
Aug 11, 2015
autogen.pl: ensure to patch *all* Autotools output
Member
Author
alex-mikheev
pushed a commit
to alex-mikheev/ompi-release
that referenced
this pull request
Nov 11, 2015
…_warn btl/openib: fix compiler warning, by HalR
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
This PR applies fixes for open-mpi/ompi#751 to the v2.x branch.
@ggouaillardet @eschnett