I wanted to follow up on this thread from a few months ago about BLAS
options in the current R package.

Simon, is it possible to go forward with one of the following two options?

1) leave libRblas.vecLib.dylib out of the R package (AFAIK this is how
things currently stand in the 3.0.2 pkg) but update this FAQ (
http://cran.r-project.org/bin/macosx/RMacOSX-FAQ.html#Which-BLAS-is-used-and-how-can-it-be-changed_003f)
to tell folks that they can enable vecLib BLAS by symlinking the Accelerate
framework as:

cd /Library/Frameworks/R.framework/Versions/Current/Resources/lib
ln -s
 
/System/Library/Frameworks/Accelerate.framework/Versions/Current/Frameworks/vecLib.framework/Versions/Current/libBLAS.dylib
libRblas.dylib

1a) Our systems administrator here suggested the additional possibility of
have the R installer have an option (perhaps under the Customize button at
the point where "Installation Type" is chosen) that the user could select
to have switching to vecLib be done as part of the install.

2) Return libRblas.vecLib.dylib to the R package, in which case the current
FAQ will then be accurate.

Chris


----------------------------------------------------------------------------------------------
Chris Paciorek

Statistical Computing Consultant, Associate Research Statistician, Lecturer

Office: 495 Evans Hall                      Email:
[email protected]
Mailing Address:                            Voice: 510-842-6670
Department of Statistics                    Fax:   510-642-7892
367 Evans Hall                              Skype: cjpaciorek
University of California, Berkeley          WWW:
www.stat.berkeley.edu/~paciorek
Berkeley, CA 94720 USA                      Permanent forward:
[email protected]



On Thu, May 23, 2013 at 9:12 AM, Stefan Evert <[email protected]>wrote:

>
> > ... because it has nothing to do with R itself. It was merely a
> packaging bonus that inadvertently disappeared as we switched OS on the
> build machine. You can still do it yourself - either by copying the
> vecLib.dylib from the previous version
>
> Yes, that's what I did.  I recently switched back from a locally compiled
> GotoBLAS to VecLib because that latter is consistently faster on my current
> machine (Retina MacBook Pro) and OS (10.8).  I've previously had issues
> with VecLib BLAS that prompted me to explore various alternatives, but they
> seem to have gone away ... so I'm very much in favour of resuscitating
> VecLib BLAS in the Mac installer package.
>
> Best,
> Stefan
>
> _______________________________________________
> R-SIG-Mac mailing list
> [email protected]
> https://stat.ethz.ch/mailman/listinfo/r-sig-mac
>

        [[alternative HTML version deleted]]

_______________________________________________
R-SIG-Mac mailing list
[email protected]
https://stat.ethz.ch/mailman/listinfo/r-sig-mac

Reply via email to