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
It would be very helpful if rig could take care of managing BLAS/LAPACK libraries used by all the installed versions by setting the relevant symlinks. There's a lot of payoff to switching these to Accelerate on macOS but it's a pretty obscure thing to set and track the status of.
Something like rig system blas set [version] [blas lib] and rig system blas status to switch and look up the library of the R framework would be very helpful, or even an option to set the default for all R versions, including on install.
The text was updated successfully, but these errors were encountered:
It would be very helpful if rig could take care of managing BLAS/LAPACK libraries used by all the installed versions by setting the relevant symlinks. There's a lot of payoff to switching these to Accelerate on macOS but it's a pretty obscure thing to set and track the status of.
https://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html#Which-BLAS-is-used-and-how-can-it-be-changed_003f
Something like
rig system blas set [version] [blas lib]
andrig system blas status
to switch and look up the library of the R framework would be very helpful, or even an option to set the default for all R versions, including on install.The text was updated successfully, but these errors were encountered: