Skip to content
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

Update docs for arm64 #374

Open
robertdstein opened this issue Aug 1, 2024 · 2 comments
Open

Update docs for arm64 #374

robertdstein opened this issue Aug 1, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@robertdstein
Copy link

From working with LANL students installing NMMA on Macbooks, we found the following trick substantially simplified install/avoided the Arm 64 issues.

For either science user installation or developer installation, replace the line:

conda create --name nmma_env python=3.10

with:

conda create --name nmma_env
conda config --env --set subdir osx-64
conda install  python=3.10

The rest of the install steps should then proceed as normal.

@robertdstein robertdstein added the enhancement New feature or request label Aug 1, 2024
@sahiljhawar
Copy link
Member

@robertdstein A similar trick is done for tensorflow installation on arm mac (in the recently added build steps), I am yet to write documentation on this. By any chance is this also trying to simplify the tensorflow installation.

@robertdstein
Copy link
Author

This solves problems for many packages (e.g PyFFTW) found using the standard installation process. We did not test it for tensorflow specifically, so I have no idea whether this simplifies tensorflow too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants