-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Bulk: UCSC updates #50393
Bulk: UCSC updates #50393
Conversation
oops, got to remove those extra files |
|
||
extra: | ||
additional-platforms: | ||
- linux-aarch64 |
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.
@aliciaaevans Did this recipe fail to build on linux-aarch64 ?
It was building fine before. I will re-test it in a new PR!
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.
Here's the commit where I removed all the build failure files in favor of just removing the additional platform, if you want to look at the errors: 1ad838e but these all had a similar error. Maybe something changed in one of the dependencies since your original PR?
There are also a couple linux-64 with that same undefined reference to knet_init_alt
error. https://github.com/bioconda/bioconda-recipes/blob/bulk/recipes/ucsc-hubcheck/build_failure.linux-64.yaml
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.
I tried by restoring some of the changes in include.patch and meta.yaml at #50407 but it still fails the same way....
|
||
extra: | ||
additional-platforms: | ||
- linux-aarch64 |
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.
Same here
Many thanks for finishing this task, @aliciaaevans ! I will check why the following recipes failed to build now on aarch64:
They were fine before! |
Updates from running the updated ucsc scripts (thanks @martin-g ): #50325
Also:
flye
andsorted_nearest
for osx-arm64 with build failure files. (They never actually built in their respective PRs.) Those need to be fixed in new PRs.Note: PR checks will not succeed for this. Everything is already built and uploaded to the channel. I'll merge after approval.