[Rcpp-commits] r4338 - in pkg/Rcpp: . inst inst/doc

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Wed Jun 12 20:42:39 CEST 2013


Author: edd
Date: 2013-06-12 20:42:39 +0200 (Wed, 12 Jun 2013)
New Revision: 4338

Modified:
   pkg/Rcpp/ChangeLog
   pkg/Rcpp/inst/NEWS.Rd
   pkg/Rcpp/inst/doc/Makefile
   pkg/Rcpp/inst/doc/Rcpp.bib
Log:
force serial build of vignettes in yet another effort to not let R-Forge fail 
minor update of Rcpp.bib


Modified: pkg/Rcpp/ChangeLog
===================================================================
--- pkg/Rcpp/ChangeLog	2013-06-08 22:51:13 UTC (rev 4337)
+++ pkg/Rcpp/ChangeLog	2013-06-12 18:42:39 UTC (rev 4338)
@@ -1,3 +1,8 @@
+2013-06-12  Dirk Eddelbuettel  <edd at debian.org>
+
+	* inst/doc/Makefile: Force serial build of vignettes in yet another
+	effort to not let R-Forge fail when trying to rebuild them
+
 2013-06-08  Dirk Eddelbuettel  <edd at debian.org>
 
 	* inst/doc/Rcpp.bib: Updated entries

Modified: pkg/Rcpp/inst/NEWS.Rd
===================================================================
--- pkg/Rcpp/inst/NEWS.Rd	2013-06-08 22:51:13 UTC (rev 4337)
+++ pkg/Rcpp/inst/NEWS.Rd	2013-06-12 18:42:39 UTC (rev 4338)
@@ -44,6 +44,7 @@
       SingleLogicalResult.      
       \item The \code{src/Makevars} file can now optionally override the
       path for \code{/usr/bin/install_name_tool} which is used on OS X.
+      \item Vignettes are trying harder not to be built in parallel.
     }
     \item Changes in Rcpp documentation:
     \itemize{

Modified: pkg/Rcpp/inst/doc/Makefile
===================================================================
--- pkg/Rcpp/inst/doc/Makefile	2013-06-08 22:51:13 UTC (rev 4337)
+++ pkg/Rcpp/inst/doc/Makefile	2013-06-12 18:42:39 UTC (rev 4338)
@@ -12,8 +12,21 @@
 	@echo The 'make all' target is now empty as eg R-Forge builds fall over
 	@echo So please use 'make pdfclean; make pdfall' to rebuild
 
-pdfall: rotateFiles index.html Rcpp-unitTests.pdf Rcpp-introduction.pdf Rcpp-modules.pdf Rcpp-package.pdf Rcpp-FAQ.pdf Rcpp-extending.pdf Rcpp-sugar.pdf Rcpp-attributes.pdf Rcpp-quickref.pdf
+OLDpdfall: rotateFiles index.html Rcpp-unitTests.pdf Rcpp-introduction.pdf Rcpp-modules.pdf Rcpp-package.pdf Rcpp-FAQ.pdf Rcpp-extending.pdf Rcpp-sugar.pdf Rcpp-attributes.pdf Rcpp-quickref.pdf
 
+pdfall: rotateFiles index.html 
+	## Play some games with explicit targets to avoid parallel make builds
+	## This is all just because R-Forge insists on re-making these, seemingly in parallel
+	make Rcpp-extending.pdf
+	make Rcpp-FAQ.pdf
+	make Rcpp-introduction.pdf
+	make Rcpp-modules.pdf
+	make Rcpp-package.pdf
+	make Rcpp-quickref.pdf
+	make Rcpp-sugar.pdf
+	make Rcpp-attributes.pdf
+	make Rcpp-unitTests.pdf
+
 pdfclean:
 	rm -f Rcpp-extending.pdf  Rcpp-FAQ.pdf  Rcpp-introduction.pdf  Rcpp-modules.pdf  Rcpp-package.pdf  Rcpp-quickref.pdf  Rcpp-sugar.pdf  Rcpp-attributes.pdf  Rcpp-unitTests.pdf
 

Modified: pkg/Rcpp/inst/doc/Rcpp.bib
===================================================================
--- pkg/Rcpp/inst/doc/Rcpp.bib	2013-06-08 22:51:13 UTC (rev 4337)
+++ pkg/Rcpp/inst/doc/Rcpp.bib	2013-06-12 18:42:39 UTC (rev 4338)
@@ -261,7 +261,7 @@
   author =	 {Oleg Sklyar and Duncan Murdoch and Mike Smith and
                   Dirk Eddelbuettel and Romain Fran\c{c}ois},
   year =	 2013,
-  note =	 {R package version 0.3.11},
+  note =	 {R package version 0.3.12},
   url =		 CRAN # "package=inline"
 }
 



More information about the Rcpp-commits mailing list