-
Notifications
You must be signed in to change notification settings - Fork 7
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
Is this program considering supporting the aarch64 architecture? #44
Comments
Thanks for your interest in this implementation of NINJA. This repository is an "almost complete" reimplementation of the Java implementation at this site. The software generally works, but there remain a couple of small bugs, and the project is on hold (and not under active development) while we await the time to wrap it up to completion. For now, your best bet is probably to use the Java version listed in the previous sentence. I'll leave this issue open, since this is a feature we'd like to support when we wrap things up |
Thank you for your reply, but I'm afraid not. Since your software is a dependency on another software, I expect this to be difficult to migrate. https://github.com/Dfam-consortium/RepeatModeler |
Ah, yes. For that dependency, the specific release (0.98-cluster_only) of NINJA is the right one. Have you tried compiling under Rosetta (https://support.apple.com/en-us/HT211861)? |
No, I'm not using an apple. I use a Linux system. I'll look into the problem myself first. Thank you. |
I may have found a solution to this problem.
replace with |
I refer to the Intel's official description: https://github.com/DLTcollab/sse2neon |
I've opened a PR that makes the changes suggested by @z4668640 at #44 (comment) |
Thank you very much for your help. But I must warn you that my method is only one possibility. He hasn't been rigorously tested. |
I have used this solution in several other projects and it worked well! I also added a CI job that runs |
As the title shows, I now need to run it on an ARM chip. How can I compile it successfully?
The text was updated successfully, but these errors were encountered: