fix compile error in setup.m for hdf5-1.8.x
This commit is contained in:
parent
2384bc9895
commit
6f2aaa3512
@ -16,8 +16,10 @@ cd(dir);
|
|||||||
|
|
||||||
if isOctave()
|
if isOctave()
|
||||||
disp('compiling oct files')
|
disp('compiling oct files')
|
||||||
mkoctfile -lhdf5 h5readatt_octave.cc
|
fflush(stdout)
|
||||||
|
mkoctfile -lhdf5 -DH5_USE_16_API h5readatt_octave.cc
|
||||||
else
|
else
|
||||||
|
disp('Matlab does not need this function. It is Octave only.')
|
||||||
end
|
end
|
||||||
|
|
||||||
cd(current_path);
|
cd(current_path);
|
||||||
|
Loading…
Reference in New Issue
Block a user