From: bangerth Date: Sun, 9 Oct 2011 19:35:45 +0000 (+0000) Subject: Don't use PETSC and TRILINOS. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5728062b8ab71190582b4b8bd20fb8ca36492898;p=dealii-svn.git Don't use PETSC and TRILINOS. git-svn-id: https://svn.dealii.org/trunk@24586 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/common/scripts/make_tarfile.sh b/deal.II/common/scripts/make_tarfile.sh index ca58cf837d..8b8befd04e 100755 --- a/deal.II/common/scripts/make_tarfile.sh +++ b/deal.II/common/scripts/make_tarfile.sh @@ -27,7 +27,7 @@ mv doc examples deal.II # Generate documentation cd deal.II -./configure --with-umfpack +./configure --with-umfpack --without-petsc --without-trilinos make online-doc cd .. tar czf deal.doc-$MAJOR.$MINOR.$PATCH.tar.gz deal.II/doc