Apack++ 1.2 PatchARPACK++ 1.2 Patch
Our patch arpack++1.2.patch.diff fixes ARPACK++1.2 to run with compiler g++ 4.0.2
It fixes the compile errors encountered when compiling ARPACK++ with more recent compiler versions!
"ARPACK++ is an object-oriented version of the ARPACK package. ARPACK is a well known collection of FORTRAN subroutines designed to compute a few eigenvalues and eigenvectors of large scale sparse matrices and pencils." Changes:
Typical errors:
Apply patch:
Make sure that arpack++ contains the version 1.2
The first line in arpack++/README should be: "ARPACK++ version 1.2. Feb 20, 2000." >ls arpack++/ arpack++1.2.patch.diff >patch -p 1 -d arpack++ < arpack++1.2.patch.diff Download:
Gentoo Users (not using libg2c):
|