icecube/ic3-labels

MKL isn't available on M1 macs

Closed this issue · 1 comments

It seems like MKL is basically only available for Intel x86_64 processors. This means M1 Mac users can't install all the dependencies for ic3-labels. I'm not sure how necessary MKL is, or if it could be made an optional dependency?

mhuen commented

It's an optional dependency for MCEq. I guess the requirement used to be MCEq[mkl] and then it got seperated out into a full requirement at some point. I removed it as a dependency. Users who want to use MCEq with mkl support will have to install it themselves. This should fix this issue.