[Rcpp-commits] r1273 - pkg/RcppArmadillo/inst/skeleton

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue May 18 19:08:41 CEST 2010


Author: edd
Date: 2010-05-18 19:08:40 +0200 (Tue, 18 May 2010)
New Revision: 1273

Modified:
   pkg/RcppArmadillo/inst/skeleton/Makevars.win
Log:
call Rscript with $(R_HOME)/bin prefix in skeleton too


Modified: pkg/RcppArmadillo/inst/skeleton/Makevars.win
===================================================================
--- pkg/RcppArmadillo/inst/skeleton/Makevars.win	2010-05-18 17:05:19 UTC (rev 1272)
+++ pkg/RcppArmadillo/inst/skeleton/Makevars.win	2010-05-18 17:08:40 UTC (rev 1273)
@@ -1,5 +1,5 @@
 
 ## This assume that we can call Rscript to ask Rcpp about its locations
 ## Use the R_HOME indirection to support installations of multiple R version
-PKG_LIBS = $(shell Rscript.exe -e "Rcpp:::LdFlags()") $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
+PKG_LIBS = $(shell $(R_HOME)/bin/Rscript.exe -e "Rcpp:::LdFlags()") $(LAPACK_LIBS) $(BLAS_LIBS) $(FLIBS)
 



More information about the Rcpp-commits mailing list