Skip to content

using vecLib BLAS in 3.0

4 messages · Chris Paciorek, Simon Urbanek, Peter Dalgaard +1 more

#
On May 22, 2013, at 6:29 PM, Chris Paciorek 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 or by symlinking the Accelerate framework. I'll see if I can restored it going forward.

Cheers,
Simon
#
On May 23, 2013, at 03:25 , Simon Urbanek wrote:

            
Could you be a little more specific (and perhaps update the FAQ) ? Does it work to

ln -s  /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/Versions/Current/libBLAS.dylib libRblas.dylib
#
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