help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Passing build options to pkg


From: LUK ShunTim
Subject: Re: Passing build options to pkg
Date: Mon, 27 Aug 2007 18:43:39 +0800
User-agent: Mozilla-Thunderbird 2.0.0.4 (X11/20070621)

Thomas Weber wrote:
Am Montag, den 27.08.2007, 14:43 +0800 schrieb LUK ShunTim:

It seems to be a header location problem. In my version of octave2.9 from debian/sid, hdf support is provided by lam and the mpi headers live in /usr/include/lam instead of the usual /usr/include.

Install the hdf5 packages. That's the packages which we use to provide
hdf5-support.
        Thomas



Hello Thomas,

The problem occurred when I had libhdf5-lam-dev. The offending lines seem to be in /usr/include/H5public.h:

#ifdef H5_HAVE_PARALLEL
#   include <mpi.h>
#ifndef MPI_FILE_NULL    /* MPIO may be defined in mpi.h already */
#   include <mpio.h>
#endif
#endif

I've now switched to libhf5-serial-dev and it worked.

Regards,
ST
--





reply via email to

[Prev in Thread] Current Thread [Next in Thread]