Skip to content

Commit fe18ce5

Browse files
committed
Updated blosc to 1.21.1 (Mac/Win/Linux)
1 parent fc9d6b4 commit fe18ce5

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Nuparu currently consists of:
2727
* [OpenSubdiv](http://graphics.pixar.com/opensubdiv/docs/intro.html) 3.4.4 (Mac/Win/Linux)
2828
* [OpenVDB](http://www.openvdb.org/) 8.1.0 (Mac/Win/Linux)
2929
* [NanoVDB](http://www.openvdb.org/) 32.3 (Src)
30-
* [blosc](https://github.com/Blosc) 1.21.0 (Mac/Win/Linux)
30+
* [blosc](https://github.com/Blosc) 1.21.1 (Mac/Win/Linux)
3131
* [Protobuf](https://developers.google.com/protocol-buffers/) 3.17.3 (Mac/Win/Linux)
3232
* [ispc](https://ispc.github.io) 1.16.1 (Mac/Win/Linux)
3333
* [dear imgui](https://github.com/ocornut/imgui/releases) 1.83 (Src)

include/blosc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ extern "C" {
1919
/* Version numbers */
2020
#define BLOSC_VERSION_MAJOR 1 /* for major interface/format changes */
2121
#define BLOSC_VERSION_MINOR 21 /* for minor interface/format changes */
22-
#define BLOSC_VERSION_RELEASE 0 /* for tweaks, bug-fixes, or development */
22+
#define BLOSC_VERSION_RELEASE 1 /* for tweaks, bug-fixes, or development */
2323

24-
#define BLOSC_VERSION_STRING "1.21.0" /* string version. Sync with above! */
24+
#define BLOSC_VERSION_STRING "1.21.1" /* string version. Sync with above! */
2525
#define BLOSC_VERSION_REVISION "$Rev$" /* revision version */
26-
#define BLOSC_VERSION_DATE "$Date:: 2020-12-22 #$" /* date version */
26+
#define BLOSC_VERSION_DATE "$Date:: 2021-10-06 #$" /* date version */
2727

28-
#define BLOSCLZ_VERSION_STRING "2.3.0" /* the internal compressor version */
28+
#define BLOSCLZ_VERSION_STRING "2.5.1" /* the internal compressor version */
2929

3030
/* The *_FORMAT symbols should be just 1-byte long */
3131
#define BLOSC_VERSION_FORMAT 2 /* Blosc format version, starting at 1 */

lib/linux-arm/libblosc.a

180 KB
Binary file not shown.

lib/linux-gcc10/libblosc.a

208 KB
Binary file not shown.

lib/linux-gcc11/libblosc.a

209 KB
Binary file not shown.

lib/linux-l4t/libblosc.a

1.12 MB
Binary file not shown.

lib/mac/libblosc.a

747 KB
Binary file not shown.

lib/win/blosc.lib

339 KB
Binary file not shown.

0 commit comments

Comments
 (0)