I am working on deploying project that uses hdf5 as a dependency: http://docs.h5py.org/en/latest/build.html And I am having a devil of a time install one of the dependencies for my elastic beanstalk deployment.
HDF5 1.8.4 or newer, shared library version with development headers (libhdf5-dev or similar)
Yum cannot seem to find it no matter the options:
"No package libhdf5-serial-dev available. No package libhdf5-dev. No package libhdf5-devel. No package hdf5-tools available."
Any pointers on what command I can run during deployment to get this install would be great.