A while back I installed OpenBlas on my Centos server and R 3.02 with great success (over 50% improvement on the R benchmark-25).
I followed the method described in the official R Cran documentation here: http://cran.r-project.org/doc/manuals/r-release/R-admin.html Essentially the suggestion was, rather than re-compile etc. to dynamically linking the new blas creating a symlink using the "old" library name and the new OpenBlas library.
I've now updated my server to 3.1.
I've resolved issues around rstudio installing the preview of the next coming version of rstudio.
I created the symlink as per the R manual in the /lib subdirectory, but I've noticed that all the other libraries or symlinks have disappeared. And sadly my symlink seems to be ineffective as the performance have reverted to the original values.
Is there a "simple" way to install openblas (maybe laplak as well?) just through symlinks in R 3.1 & Centos / Fedora?
(I know that similar questions have been asked before, but none seem to specifically address my issue, just emerged with the latest version of Fedora repo)