Octave for Red Hat Linux systems: Difference between revisions

Jump to navigation Jump to search
Small changes. Add categories.
(Small changes. Add categories.)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
For RedHat-based distributions like RedHat, CentOS, Fedora, Scientific Linux ...
For RedHat-based distributions like RedHat, CentOS, Fedora, Scientific Linux, ...


=== Unspecific RH ===
=== Generic RedHat ===


Tested Fedora 20, but not completely.
Tested Fedora 20, but not completely.
Line 12: Line 12:
=== CentOS ===
=== CentOS ===


Enable use of [https://fedoraproject.org/wiki/EPEL|Extra Packages for Enterprise Linux (EPEL)] AND THEN install octave dependencies development packages:
Enable use of [https://fedoraproject.org/wiki/EPEL Extra Packages for Enterprise Linux (EPEL)] AND THEN install octave dependencies development packages:


     yum -y install yum-utils
     yum -y install yum-utils
Line 19: Line 19:
     yum -y install epstool transfig pstoedit qscintilla-devel
     yum -y install epstool transfig pstoedit qscintilla-devel


===== prepare installation of octave =====
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:
    git clone git@github.com:opencollab/arpack-ng.git
    cd arpack-ng
    ./bootstrap
    ./configure --prefix="some local prefix"
    make; make install
 
Current release as of Aug. 20th 2018 seems to compile OK with CentOS blas-devel
 
===== Prepare installation of Octave =====


The remaining steps do not need to be done as root, except for
The remaining steps do not need to be done as root, except for
Line 37: Line 47:
     mkdir src build
     mkdir src build


===== get source code of octave and compile it=====
===== Compiling Octave from source =====


check out a copy of the octave sources in the src directory
Check out a copy of the octave sources in the src directory


     cd src
     cd src
Line 62: Line 72:


     make install
     make install
[[Category:GNU/Linux]]
[[Category:Installation]]

Navigation menu