You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code lines 27--31 in the cpuid function in teca_thread_util.cxx do not compile on Macs with Apple Silicon (ARM architecture). This causes the installation of the python package to fail. Any suggestions how these lines can be modified?
The text was updated successfully, but these errors were encountered:
Thanks for the report, we have not tested teca on m1 yet. I don't have one available at the moment but #762 should get you going, or comment out those lines.
We'll need to dig a little deeper into this to get threading working correctly on m1. it seems as though Apple wraps cpuid and we should be able to get what we need from that. here are some links to more info.
Code lines 27--31 in the
cpuid
function inteca_thread_util.cxx
do not compile on Macs with Apple Silicon (ARM architecture). This causes the installation of the python package to fail. Any suggestions how these lines can be modified?The text was updated successfully, but these errors were encountered: