From 84af2947aa07fc2c9df916219f75981ce47d1487 Mon Sep 17 00:00:00 2001 From: guido Date: Thu, 26 Aug 2004 08:26:01 +0000 Subject: [PATCH] Add information on software support Wolfgang, can you improve this a bit? git-svn-id: https://svn.dealii.org/trunk@9585 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 42 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index ef1982a4ce..d85318c2d0 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -615,6 +615,48 @@

+ +

Optional Software Support

+ +

deal.II comes with built-in support for an + increasing number of external software packages. These packages are + sometimes detected automatically, sometimes they must be enabled explicitly + during configuration by adding the option --with-package. +

+ +

These supported software packages comprise (the following list contains + trademarks belonging to their owners): +

+ +
+
TECPLOT
+
Autodetected if one of the variables $TECHOME, + $TEC80HOME or $TEC90HOME points to a valid installation + of the tecio library. If enabled, allows data output in TECPLOT format. +
+ +
UMFPACK
+
Enabled by --with-umfpack. Right now, only the included + version in the contrib directory is supported, but pre-installed versions + will be supported soon by using an argument to this option. Enabling + UMFPACK adds the class SparseDirectUMFPACK to the library. + Implies --with-blas +
+ +
Petsc
+
+ +
Metis
+
+ +
BLAS
+
Enabled by --with-blas=blasname. Requires + libblasname.a/so in your linkers seach path. It will add the + library and required FORTRAN libraries to the linker calls. BLAS + subroutines are not used within deal.II. +
+
+

Compiler flags

-- 2.39.5