From c17dc480e5f20342a118f2b118ef2d86643ed5f2 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 5 Feb 2001 16:47:19 +0000 Subject: [PATCH] First words about support for HSL. git-svn-id: https://svn.dealii.org/trunk@3862 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/readme.html | 50 +++++++++++++++++++++++++++++++++++++---- 1 file changed, 46 insertions(+), 4 deletions(-) diff --git a/deal.II/doc/readme.html b/deal.II/doc/readme.html index b60faad880..7665d391d2 100644 --- a/deal.II/doc/readme.html +++ b/deal.II/doc/readme.html @@ -20,6 +20,8 @@
  • System requirements
  • Installation
  • Compiler flags +
  • Using third-party libraries and + subroutines
  • Problems, questions, mailing lists
  • License @@ -472,14 +474,17 @@

    Compiler flags

    +

    Since the ISO C++ standard is still quite new and compilers still change a lot, you might need to provide special options for the compiler. We have tried to automatize this process using the ./configure script at least for the gcc compilers we use. If you need additional flags, try the following two ways: +

      -
    • Set environment variables before configuring. If you want to add +
    • + Set environment variables before configuring. If you want to add a flag to produce gprof output, for instance, configure the package using the following command sequence:

      @@ -489,22 +494,59 @@
           
      These are the commands for csh. They have to be changed accordingly for bash +

      -
    • If that does not work, edit the file +
    • +

      + If that does not work, edit the file common/Make.global_options.in and rerun ./configure in the - top-level directory. + top-level directory, or change the file + common/Make.global_options, which is what ./configure generates + out of common/Make.global_options.in. +

      +
    +

    The first method is preferred, since it will be easier to incorporate it into the configuration script later. Furthermore, your version of deal.II will not be changed from the original. +

    - We would like to hear about necessary or useful modifications so that we can include them into the distribution. +

    +
    +

    Using third-party libraries and subroutines

    + +

    + deal.II is able to interface some external + libraries and subroutines for special purposes inside the library + or application programs built on + deal.II. Presently supported are the following: + +

    +

    +

    Problems, questions, mailing lists

    -- 2.39.5