Hi,
I am trying to install Canu on an ARM system running amazon linux, but I can't get the canu binaries to compile.
I have downloaded the most recent version of Canu from the git repository and tried to use the make file to build the binaries.
I get the following error:
utility/src/utility/align-ssw.C:36:10: fatal error: emmintrin.h: No such file or directory
#include <emmintrin.h>
^~~~~~~~~~~~~
From what I can tell this file is involved in compiling programs for intel systems. Is it possible to install this program on ARM systems?
Hi,
I am trying to install Canu on an ARM system running amazon linux, but I can't get the canu binaries to compile.
I have downloaded the most recent version of Canu from the git repository and tried to use the make file to build the binaries.
I get the following error:
From what I can tell this file is involved in compiling programs for intel systems. Is it possible to install this program on ARM systems?