Octave for Debian systems: Difference between revisions
Carandraug (talk | contribs) (→extra dependencies for the development version: fix dependency name (missing -dev for development headers)) |
Carandraug (talk | contribs) (move list of dependencies from development to stable release) |
||
Line 1: | Line 1: | ||
For Debian, and Debian based distributions such as Ubuntu, specific solutions. | For Debian, and Debian based distributions such as Ubuntu, specific solutions. | ||
== Pre-compiled binaries == | == Pre-compiled binaries == | ||
Line 9: | Line 9: | ||
sudo apt-get install octave | sudo apt-get install octave | ||
Aside the {{codeline|octave}} package that installs GNU Octave, other pieces of it are split over multiple packages. These are {{codeline|octave-doc}}, {{codeline|octave-info}}, and {{codeline|octave-htmldoc}} for the documentation | Aside the {{codeline|octave}} package that installs GNU Octave, other pieces of it are split over multiple packages. These are {{codeline|octave-doc}}, {{codeline|octave-info}}, and {{codeline|octave-htmldoc}} for the documentation; {{codeline|liboctave-dev}} for the octave development header files and mkoctfile, which are required to install Octave Forge packages; and {{codeline|octave-dbg}} for the debugging symbols. | ||
For Debian stable users, there may also be newer packages available in backports, so don't forget to check there. | For Debian stable users, there may also be newer packages available in backports, so don't forget to check there. | ||
Line 22: | Line 22: | ||
== Compiling from source == | == Compiling from source == | ||
The only ''tricky'' part is to install the dependencies. Once that is solved, installing from source should be as easy as {{Codeline|./configure && make && make install}}. See the manual for the [http://www.gnu.org/software/octave/doc/interpreter/Running-Configure-and-Make.html configure options]. | The only ''tricky'' part is to install the dependencies. Once that is solved, installing from source should be as easy as {{Codeline|./configure && make && make install}}. See the manual for the [http://www.gnu.org/software/octave/doc/interpreter/Running-Configure-and-Make.html configure options]. | ||
Line 61: | Line 62: | ||
:{| class="wikitable" | :{| class="wikitable" | ||
|- | |- | ||
! Dependency !! Debian | ! Dependency !! Debian Jessie (stable) !! Ubuntu 13.10 | ||
|- | |- | ||
| ARPACK || libarpack2-dev || libarpack2-dev | | ARPACK || libarpack2-dev || libarpack2-dev | ||
Line 92: | Line 93: | ||
|- | |- | ||
| Java JDK || openjdk-7-jdk || openjdk-7-jdk | | Java JDK || openjdk-7-jdk || openjdk-7-jdk | ||
|- | |||
| libsndfile || libsndfile1-dev || libsndfile1-dev | |||
|- | |- | ||
| LLVM || llvm-dev * || llvm-dev * | | LLVM || llvm-dev * || llvm-dev * | ||
Line 100: | Line 103: | ||
|- | |- | ||
| OpenGL || libgl-dev * || libgl-dev * | | OpenGL || libgl-dev * || libgl-dev * | ||
|- | |||
| OSMesa || libosmesa6-dev || libosmesa6-dev | |||
|- | |- | ||
| pstoedit || pstoedit || pstoedit | | pstoedit || pstoedit || pstoedit | ||
|- | |||
| PortAudio || portaudio19-dev || portaudio19-dev | |||
|- | |- | ||
| Qhull || libqhull-dev || libqhull-dev | | Qhull || libqhull-dev || libqhull-dev | ||
Line 109: | Line 116: | ||
| QScintilla || libqscintilla2-dev || libqscintilla2-dev | | QScintilla || libqscintilla2-dev || libqscintilla2-dev | ||
|- | |- | ||
| Qt || libqt4-dev libqtcore4 libqtwebkit4 libqt4-network libqtgui4 || libqt4-dev libqtcore4 libqtwebkit4 libqt4-network libqtgui4 | | Qt || libqt4-dev libqtcore4 libqtwebkit4 libqt4-network libqtgui4 libqt4-opengl-dev || libqt4-dev libqtcore4 libqtwebkit4 libqt4-network libqtgui4 | ||
|- | |- | ||
| SuiteSparse || libsuitesparse-dev || libsuitesparse-dev | | SuiteSparse || libsuitesparse-dev || libsuitesparse-dev | ||
Line 120: | Line 127: | ||
==== Building development version ==== | ==== Building development version ==== | ||
===== | If you are building development versions, you'll require some more packages | ||
as listed on {{Path|etc/HACKING}} and {{Path|INSTALL}}. Many of them will | |||
already be installed on your system. | |||
===== Development tools ===== | |||
<pre>autoconf automake bison flex gperf gzip icoutils librsvg2-bin libtool perl rsync tar</pre> | <pre>autoconf automake bison flex gperf gzip icoutils librsvg2-bin libtool perl rsync tar</pre> | ||
===== | ===== Extra dependencies for the development version ===== | ||
At the moment, thereare no extra dependencies to build the development version. | |||
:{| class="wikitable" | :{| class="wikitable" | ||
|- | |- | ||
! Dependency | ! Dependency !! Debian Jessie (testing) | ||
|- | |- | ||
|} | |} |
Revision as of 20:26, 31 May 2015
For Debian, and Debian based distributions such as Ubuntu, specific solutions.
Pre-compiled binaries
Distribution repositories
Binary packages for Octave and many Octave-Forge packages are provided by all versions of Debian and Ubuntu. These are the most well-tested binaries available and should work best for most users.
sudo apt-get install octave
Aside the octave
package that installs GNU Octave, other pieces of it are split over multiple packages. These are octave-doc
, octave-info
, and octave-htmldoc
for the documentation; liboctave-dev
for the octave development header files and mkoctfile, which are required to install Octave Forge packages; and octave-dbg
for the debugging symbols.
For Debian stable users, there may also be newer packages available in backports, so don't forget to check there.
Octave's Personal Package Archive (PPA)
However, for some Ubuntu releases the octave packages are old (Debian Squeeze and Ubuntu 12.04 or older only have Octave version 3.2). The GNU Octave Team on Launchpad maintain a PPA providing a binary packages of the latest stable versions of Octave for all versions of Ubuntu. To set up your system to install these packages
sudo apt-add-repository ppa:octave/stable sudo apt-get update sudo apt-get install octave
Compiling from source
The only tricky part is to install the dependencies. Once that is solved, installing from source should be as easy as ./configure && make && make install
. See the manual for the configure options.
HDF5 issue
With new Debian versions you may get the following when building from source:
The problem is that there are multiple versions of the hdf5 package. Octave was written with the serial version in mind but it is likely to work with the others (OpenMPI and Mpich). Due to the naming scheme done in Debian, it is required to specify the location of the libraries. See bug #38928 for details but basically, use the following when running configure:
./configure CPPFLAGS=-I/usr/include/hdf5/serial LDFLAGS=-L/usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/hdf5/serial
Dependencies
The easy way (but possibly incomplete)
The easy way to install most of the necessary dependencies is to sudo apt-get build-dep octave
. This will install all packages necessary to build and prepare a Debian package for the octave version available on your system repositories. However:
- will install unnecessary packages related to the building of a Debian package;
- may miss some new dependencies;
- may install packages that are no longer octave dependencies.
The even easier way
The MXE-octave package provides a way to compile Octave for different platforms. Dependencies and certain flags are handled automatically.
The right way
The best way is to select and install all the dependencies as listed in the INSTALL.OCTAVE file. The following are their package names in Debian repositories (they will have their own dependencies which your package maintainer will solve automatically).
libhdf5-serial-dev
. However, the msh package requires gmsh which is incompatible with it.- build tools
g++ gcc gfortran make
- external packages
libblas-dev liblapack-dev libpcre3-dev
- optional but strongly recommended. Check the Octave manual for more information on them. Packages marked with * are virtual packages (you'll have to pick one of the displayed versions).
Dependency Debian Jessie (stable) Ubuntu 13.10 ARPACK libarpack2-dev libarpack2-dev cURL libcurl4-gnutls-dev libcurl4-gnutls-dev epstool epstool epstool FFTW3 libfftw3-dev libfftw3-dev fig2dev transfig transfig FLTK libfltk-dev * libfltk-dev * fontconfig libfontconfig1-dev libfontconfig1-dev FreeType libfreetype6-dev libfreetype6-dev gl2ps libgl2ps-dev libgl2ps-dev GLPK libglpk-dev libglpk-dev GNU Readline libreadline-dev libreadline-dev gnuplot gnuplot gnuplot GraphicsMagick++ libgraphicsmagick++-dev libgraphicsmagick++-dev HDF5 libhdf5-serial-dev libhdf5-serial-dev Java JDK openjdk-7-jdk openjdk-7-jdk libsndfile libsndfile1-dev libsndfile1-dev LLVM llvm-dev * llvm-dev * lpr lpr lpr makeinfo texinfo texinfo OpenGL libgl-dev * libgl-dev * OSMesa libosmesa6-dev libosmesa6-dev pstoedit pstoedit pstoedit PortAudio portaudio19-dev portaudio19-dev Qhull libqhull-dev libqhull-dev QRUPDATE libqrupdate-dev libqrupdate-dev QScintilla libqscintilla2-dev libqscintilla2-dev Qt libqt4-dev libqtcore4 libqtwebkit4 libqt4-network libqtgui4 libqt4-opengl-dev libqt4-dev libqtcore4 libqtwebkit4 libqt4-network libqtgui4 SuiteSparse libsuitesparse-dev libsuitesparse-dev Xft libxft-dev libxft-dev zlib zlib1g-dev zlib1g-dev
Building development version
If you are building development versions, you'll require some more packages as listed on etc/HACKING and INSTALL. Many of them will already be installed on your system.
Development tools
autoconf automake bison flex gperf gzip icoutils librsvg2-bin libtool perl rsync tar
Extra dependencies for the development version
At the moment, thereare no extra dependencies to build the development version.
Dependency Debian Jessie (testing)