[Rcpp-commits] r2826 - in pkg/RcppBDT: . src

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Mon Jan 3 19:49:13 CET 2011


Author: edd
Date: 2011-01-03 19:49:13 +0100 (Mon, 03 Jan 2011)
New Revision: 2826

Modified:
   pkg/RcppBDT/ChangeLog
   pkg/RcppBDT/src/Makevars.win
Log:
set Windows builds options now that the code is template only


Modified: pkg/RcppBDT/ChangeLog
===================================================================
--- pkg/RcppBDT/ChangeLog	2011-01-03 18:48:48 UTC (rev 2825)
+++ pkg/RcppBDT/ChangeLog	2011-01-03 18:49:13 UTC (rev 2826)
@@ -1,3 +1,7 @@
+2011-01-03  Dirk Eddelbuettel  <edd at debian.org>
+
+	* src/Makevars.win: Added -I$(BOOSTLIB)
+
 2011-01-02  Dirk Eddelbuettel  <edd at debian.org>
 
 	* src/RcppBDT.cpp: Modified modules wrapper name to make it clearer
@@ -24,4 +28,5 @@
 
 2010-12-23  Dirk Eddelbuettel  <edd at debian.org>
 
-	* First draft version as an inline version
+	* Some first exploration with Rcpp modules around Boost Date.Time
+	using only inline

Modified: pkg/RcppBDT/src/Makevars.win
===================================================================
--- pkg/RcppBDT/src/Makevars.win	2011-01-03 18:48:48 UTC (rev 2825)
+++ pkg/RcppBDT/src/Makevars.win	2011-01-03 18:49:13 UTC (rev 2826)
@@ -1,7 +1,5 @@
 
-## TODO: Boost option
-
 ## Use the R_HOME indirection to support installations of multiple R version
 PKG_LIBS = $(shell "${R_HOME}/bin${R_ARCH_BIN}/Rscript.exe" -e "Rcpp:::LdFlags()") 
-PKG_CPPFLAGS += -I../inst/include/
+PKG_CPPFLAGS += -I../inst/include/ -I$(BOOSTLIB)
 



More information about the Rcpp-commits mailing list