-
Notifications
You must be signed in to change notification settings - Fork 773
{bio}[foss/2021a] MAGeCK v0.5.9.4 w/ Python 3.9.5 #15082
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
{bio}[foss/2021a] MAGeCK v0.5.9.4 w/ Python 3.9.5 #15082
Conversation
|
Test report by @branfosj |
|
Test report by @casparvl |
|
Hm, we run with So, it's missing RPATH for the RRA and mageckGSEA binaries. @branfosj do you know of these binaries get compiled during the installation? Or is this essentially a binary installation? (some context to why RPATH doesn't work for binary installations with EasyBuild is here) Anyway, I don't think this should block the PR itself, since most users seem to use EasyBuild without RPATH anyway... A fix can always be implemented in a future PR, for now we've logged here the fact that it fails with I'll rerun without |
|
Test report by @casparvl |
|
I can see the issue. The binaries should be compiled during install - it is in the |
|
Test report by @branfosj |
|
Test report by @casparvl |
|
Yes, all good now, also with |
| sources = [SOURCELOWER_TAR_GZ] | ||
| checksums = ['42875b308f2d9ee38f083fb1020d7d48fca29e2100fdb09ced1969b738b8c939'] | ||
|
|
||
| # remove the shipped mageckGSEA and RRA binaries so that the Python install will build them |
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.
Maybe say in the comment that this is for RPATH to work correctly, and refer to this PR. Without such comments, it's a bit unclear why you'd want to do this (and it would be harder to tell in the future if the preinstallopts is still relevant)
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.
|
Test report by @casparvl |
casparvl
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.
Thanks @branfosj , looks good to me now! :)
|
Going in, thanks @branfosj! |
(created using
eb --new-pr)