ghollisjr / cl-ana

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

Replace hdf-cffi by hdf5-cffi from HDFGroup #38

Closed khinsen closed 3 years ago

khinsen commented 4 years ago

Status: "works for me". The test cases in hdf-table/test.lisp that I can run (ie. those that don't depend on input files I don't have) work correctly with SBCL 1.5 under macOS. I can also read some of my own HDF5 files.

ghollisjr commented 3 years ago

Hey thank you very much for adding this! I wasn't able to dedicate time to fully implementing this until recently and have updated cl-ana to include a temporary patched version of hdf5-cffi until upstream fixes a bug that prevents hdf5-cffi from loading with the newest hdf5 standard. But at the very least cl-ana is compatible with up to date HDF5!