Hi,
I recently managed to port the slicot library (http://slicot.org/) to R.
I created a new package, put the fortran libs into the src directory
together with a Makevars file that include the line:
PKG_LIBS=$(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
R CMD check did run through on my ubuntu 14.04
Hi,
I tried to compile R with openblas on a ubuntu 12.04 machine. I have to
say that I normally use the package system and that I have no experience
with compiling R.
I did the following:
./configure --enable-BLAS-shlib --enable-R-shlib LIBnn=lib
--with-blas="-L/usr/lib/openblas-base/ -lope