When I try create a cross-compilation for macOS on arm64 for x86_64, I have a problem with linking MKL static libraries.
ld: unknown file type in ‘libmkl_core.a’, ‘libmkl_sequential.a’,
‘libmkl_intel_lp64.a’
I use the same files, that I have used for x86_64 normal compilation.
Thank you in advance