-
Notifications
You must be signed in to change notification settings - Fork 67
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
Problem with M1 chip installation #112
Comments
I was able to compile fastANI on my MacBookPro M1 (2020) using the following steps: I used brew to install libomp and gsl:
Then followed the installation instructions: Before running
Finally, I ran |
Thank you that worked! |
Run into the similar issue on my 2020 Intel Mac, running Ventura 13.1. Your answer helped, but the homebrew paths were different- instead of "/opt/homebrew/opt/" my machine used "/usr/local/opt/", just thought I'd share. |
I extended the BioConda recipe to cover osx-arm64 in August 2024. |
Hello
I have tried to install fastANI on my mac with M1 chip but I received the following error:
src/cgi/core_genome_identity.cpp:11:10: fatal error: 'omp.h' file not found
I followed various threads here in the issues page and as suggested I tried to install libomp but the issue was not solved and the error remained.
I even tried to install by conda but in that case I got the error '/usr/lib/libgsl.25.dylib' (no such file, not in dyld cache)
Then tried by brew but the error I got in this case was
checking for boost/math/distributions/binomial.hpp... no
configure: error: Boost Library headers not found.
Any idea how I could bypass any of the problems so I could use fastANI?
The text was updated successfully, but these errors were encountered: