[Rcpp-commits] r2619 - pkg/RcppGSL/inst/skeleton

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Tue Nov 30 15:16:50 CET 2010


Author: romain
Date: 2010-11-30 15:16:49 +0100 (Tue, 30 Nov 2010)
New Revision: 2619

Removed:
   pkg/RcppGSL/inst/skeleton/Makevars
Log:
remove Makevars (generated by conifigure/Makevars./in now)

Deleted: pkg/RcppGSL/inst/skeleton/Makevars
===================================================================
--- pkg/RcppGSL/inst/skeleton/Makevars	2010-11-30 14:16:07 UTC (rev 2618)
+++ pkg/RcppGSL/inst/skeleton/Makevars	2010-11-30 14:16:49 UTC (rev 2619)
@@ -1,9 +0,0 @@
-
-GSL_CFLAGS = `$(R_HOME)/bin/Rscript -e "RcppGSL:::CFlags()"`
-GSL_LIBS   = `$(R_HOME)/bin/Rscript -e "RcppGSL:::LdFlags()"`
-RCPP_LDFLAGS = `$(R_HOME)/bin/Rscript -e "Rcpp:::LdFlags()"`
-
-# combine with standard arguments for R
-PKG_CPPFLAGS = -W $(GSL_CFLAGS) -I../inst/include
-PKG_LIBS += $(GSL_LIBS) $(RCPP_LDFLAGS)
-



More information about the Rcpp-commits mailing list