From 8ad21d05232f197943e5d0b6dc3631dfa2711db9 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 11 Mar 2008 19:20:57 +0000 Subject: [PATCH] Clarify git-svn-id: https://svn.dealii.org/trunk@15888 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index a27641d78e..6908528214 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -621,13 +621,16 @@

- As with our PETSc support, deal.II - has wrappers that allow Trilinos linear algebra classes to be used with - the same interface as deal.II classes. These - interfaces can be enabled by setting the TRILINOS_DIR + Unlike with PETSc support, deal.II + does not currently have wrappers that allow Trilinos linear algebra + classes to be used with + the same interface as deal.II classes, though we hope + to have them in the future. However, our Makefiles are set up so that if + Trilinos use is configured in, header files are automatically found and + libraries are linked with. To do so, set the TRILINOS_DIR environment variable to the path to an existing Trilinos installation, - or using the --enable-trilinos=/path/to/trilinos switch of - the ./configure script. The Trilinos installation needs to + or use the --enable-trilinos=/path/to/trilinos switch of + the deal.II ./configure script. The Trilinos installation needs to provide the same kind of libraries that deal.II is configured for, i.e. if you want deal.II to use shared libraries, then Trilinos needs to use shared libraries as well. -- 2.39.5