-
Notifications
You must be signed in to change notification settings - Fork 772
fix grconvert build for Grace/5.1.25 with foss/2021a by adding libtirpc dependency + related patch #15121
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
fix grconvert build for Grace/5.1.25 with foss/2021a by adding libtirpc dependency + related patch #15121
Conversation
…rary for the grconvert tool
|
Test report by @zao |
|
Test report by @zao |
|
@boegelbot please test @ generoso |
|
@boegel: Request for testing this PR well received on login1 PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1069282465 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
@boegelbot please test @ jsc-zen2 |
|
Test report by @boegel |
boegel
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
|
@boegel: Request for testing this PR well received on jsczen2l1.int.jsc-zen2.easybuild-test.cluster PR test command '
Test results coming soon (I hope)... - notification for comment with ID 1080589014 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @boegel |
|
Going in, thanks @zao! |
The
grconverttool has a hard dependency on a RPC library providing XDR functionality.This is typically not present under the expected library names on RedHat-like distros so we add a dependency on
libtirpcto satisfy the requirement.We expect the
grconvertto be present during sanity check so this is otherwise a hard build breakage.(created using
eb --new-pr)