Skip to content
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

Fix compilation on arm64. #131

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tjni
Copy link

@tjni tjni commented May 11, 2022

On my M1 Mac, uname -m returns arm64 instead of aarch64, but I believe these two are equivalent.

For context, I am working on fixing this build in nixpkgs on M1 Darwin, which uses clang for compilation. The first issue I ran into was that cpuid.h on clang throws an error when included on an M1 machine.

On my M1 Mac, `uname -m` returns arm64 instead of aarch64, but I believe
these two are equivalent.
@akikuno
Copy link

akikuno commented Jul 16, 2024

@BenLangmead @ch4rr0

I am currently working on making Bowtie available on OSX-ARM64 through BioConda (bioconda/bioconda-recipes#49281). To achieve this, this PR is necessary to merge.

Could you please review and merge this PR at your earliest convenience?

Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants