-
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
Unable to Build bowtie
on osx-arm64
#49284
Comments
Hi, You will need to make some changes to the Makefile. |
Thank you so much for your instruction! There was a Pull Request in the bowtie repository regarding exactly this matter. I hope this one will be merged 🙏 |
You can also do |
Closing since it looks like this was resolved in build.sh and there's an issue open to fix it upstream |
I submitted a Pull Request to make
bowtie
installable onosx-arm64
, but it failed.#49281
I couldn't determine the exact cause, but it seems that the issue might be due to
cpuid
only supporting x86.05:41:46 BIOCONDA INFO (ERR) /opt/mambaforge/envs/bioconda/conda-bld/bowtie_1721108465169/_build_env/lib/clang/16/include/cpuid.h:14:2: error: this header is for x86 only
👆 Link of the Error
👆 Link of the Error
The
cpuid
is found inprocessor_support.h
of bowtie (link), but despite having the exact same code in bowtie2 (link), bowtie2 builds without issues onosx-arm64
(link). Therefore, the cause might be something else. I couldn't determine the exact reason.I apologize for the inconvenience, but I would appreciate any advice you could provide.
The text was updated successfully, but these errors were encountered: