From c9afe079b22a61179a452f97a2170e0354640acb Mon Sep 17 00:00:00 2001 From: "Gon S. Nido" Date: Fri, 20 Oct 2017 12:16:07 +0200 Subject: [PATCH] Update Makevars Look up for the appropriate lapack library location for the specific R installation --- src/Makevars | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makevars b/src/Makevars index e51b5d7..5fc7152 100644 --- a/src/Makevars +++ b/src/Makevars @@ -1,3 +1,3 @@ -PKG_LIBS =$(shell ${R_HOME}/bin/R CMD config BLAS_LIBS) -lRlapack +PKG_LIBS =$(shell ${R_HOME}/bin/R CMD config BLAS_LIBS) $(shell ${R_HOME}/bin/R CMD config LAPACK_LIBS)