From a79d2dc315c1466e04edcf8b0927ee49fc61b29c Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 10 Oct 2006 15:22:34 +0000 Subject: [PATCH] Update of minimize_boost file which was required for updating to boost_1_33_1. git-svn-id: https://svn.dealii.org/trunk@13989 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/common/scripts/minimize_boost | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/deal.II/common/scripts/minimize_boost b/deal.II/common/scripts/minimize_boost index 8b87269dce..f6121a84d5 100755 --- a/deal.II/common/scripts/minimize_boost +++ b/deal.II/common/scripts/minimize_boost @@ -6,7 +6,7 @@ echo Running `pwd`/minimize_boost # path of the (original) boost library, e.g. -O=/home/rhartman/boost/boost_1_31_0 +O=/home/rhartman/boost/boost_1_33_1 # directory of the deal.II library Dtmp=`pwd`/../.. cd $Dtmp && \ @@ -151,6 +151,11 @@ while test -s $B/diff.txt; do done rm $B/dirs.old.txt $B/dirs.txt $B/diff.txt +#copy version information +cd $B && cp $O/boost/version.hpp boost +#copy whole config directory +cd $B && cp -r $O/boost/config boost + echo "The $B/boost directory is now complete" # Take inventory of new boost directory @@ -163,7 +168,6 @@ if test -d boost._bak; then cd $B && rm -rf boost; mv boost._bak boost cd $B && tar xf boost._tar cd $B && rm boost._tar - cd $B && cp $O/boost/version.hpp boost fi # output of diffs -- 2.39.5