Skip to content

Commit

Permalink
Update LZ4 filter to latest commit available on github
Browse files Browse the repository at this point in the history
  • Loading branch information
t20100 committed Jul 4, 2024
1 parent 2c3a3b4 commit df6f2fc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/information.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ HDF5 filters and compression libraries
HDF5 compression filters and compression libraries sources were obtained from:

* `LZ4 plugin <https://github.com/nexusformat/HDF5-External-Filter-Plugins>`_
(commit `d48f960 <https://github.com/nexusformat/HDF5-External-Filter-Plugins/tree/d48f96064cb6e229ede4bf5e5c0e1935cf691036>`_)
(commit `49e3b65 <https://github.com/nexusformat/HDF5-External-Filter-Plugins/commit/49e3b65eca772bca77af13ba047d8b577673afba>`_)
using LZ4.
* `bitshuffle plugin <https://github.com/kiyo-masui/bitshuffle>`_ (v0.5.1) using LZ4 and ZStd.
* bzip2 plugin (from `PyTables <https://github.com/PyTables/PyTables/>`_ v3.9.2)
Expand Down
3 changes: 2 additions & 1 deletion src/LZ4/COPYING
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

Copyright Notice and License Terms for
HDF5 LZ4 compression filter plugin
-----------------------------------------------------------------------------
Expand Down Expand Up @@ -56,4 +57,4 @@ Source code of the HDF5 LZ4 filter is based on h5py implementation found in
Additional_Legal/h5py_Copyrights_and_Licenses.txt
Original source:
http://docs.h5py.org/en/latest/licenses.html
License type: BSD-style license
License type: BSD-style license
2 changes: 1 addition & 1 deletion src/LZ4/lz4_h5filter.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


#ifndef LZ4_H5FILTER_H
#define LZ5_H5FILTER_H
#define LZ4_H5FILTER_H

#define H5Z_class_t_vers 2
#include "hdf5.h"
Expand Down

0 comments on commit df6f2fc

Please sign in to comment.