Compilation error when building maestro-core on M1 Apple processors
I am attempting to build maestro-core on MacOS with M1 Apple processors. I can get past the configure step but hen I get the build error:
In file included from cdo.c:52:
In file included from ./i_maestro_numa.h:54:
/Library/Developer/CommandLineTools/usr/lib/clang/14.0.0/include/cpuid.h:14:2: error: this header is for x86 only
It looks like something that may be fixed by passing the appropriate flag to ./configure
. Is that so?
Edited by Domokos Sármány