HawkEye libhdf5 issues after Elle upgrade

I’ve recently updated from Cyclone to Elle release, and unfortunaly ran into the following issue while trying to display some volumes with HawkEye:

QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to ‘/tmp/runtime-viper’
ERROR - PolarManager::loadArchiveFileList() for dir:.
Cannot load file list for url: .
Start time: 1970/01/01 00:00:00 UTC
End time: 1970/01/01 01:00:00 UTC
QXcbConnection: XCB error: 145 (Unknown), sequence: 171, resource id: 0, major code: 139 (Unknown), minor code: 20
_openFilePath=/home/viper/experimento/radar/radar/9505CAS20151119220017.nc
Warning! HDF5 library version mismatched error
The HDF5 header files used to compile this application do not match
the version used by the HDF5 library to which this application is linked.
Data corruption or segmentation faults may occur if the application continues.
This can happen when an application was compiled by one version of HDF5 but
linked with a different version of static or shared HDF5 library.
You should recompile the application or check your shared library related
settings such as ‘LD_LIBRARY_PATH’.
You can, at your own risk, disable this warning by setting the environment
variable ‘HDF5_DISABLE_VERSION_CHECK’ to a value of ‘1’.
Setting it to 2 or higher will suppress the warning messages totally.
Headers are 1.10.0, library is 1.12.0

Tried to remove and reinstall the HDF5 package but the issue persists.
If I downgrade to Cyclone everything works fine.

Any ideas?