-
Notifications
You must be signed in to change notification settings - Fork 705
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
add bzip2 and libxml2 as dependencies for netCDF 4.9.0 #16450
add bzip2 and libxml2 as dependencies for netCDF 4.9.0 #16450
Conversation
@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 1285222680 processed Message to humans: this is just bookkeeping information for me, |
Test report by @boegel |
Test report by @branfosj |
Test report by @jfgrimm |
Test report by @boegelbot |
@boegelbot please test @ jsc-zen2 |
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 1285260362 processed Message to humans: this is just bookkeeping information for me, |
Going in, thanks @branfosj! |
Test report by @boegelbot |
(created using
eb --new-pr
)Add sanity check commands in easybuilders/easybuild-easyblocks#2811
fix #16446
bzip2
is a dep of CMake, which is used as a builddep. Sobzip2
is detected and compiled against, but then not available at runtime.libxml2
is also compiled against, so make it an explicit dependency.