fix missing mpi.h include for h5readatt_octave.cc
Signed-off-by: Thorsten Liebig <thorsten.liebig@gmx.de>pull/1/head
parent
cf5f1231bf
commit
d29eeefcda
|
@ -17,7 +17,11 @@ cd(dir);
|
||||||
if isOctave()
|
if isOctave()
|
||||||
disp('compiling oct files')
|
disp('compiling oct files')
|
||||||
fflush(stdout)
|
fflush(stdout)
|
||||||
|
if isunix
|
||||||
mkoctfile -lhdf5 -DH5_USE_16_API h5readatt_octave.cc
|
mkoctfile -lhdf5 -DH5_USE_16_API h5readatt_octave.cc
|
||||||
|
else
|
||||||
|
mkoctfile -lhdf5 -DH5_USE_16_API h5readatt_octave.cc
|
||||||
|
end
|
||||||
else
|
else
|
||||||
disp('Matlab does not need this function. It is Octave only.')
|
disp('Matlab does not need this function. It is Octave only.')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue