octave-maintainers
[Top][All Lists]
Advanced

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

mpi.h vs. hdf5.h


From: Juan Pablo Carbajal
Subject: mpi.h vs. hdf5.h
Date: Tue, 4 Mar 2014 16:36:14 +0100

Hi,

In Ubuntu 13.10 amd64 the configure script of default repository fails
to find HDF5 libraries. The error is misleading because what it fails
to find is the mpi.h headers.

I this system hdf5.h is in the default include path (/usr/include),
but mpi is not.
The following call to the include script erases the warning.

CPPFLAGS=-I/usr/lib/openmpi/include/;
CFLAGS=-I/usr/lib/openmpi/include/ ../default/configure

Shall one add a test for MPI headers before the test for HDF5?


reply via email to

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