-
Notifications
You must be signed in to change notification settings - Fork 901
Use newer config.guess / config.sub files when relevant #8417
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
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
Download config.guess|sub from https://git.savannah.gnu.org/gitweb/?p=config.git (at hash 6faca61810d335c7837f320733fe8e15a1431fc2) in order to fix open-mpi#8410. A future commit will install these files if they are newer than what Autoconf installs. Signed-off-by: Jeff Squyres <[email protected]>
b277e6d
to
cf2bda2
Compare
bwbarrett
requested changes
Jan 26, 2021
Per open-mpi#8410, have autogen.pl check each config.sub and config.guess that it finds with a known-good version of that file if the known-good version has a timestamp version that is newer than what Autoconf installed. We also skip updating anything in the 3rd-party tree; we don't really want to mess with those packages. Signed-off-by: Jeff Squyres <[email protected]>
cf2bda2
to
4a002ce
Compare
@bwbarrett Pushed new commit. I actually pruned all changes to |
bwbarrett
approved these changes
Jan 27, 2021
rhc54
added a commit
to rhc54/openpmix
that referenced
this pull request
Jan 28, 2021
This is the PMIx equivalent of open-mpi/ompi#8417 Signed-off-by: Ralph Castain <[email protected]>
jsquyres
pushed a commit
to rhc54/openpmix
that referenced
this pull request
Jan 29, 2021
This is the PMIx equivalent of open-mpi/ompi#8417 Signed-off-by: Ralph Castain <[email protected]> Signed-off-by: Jeff Squyres <[email protected]>
rhc54
added a commit
to rhc54/prrte
that referenced
this pull request
Jan 29, 2021
Refs open-mpi/ompi#8410 This is the PRRTE equivalent of open-mpi/ompi#8417 Signed-off-by: Ralph Castain <[email protected]>
rhc54
added a commit
to rhc54/openpmix
that referenced
this pull request
Mar 4, 2021
This is the PMIx equivalent of open-mpi/ompi#8417 Signed-off-by: Ralph Castain <[email protected]> Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit 999b568)
rhc54
added a commit
to rhc54/openpmix
that referenced
this pull request
Mar 16, 2021
This is the PMIx equivalent of open-mpi/ompi#8417 Signed-off-by: Ralph Castain <[email protected]> Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit 999b568)
rhc54
added a commit
to openpmix/openpmix
that referenced
this pull request
Apr 25, 2021
This is the PMIx equivalent of open-mpi/ompi#8417 Signed-off-by: Ralph Castain <[email protected]> Signed-off-by: Jeff Squyres <[email protected]> (cherry picked from commit 999b568) (cherry picked from commit cdec11c)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Refs #8410.
See individual commit messages.
The Perl addition for this ended up being a bit larger than I had hoped, but I really did not want to use any external CPAN modules. Indeed, since there are very few of us who still know Perl, I wanted to make the new Perl as simple as possible, even if it ended up being a bit laborious.