With these fixes Eigensoft can also bei installed on OSX-arm64.
Two issues prevent this so far:
The finite function is obsolete and should be replaced with isfinite (see https://linux.die.net/man/3/finite). It seems that this was done in many cases, but missed in one.
The compiler option -p seems to be invalid for the apple clang compiler, as far as I understand this flag is also not required for other platforms for the normal execution mode of e.g. smartpca (as it is a profiling flag?).
With these fixes Eigensoft can also bei installed on OSX-arm64.
Two issues prevent this so far:
finite
function is obsolete and should be replaced withisfinite
(see https://linux.die.net/man/3/finite). It seems that this was done in many cases, but missed in one.-p
seems to be invalid for the apple clang compiler, as far as I understand this flag is also not required for other platforms for the normal execution mode of e.g. smartpca (as it is a profiling flag?).