Skip to content
Prev 16690 / 63424 Next

Lapack calls from fortran

On 6/22/05, Paul Gilbert <pgilbert at bank-banque-canada.ca> wrote:
See section 1.2.1 of "Writing R Extensions".  You should add a file
called Makevars to the src directory and include the line

PKG_LIBS = ${LAPACK_LIBS} ${BLAS_LIBS}

in that file