From: Wolfgang Bangerth Date: Thu, 7 Jul 2011 21:53:40 +0000 (+0000) Subject: Toss section on Trilinos versions prior to 10.0. X-Git-Tag: v8.0.0~3833 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7635bc7496262eefc699e7938f9ee36c669605c8;p=dealii.git Toss section on Trilinos versions prior to 10.0. git-svn-id: https://svn.dealii.org/trunk@23932 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/readme-petsc-trilinos.html b/deal.II/doc/readme-petsc-trilinos.html index a2b92ca6f1..f62f512c5e 100644 --- a/deal.II/doc/readme-petsc-trilinos.html +++ b/deal.II/doc/readme-petsc-trilinos.html @@ -123,31 +123,6 @@ Trilinos sub-packages.

-
Trilinos up to and including version 9.0.x
- -

- Up to version 9.0, Trilinos was configured and built using autoconf and - related tools. Configuring and building Trilinos with a sequence of - commands like the following should do the trick: - -

-cd trilinos-9.0.2
-mkdir build
-cd build
-../configure --enable-shared \
-      --with-cflags=-fPIC --with-cxxflags=-fPIC --with-fflags=-fPIC \
-      --enable-thyra --enable-stratimikos --enable-rtop --enable-teuchos \
-      --enable-sacado --enable-ml --enable-ifpack --enable-epetra \
-      --enable-belos --enable-aztecoo --enable-amesos \
-      --prefix=/home/bangerth/bin/trilinos-9.0.2
-make
-make install
-      
- - Obviously the path names in the first line and at the end of the - configure line need to be adjusted. -

-
Trilinos starting with version 10.0

@@ -156,7 +131,9 @@ make install

- Starting with version 10.0, Trilinos uses cmake to configure and + Due to the entirely different build system, deal.II does no longer + support Trilinos versions prior to 10.0. + Starting with this version, Trilinos uses cmake to configure and build. This is a bit cumbersome because you first have to install a version of cmake that is at least a cmake 2.8 prerelease, and then enter the following slightly longish set of commands: