From: Daniel Arndt Date: Mon, 10 Apr 2017 12:54:46 +0000 (+0200) Subject: Add bug-fix information X-Git-Tag: v9.0.0-rc1~1706^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32acd47bccadc0c027fb1285c3cd376682093585;p=dealii.git Add bug-fix information --- diff --git a/doc/external-libs/arpack.html b/doc/external-libs/arpack.html index b69e82f42a..03b6a04c5e 100644 --- a/doc/external-libs/arpack.html +++ b/doc/external-libs/arpack.html @@ -22,11 +22,18 @@ Don't forget to install a development version of the library.

+

+ Since ARPACK has not been maintained by Rice university for some years, Debian, + Octave and Scilab developers gathered their + own modifications and bug fixes + in the library ARPACK-NG. + Furthermore, ARPACK-NG equips ARPACK with a CMake build system. +

+

Below is a short summary of instructions on how to compile and install - ARPACK by hand (for the case you wish to do so) - or using ARPACK-NG - that equips ARPACK with a CMake build system. + ARPACK or ARPACK-NG by hand + (for the case you wish to do so).

How to compile and install ARPACK by hand

@@ -55,7 +62,7 @@

- Note: For compilation of ARPACK we emphasise + Note: For compilation of ARPACK we emphasize adding the compiler flag -fPIC. This is a definite requirement if we are compiling deal.II with shared libraries (which is the default). If we had preferred to be