-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
libtbx supported_mtype failure on M1 Mac #814
Comments
I suspect this comes from 00281bb but I'm confused how it worked before as this machine has never had |
Does the installer work if you add the For DIALS installers, I believe a branch in a fork of |
Also, in the installation script, if there is a |
I worked around with:
DIALS has a similar commit here: dials@b8a70b3 I didn't try
Thanks - that explains why it worked before. |
I'll look into updating the machine type and doing native Apple Silicon build. I'll probably remove the addition of We do support Apple Silicon. I have been using a M1 Pro for almost a year now. We also have cctbx conda packages for Apple Silicon on the |
DIALS v3-11-2 refuses to install on my M1 Mac. v3-11-1 worked fine. The issue is in libtx so reporting here. In this version
os.uname()
here:cctbx_project/libtbx/auto_build/installer_utils.py
Line 176 in 0caf7ea
returns:
i.e.
machine='arm64'
and so mtype is set tomac-intel-osx-x86_64-10.9
rather thanmac-intel-osx-x86_64
which is not in the list here:cctbx_project/libtbx/auto_build/install_distribution.py
Lines 115 to 121 in 0caf7ea
Error is:
The text was updated successfully, but these errors were encountered: