[Boostheaders-commits] r42 - /
noreply at r-forge.r-project.org
noreply at r-forge.r-project.org
Sat May 4 03:46:55 CEST 2013
Author: edd
Date: 2013-05-04 03:46:54 +0200 (Sat, 04 May 2013)
New Revision: 42
Modified:
CreateBoost.sh
Log:
corrected to include 'iostreams' (#2768)
Modified: CreateBoost.sh
===================================================================
--- CreateBoost.sh 2013-05-04 01:45:38 UTC (rev 41)
+++ CreateBoost.sh 2013-05-04 01:46:54 UTC (rev 42)
@@ -87,8 +87,8 @@
bcp --boost=${boostroot} math/distributions ${pkgdir}/inst/include >> bcp.log
bcp --boost=${boostroot} algorithm ${pkgdir}/inst/include >> bcp.log
-# Plus iostream (cf issue ticket #2768) -- thia is a null-op, why?
-bcp --boost=${boostroot} iostream ${pkgdir}/inst/include >> bcp.log
+# Plus iostream (cf issue ticket #2768)
+bcp --boost=${boostroot} iostreams ${pkgdir}/inst/include >> bcp.log
# TODO: check with other packages
@@ -97,7 +97,8 @@
rm -rf ${pkgdir}/inst/include/libs \
${pkgdir}/inst/include/Jamroot \
${pkgdir}/inst/include/boost.png \
- ${pkgdir}/inst/include/doc
+ ${pkgdir}/inst/include/doc \
+ ${pkgdir}/inst/include/boost.css
cp BoostHeadersROOT/LICENSE* \
BoostHeadersROOT/NAMESPACE ${pkgdir}
More information about the Boostheaders-commits
mailing list