i am trying to install caffe for matlab while running make matcaffe i am getting the following error
some one help me how to resolve this error
but i have hdf5.h at usr/include/hdf5/serial/
./include/caffe/util/io.hpp:7:10: fatal error: hdf5.h: No such file or directory
#include "hdf5.h"
compilation terminated.
Makefile:454: recipe for target '.build_release/src/caffe/layers/euclidean_loss_layer.o' failed
make: *** [.build_release/src/caffe/layers/euclidean_loss_layer.o] Error 1
You have to install single deb-package by
and then retry compilation.