GitXplorerGitXplorer
p

homebrew-r-blas

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
608dc05516a03ffd8f85ff9704c56a1c46b866a4

Update README and archive

ppsobolewskiPhD committed 3 years ago
Verified
86c548fdceea56419c2b90b79adfdddd1d48433b

tweak README

ppsobolewskiPhD committed 4 years ago
Unverified
bf396d49c22913f5ad188a7ed3393e46f220e5e0

update README, fixed

ppsobolewskiPhD committed 4 years ago
Unverified
56ee097d8b0f78e6b60c85c4c03c377b6c671d96

update README

ppsobolewskiPhD committed 4 years ago
Unverified
fe71288c8fa8623b9c47c97e579acca9ac134cc4

not keg_only

ppsobolewskiPhD committed 4 years ago
Unverified
a36119a11779381ff0af90bd4752d3b2f079e54d

copy-pasta error fixed in double blas logic!

ppsobolewskiPhD committed 4 years ago

README

The README file for this repository.

This repository is largely uneeded now. Homebrew formula R now uses OpenBLAS (see the formula, while homebrew cask R (the CRAN release) provides a means to change from reference BLAS to Accelerate, see: macOS FAQ.

homebrew-r-blas

R Homebrew Formula that lets you select which BLAS library is used (Reference/Apple Accelerate/OpenBLAS) Based on the homebrew-core r.rb:
https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/r.rb
This formula supports options regarding BLAS library.
If you use no flags, then you get the R reference BLAS.
But, you can also do:
--with-accelerate
This will use Apple's Accelerate BLAS.
--with-openblas
This will use OpenBLAS, see http://openblas.net
If you also use:
--with-lapack
then any LAPACK library included in your BLAS library will also be used——this may be a bad idea?
For more information check:
https://cran.r-project.org/doc/manuals/r-patched/R-admin.html#Linear-algebra