-
Notifications
You must be signed in to change notification settings - Fork 773
avoid using bundled HTSlib in Stacks 2.68 + move to GCC toolchain
#24701
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
avoid using bundled HTSlib in Stacks 2.68 + move to GCC toolchain
#24701
Conversation
Updated software
|
Micket
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
|
@boegelbot please test @ jsc-zen3 |
|
@Micket: Request for testing this PR well received on jsczen3l1.int.jsc-zen3.fz-juelich.de PR test command '
Test results coming soon (I hope)... Details- notification for comment with ID 3588799409 processed Message to humans: this is just bookkeeping information for me, |
|
Test report by @boegelbot |
|
Test report by @jfgrimm |
GCC toolchain
|
Test report by @boegel |
|
Going in, thanks @jfgrimm! |
currently, it links the bundled
HTSlib. This patches the configure/makefile to pick up the easybuildHTSlib, and also drops the foss/2023a version toGCC(since it doesn't use mpi or blas)(created using
eb --new-pr)