Skip to content

Commit

Permalink
update blosc2 to v2.10.5, update zstd to 1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fangq committed Oct 13, 2023
1 parent 437f300 commit 7472d29
Show file tree
Hide file tree
Showing 137 changed files with 10,501 additions and 4,451 deletions.
5 changes: 4 additions & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,10 @@ else
INCLUDEDIRS+=-Iblosc2/internal-complibs/zstd
LIBZLIB+=-Lblosc2/internal-complibs/zstd -lzstd
endif
LIBZLIB+=-Lblosc2/lib -lblosc2 -pthread -lz
LIBZLIB+=-Lblosc2/lib -lblosc2 -pthread -ldl
ifeq ($(HAVE_ZLIB),yes)
LIBZLIB+=-lz
endif
INCLUDEDIRS+=-Iblosc2/include
endif

Expand Down
Loading

0 comments on commit 7472d29

Please sign in to comment.