GitXplorerGitXplorer
p

homebrew-r-blas

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Unverified
0262b98eb3e10c2f8f44b62da3056a3b93d222e9

copy-pasta error fixed in double blas logic

ppsobolewskiPhD committed 4 years ago
Unverified
7bcfda3571d35e2a24b6a60ce93985044f6e834b

keg_only fixed

ppsobolewskiPhD committed 4 years ago
Unverified
401cb9c8298b6df09e1e185a3de8e89eb0d7be18

keg_only

ppsobolewskiPhD committed 4 years ago
Unverified
74913abe82d0852e8620e2e05b181d72610b8930

fix logic if both BLAS given

ppsobolewskiPhD committed 4 years ago
Unverified
5fa96639cb65028f7e830aa8578f4734114202d5

fix options? take 2

ppsobolewskiPhD committed 4 years ago
Unverified
38f086b0f6f4dea2060f74290d0db67e509f867b

fix options?

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