ghollisjr / cl-ana

Free (GPL) Common Lisp data analysis library with emphasis on modularity and conceptual clarity.
GNU General Public License v3.0
197 stars 18 forks source link

Fixed hdf-cffi so that it can find libhdf5.so on Debian #5

Closed zodmaner closed 9 years ago

zodmaner commented 9 years ago

On Debian Jessie (and later), cl-ana is unable to find the libhdf5.so file since it is not located in the base /usr/lib folder.

I've fixed this problem by adding the path to libhdf5.so on Debian for both the i386 and x86_64 architectures.

ghollisjr commented 9 years ago

I had to modify the :unix option on my machine; you can pull it from my branch. Does it work for you?

zodmaner commented 9 years ago

Just tried out your modification, and everything is working just fine on my system.

ghollisjr commented 9 years ago

Nice, thanks for patching it for Debian zodmaner!

zodmaner commented 9 years ago

With pleasure! Thank you for cl-ana, it is a very useful library.