From: Ralf Hartmann Date: Mon, 9 Feb 2004 16:40:29 +0000 (+0000) Subject: Some fixes X-Git-Tag: v8.0.0~15815 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1d74f37dac1c1f89118c7e33279edf85ff6b5f4d;p=dealii.git Some fixes git-svn-id: https://svn.dealii.org/trunk@8435 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/minimize_boost b/deal.II/common/scripts/minimize_boost index 543ccfac74..06e7ac162e 100755 --- a/deal.II/common/scripts/minimize_boost +++ b/deal.II/common/scripts/minimize_boost @@ -3,16 +3,16 @@ # author: Ralf Hartmann, 2004 -echo "Running $(pwd)/minimize_boost" +echo Running `pwd`/minimize_boost # path of the (original) boost library, e.g. -O="/home/rhartman/tmp/boost-1.30.2" +O=/home/atlas2/hartmann/tmp # directory of the deal.II library -Dtmp="$(pwd)/../.." +Dtmp=`pwd`/../.. cd $Dtmp && \ -D="$(pwd)" +D=`pwd` # minimized boost library in deal.II -B="$D/contrib/boost/include" +B=$D/contrib/boost/include # when following files compile we assume that the whole library compiles F="$D/lib/base/data_out_base.g.o $D/lib/base/polynomial.g.o $D/lib/base/subscriptor.g.o $D/lib/base/thread_management.g.o"