You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: