[Boostheaders-commits] r55 - /

noreply at r-forge.r-project.org noreply at r-forge.r-project.org
Thu Oct 10 21:52:22 CEST 2013


Author: edd
Date: 2013-10-10 21:52:22 +0200 (Thu, 10 Oct 2013)
New Revision: 55

Modified:
   CreateBoost.sh
Log:
small steps towards a new release


Modified: CreateBoost.sh
===================================================================
--- CreateBoost.sh	2013-08-02 15:13:56 UTC (rev 54)
+++ CreateBoost.sh	2013-10-10 19:52:22 UTC (rev 55)
@@ -7,8 +7,8 @@
 ## First, download the new version of the Boost Libraries and
 ## set the variables boostall and version, here:
 boostall="boost_1_51_0.tar.gz"
-version="1.51.0-3"
-date="2013-08-02"
+version="1.51.0-4"
+date="2013-10-10"
 pkgdir="pkg/BH"
 
 
@@ -76,7 +76,7 @@
 bcp --scan --boost=${boostroot} ../bigmemory/pkg/synchronicity/src/*.cpp \
     ${pkgdir}/inst/include > bcp.log
 
-# Plus filesystem, random, unordered
+# Plus filesystem, random, unordered, spirit
 bcp --boost=${boostroot} filesystem ${pkgdir}/inst/include >> bcp.log
 bcp --boost=${boostroot} random ${pkgdir}/inst/include >> bcp.log
 bcp --boost=${boostroot} unordered ${pkgdir}/inst/include >> bcp.log
@@ -92,6 +92,9 @@
 # Plus iostream (cf issue ticket #2768) 
 bcp --boost=${boostroot} iostreams          ${pkgdir}/inst/include >> bcp.log
 
+# Plus dynamic_bitset (cf issue ticket #4991)
+bcp --boost=${boostroot} dynamic_bitset     ${pkgdir}/inst/include >> bcp.log
+
 # TODO: check with other packages
 
 



More information about the Boostheaders-commits mailing list