Open eparisis opened 2 years ago
I am also interested in the answer to this. I am using a mac mini with an M1 chip, currently performing metataxonomic classification with Kraken2, but wanting to switch to Centrifuge due to the small database size. Cheers, Maibritt
I ran into the same error with my M1 Mac. Hoping to know if anyone managed to solve it. Thanks!
I don't have an M1 mac to test, but it seems you can set the BITS_FLAG and SSE_FLAG to nothing in the Makefile and it might work.
I came with the following patch to be able to build it on Linux ARM64 for Bioconda - https://github.com/bioconda/bioconda-recipes/pull/48450/files#diff-149f0ba4a048fc42c4307b54f782627d67d967fc68e55c3025748d9a1e910810 Also see https://github.com/bioconda/bioconda-recipes/pull/48450/files#diff-f4828b74bfed062cbc6b9b8e0d190ec61e7434126f253a229c5abd39e175bc70R12-R13 Same should work on Mac ARM64!
Please let me know what you think and I could send a Pull Request !
Hi there, after running the make command on the cloned repository on my Macbook with the M1 chip, I'm getting this error:
After some research I found out that these -m32 and -msse2 flags are not supported in ARM devices such as the M1 chip.
Any ideas on how to fix this? Thanks!