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

prtereachable: fix problem with nl-route #1315

Merged
merged 1 commit into from
Mar 30, 2022

Conversation

hppritcha
Copy link
Contributor

when its in a non-standard path.
observed trying to build main using spack on a system
where nl-route rpms aren't installed.

Signed-off-by: Howard Pritchard howardp@lanl.gov

when its in a non-standard path.
observed trying to build main using spack on a system
where nl-route rpms aren't installed.

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
@rhc54 rhc54 merged commit 2fbc6a8 into openpmix:master Mar 30, 2022
@bwbarrett
Copy link
Contributor

@hppritcha while looking at making the same fix in Open MPI, I noticed that this fix was incomplete. You only fixed the issue for when the component is built in libprte. If built as a DSO, the same failure will happen. You need to add the same flags a couple lines up on the other LDFLAGS line.

@hppritcha
Copy link
Contributor Author

@bwbarrett thanks for catching this

hppritcha added a commit to hppritcha/prrte that referenced this pull request Mar 30, 2022
oops missed a place to add in nl3 LDFLAGS in the Makefile.am

related to openpmix#1315

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
rhc54 pushed a commit that referenced this pull request Mar 31, 2022
oops missed a place to add in nl3 LDFLAGS in the Makefile.am

related to #1315

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
rhc54 pushed a commit to rhc54/prrte that referenced this pull request Apr 21, 2022
oops missed a place to add in nl3 LDFLAGS in the Makefile.am

related to openpmix#1315

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
(cherry picked from commit cd4bd73)
rhc54 pushed a commit that referenced this pull request Apr 21, 2022
oops missed a place to add in nl3 LDFLAGS in the Makefile.am

related to #1315

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
(cherry picked from commit cd4bd73)
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.

3 participants