Skip to content
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

Make checking min versions consistent #1824

Merged
merged 1 commit into from
Oct 3, 2023
Merged

Conversation

rhc54
Copy link
Contributor

@rhc54 rhc54 commented Oct 3, 2023

We have three dependent libraries we care about, and minimum version requirements on all of them. Let's connect them all to the min values in the VERSION file and "standardize" the check configure code to make it easier to understand and maintain.

Also, since we require a min HWLOC version of 1.11, there is no longer a need to check for at least 1.8 so we know we have hwloc_topology_dup.

We have three dependent libraries we care about, and
minimum version requirements on all of them. Let's
connect them all to the min values in the VERSION file
and "standardize" the check configure code to make it
easier to understand and maintain.

Also, since we require a min HWLOC version of 1.11, there
is no longer a need to check for at least 1.8 so we know
we have hwloc_topology_dup.

Signed-off-by: Ralph Castain <[email protected]>
@rhc54 rhc54 merged commit 511e333 into openpmix:master Oct 3, 2023
@rhc54 rhc54 deleted the topic/others branch October 3, 2023 00:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant