Hi @Serrof ,
I have not got the mac version to work unfortionately. Haven’t had time to spend much on it but it is related to how conda builds the packages for mac, they are cross compiled, which I think works in first step, but then when JCC builds the code, one needs to get JCC to cross compile as well for the wrapper code which requires some investigation how to do it. Likely one needs first to separate the mac cross compile and arm cross compile as special cases in the setup script and then figure out the compiler and linker settings to get it to work…