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

Mappy on MacOS arm_neon.h error #1235

Open
christopher-vollmers opened this issue Aug 15, 2024 · 0 comments
Open

Mappy on MacOS arm_neon.h error #1235

christopher-vollmers opened this issue Aug 15, 2024 · 0 comments

Comments

@christopher-vollmers
Copy link

Hi,

I've been trying to install mappy on a Mac Studio.

Using either

pip3 install mappy

or

python3 setup.py install [in the minimap2 directory]

I get the following error

/Library/Developer/CommandLineTools/usr/lib/clang/15.0.0/include/arm_neon.h:28:2: error: "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"
#error "NEON intrinsics not available with the soft-float ABI. Please use -mfloat-abi=softfp or -mfloat-abi=hard"

I've seen older issues along those lines on this GitHub but it looked like this was fixed previously? Is this a known issue?

The minimap2 version I installed using brew is v2.28-r1209

Would appreciate help!

Thanks,
Chris

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

No branches or pull requests

1 participant