Skip to content

Commit

Permalink
LZ4 version bumped to 1.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescAlted committed Aug 18, 2022
1 parent 7cf39b6 commit 6bf101c
Show file tree
Hide file tree
Showing 6 changed files with 681 additions and 367 deletions.
3 changes: 3 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@ Changes from 2.2.0 to 2.3.0

* Fixed some issues in converting from super-chunks to frames and back. Now it is possible to do a rountrip without (known) problems.

* LZ4 codec has been bumped to 1.9.4.



Changes from 2.1.1 to 2.2.0
===========================
Expand Down
2 changes: 1 addition & 1 deletion blosc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ set(BLOSC_INCLUDE_DIRS ${BLOSC_INCLUDE_DIRS} ${CMAKE_CURRENT_SOURCE_DIR})
if(LZ4_FOUND)
set(BLOSC_INCLUDE_DIRS ${BLOSC_INCLUDE_DIRS} ${LZ4_INCLUDE_DIR})
else()
set(LZ4_LOCAL_DIR ${INTERNAL_LIBS}/lz4-1.9.3)
set(LZ4_LOCAL_DIR ${INTERNAL_LIBS}/lz4-1.9.4)
set(BLOSC_INCLUDE_DIRS ${BLOSC_INCLUDE_DIRS} ${LZ4_LOCAL_DIR})
endif()

Expand Down
Loading

0 comments on commit 6bf101c

Please sign in to comment.