Skip to content

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
merged 2 commits into from
Jan 27, 2021

Conversation

jsquyres
Copy link
Member

@jsquyres jsquyres commented Jan 26, 2021

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.

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]>
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]>
@jsquyres
Copy link
Member Author

@bwbarrett Pushed new commit. I actually pruned all changes to 3rd-party, just to be clean. You're probably right that we shouldn't touch anything in there (even though PMIx and PRRTE will need the same updates).

@jsquyres jsquyres merged commit 724eb49 into open-mpi:master Jan 27, 2021
@jsquyres jsquyres deleted the pr/config-dot-what branch January 27, 2021 15:18
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
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants