Skip to content

Instantly share code, notes, and snippets.

@StevenPuttemans
Last active May 2, 2017 11:51
Show Gist options
  • Save StevenPuttemans/604b76b233f8bfbd24bd8181873cc84a to your computer and use it in GitHub Desktop.
Save StevenPuttemans/604b76b233f8bfbd24bd8181873cc84a to your computer and use it in GitHub Desktop.
Make CAFFE and dependant frameworks find HDF5

Make your installation aware of the HDF5 libs, that have changing names:

spu@dellSPU:/usr/lib/x86_64-linux-gnu$ sudo ln -s libhdf5_serial.so libhdf5.so
spu@dellSPU:/usr/lib/x86_64-linux-gnu$ sudo ln -s libhdf5_serial_hl.so libhdf5_hl.so
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment