From: maier Date: Sun, 18 Nov 2012 21:37:45 +0000 (+0000) Subject: Some last bits of the documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55add66ec7e338f556dc72d50985c175a50f45b5;p=dealii-svn.git Some last bits of the documentation git-svn-id: https://svn.dealii.org/branches/branch_cmake@27568 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/external-libs/arpack.html b/deal.II/doc/external-libs/arpack.html index b8b9c9443c..42d6f899a8 100644 --- a/deal.II/doc/external-libs/arpack.html +++ b/deal.II/doc/external-libs/arpack.html @@ -4,7 +4,7 @@ The deal.II Readme on interfacing to ARPACK - + @@ -14,21 +14,37 @@ -

Using and Installing ARPACK

-

ARPACK - is a collection of Fortran77 subroutines designed to solve large - scale eigenvalue problems. +

Installation of ARPACK

- After you downloaded the Fortran version of ARPACK - and the patch unzip the files you got. That will create a directory - named ARPACK. If you need further instructions - please read the README file or the instructions. We will explain - here in a few steps what has to be done to be able to compile - ARPACK. +

+ ARPACK + is a collection of Fortran77 subroutines designed to solve large + scale eigenvalue problems. + ARPACK + should be readily packaged by most Linux distributions. + Don't forget to install a development version of the library. +

+ +

+ Below is a short summary of instructions on how to compile and install + ARPACK by hand (for the case you wish to do so). +

+ +

How to compile and install ARPACK by hand

+ +

+ After you downloaded the Fortran version of ARPACK + and the patch, unzip the files you got. That will create + a directory named ARPACK. If you need + further instructions please read the README file or the + instructions. + We will explain here in a few steps what has to be done to be able + to compile + ARPACK.