summaryrefslogtreecommitdiff
path: root/math/arpack++/files/patch-Makefile.inc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Integrate a patch from http://reuter.mit.edu/index.php/software/arpackpatch/Stefan Walter2008-12-121-26/+25
| | | | | | | | which fixes ARPACK++ 1.2 to work with g++ 4.0.2 and above. PR: 121194 Submitted by: "Reed A. Cartwright" <reed@scit.us> Patch by: stefan
* Add arpack++, an object-oriented version of the ARPACK package.Pav Lucistnik2003-12-071-0/+82
It's just a collection of class templates, because templates are defined in header (.h) files PR: ports/58535 Submitted by: Thierry Thomas <thierry@pompo.net>