Octave for Red Hat Linux systems: Difference between revisions

no edit summary
(Added a hint to get -larpack working on centOS)
No edit summary
Line 21: Line 21:
The arpack-devel package distributed with CentOS 7 (arpack-devel-3.1.3-2.el7.x86_64) seems a bit old, as routine "seupdate" seems not recognized during
The arpack-devel package distributed with CentOS 7 (arpack-devel-3.1.3-2.el7.x86_64) seems a bit old, as routine "seupdate" seems not recognized during
the "configure" step. This can be solved by installing arpack from github:
the "configure" step. This can be solved by installing arpack from github:
     git clone git@github.com:opencollab/arpack-ng.gitAug.
     git clone git@github.com:opencollab/arpack-ng.git
     cd arpack-ng
     cd arpack-ng
     ./bootstrap
     ./bootstrap
75

edits