Octave for Debian systems: Difference between revisions

some more help for compiling with openMPI-HDF5
mNo edit summary
(some more help for compiling with openMPI-HDF5)
Line 312: Line 312:


   ./configure --with-hdf5-includedir=/usr/include/hdf5/serial --with-hdf5-libdir=/usr/lib/x86_64-linux-gnu/hdf5/serial
   ./configure --with-hdf5-includedir=/usr/include/hdf5/serial --with-hdf5-libdir=/usr/lib/x86_64-linux-gnu/hdf5/serial
For compiling with libhdf5-openmpi-7:amd64 and libhdf5-openmpi-dev on Ubuntu 14.10, the following works:
  export CPPFLAGS="-I/usr/include/mpi -DMPICH_SKIP_MPICXX -DOMPI_SKIP_MPICXX"
  ./configure --prefix=$HOME/opt/
  make
  make install
cf http://octave.1599824.n4.nabble.com/Error-installing-package-on-classdef-tip-td4658542.html
However, hdf5 functions have not been implemented yet (as of Octave 4.0.3).
A patch is available here, but still needs testing: https://savannah.gnu.org/patch/?8607


[[Category:Building]]
[[Category:Building]]
[[Category:Installation]]
[[Category:Installation]]
[[Category:Debian]]
[[Category:Debian]]
1

edit