Skip to content

Commit

Permalink
Update c-blosc to v1.21.5 for Windows and Mac. Add debug lib for c-bl…
Browse files Browse the repository at this point in the history
…osc on Mac.
  • Loading branch information
aliddell committed Sep 21, 2023
1 parent e3ac59a commit bd64020
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/3rdParty/cblosc/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if(WIN32)
set(libd "${pwd}/lib/win64/libblosc-debug.lib")
elseif(APPLE)
set(lib "${pwd}/lib/osx/libblosc.a")
set(libd ${lib})
set(libd "${pwd}/lib/osx/libblosc-debug.a")
elseif(LINUX)
set(lib "${pwd}/lib/linux-amd64/libblosc.a")
set(libd "${pwd}/lib/linux-amd64/libblosc-debug.a")
Expand Down
2 changes: 1 addition & 1 deletion src/3rdParty/cblosc/lib/osx/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The library here was built as follows.

Against v1.21.4 (2c2f9bd) of the c-blosc source hosted at:
Against v1.21.5 (d306135) of the c-blosc source hosted at:
https://github.com/Blosc/c-blosc

It's a universal binary compiled for `arm64` and `x86_64`.
Expand Down
Binary file added src/3rdParty/cblosc/lib/osx/libblosc-debug.a
Binary file not shown.
Binary file modified src/3rdParty/cblosc/lib/osx/libblosc.a
Binary file not shown.
Binary file modified src/3rdParty/cblosc/lib/win64/libblosc-debug.lib
Binary file not shown.
Binary file modified src/3rdParty/cblosc/lib/win64/libblosc.lib
Binary file not shown.
Binary file modified src/3rdParty/cblosc/lib/win64/libblosc.pdb
Binary file not shown.

0 comments on commit bd64020

Please sign in to comment.