Skip to content

Instantly share code, notes, and snippets.

@remlapmot
Created May 28, 2022 13:38
Show Gist options
  • Save remlapmot/4ff3dbff35e4dd57087bef4308810b30 to your computer and use it in GitHub Desktop.
Save remlapmot/4ff3dbff35e4dd57087bef4308810b30 to your computer and use it in GitHub Desktop.
On M1 Mac use Apple's vecLib BLAS library
cd /Library/Frameworks/R.framework/Resources/lib/
ln -s -i -v libRblas.vecLib.dylib libRblas.dylib
# revert with
# ln -s -i -v libRblas.0.dylib libRblas.dylib
@remlapmot
Copy link
Author

From here and here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment