Created
May 28, 2022 13:38
-
-
Save remlapmot/4ff3dbff35e4dd57087bef4308810b30 to your computer and use it in GitHub Desktop.
On M1 Mac use Apple's vecLib BLAS library
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From here and here