[Rcpp-commits] r2460 - in pkg/wls: . src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Fri Nov 19 08:34:48 CET 2010


Author: romain
Date: 2010-11-19 08:34:48 +0100 (Fri, 19 Nov 2010)
New Revision: 2460

Modified:
   pkg/wls/DESCRIPTION
   pkg/wls/src/Makevars
Log:
new PKG_LIBS scheme

Modified: pkg/wls/DESCRIPTION
===================================================================
--- pkg/wls/DESCRIPTION	2010-11-19 07:34:24 UTC (rev 2459)
+++ pkg/wls/DESCRIPTION	2010-11-19 07:34:48 UTC (rev 2460)
@@ -13,4 +13,4 @@
 LazyLoad: yes
 Depends: Rcpp (>= 0.8.7.1), RcppArmadillo (>= 0.2.8), methods
 LinkingTo: Rcpp, RcppArmadillo
-SystemRequirements: GNU make
+

Modified: pkg/wls/src/Makevars
===================================================================
--- pkg/wls/src/Makevars	2010-11-19 07:34:24 UTC (rev 2459)
+++ pkg/wls/src/Makevars	2010-11-19 07:34:48 UTC (rev 2460)
@@ -1,3 +1,3 @@
 ## Use the R_HOME indirection to support installations of multiple R version
-PKG_LIBS = $(shell $(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()" ) $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
+PKG_LIBS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"` $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
 



More information about the Rcpp-commits mailing list