Open francescodc87 opened 7 months ago
Hi,
For 1
I think you need to get Catch2 which is a submodule. From the fastani source directory, run:
git submodule init
git submodule update
This should fetch it for you.
For 3
it could be that the program is not available for the arm64 architecture (conda page). There is this SO thread about setting up an osx-64 environment, perhaps it can solve this.
I hope this helps!
For (3), the BioConda package for fastANI was updated in August 2024 to cover Linux and macOS on ARM64.
Hi all, I am trying to install fastANI on my Mac but I can't find a way to do it, I tried the following
1) Download the latest release and use the instructions on the INSTALL.txt file, and I get the following error after cmake
2) used autoconf and ./configure and I get this error
I installed gsl with brew. I also tried ./configure --with-gsl=/opt/homebrew/include/ but I get the same error
3) via conda also not working
Any help?