c-blosc2 2.13.1+ds-1.1ubuntu1 source package in Ubuntu

Changelog

c-blosc2 (2.13.1+ds-1.1ubuntu1) noble; urgency=medium

  * Merge with Debian; remaining changes:
    - Patch set_values in blosc2 to just call memcpy if BLOSC_STRICT_ALIGN is
      set, fixing build on Ubuntu armhf.

c-blosc2 (2.13.1+ds-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Rename libraries for 64-bit time_t transition.  Closes: #1062033

 -- Matthias Klose <email address hidden>  Thu, 07 Mar 2024 15:25:14 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
c-blosc2_2.13.1+ds.orig.tar.xz 1.2 MiB 9fafae2bd689c0122d6ecd07b8162fc00530beabe64a6cfeae192233b45b2658
c-blosc2_2.13.1+ds-1.1ubuntu1.debian.tar.xz 6.6 KiB 97b0dc7684e72bf8949d574dfd2a6519d95388b11b2868c31132d2e96954c1ff
c-blosc2_2.13.1+ds-1.1ubuntu1.dsc 3.2 KiB 7cb8658958b53e7d622a2a5bec797e145cae5d673ef9cead60d6671687fc5a28

View changes file

Binary packages built by this source

libblosc2-2t64: Fast, compressed, persistent binary data store library for C

 Blosc is a high performance compressor optimized for binary data. It has been
 designed to transmit data to the processor cache faster than the traditional,
 non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc
 main goal is not just to reduce the size of large datasets on-disk or
 in-memory, but also to accelerate memory-bound computations.
 .
 C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
 compatible with both the C-Blosc1 API and its in-memory format. However, the
 reverse thing is generally not true for the format; buffers generated with
 C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility
 is not supported). In case you want to ensure full API compatibility with
 C-Blosc1 API, define the BLOSC1_COMPAT symbol.

libblosc2-2t64-dbgsym: debug symbols for libblosc2-2t64
libblosc2-dev: Fast, compressed, persistent binary data store library for C (development files)

 Blosc is a high performance compressor optimized for binary data. It has been
 designed to transmit data to the processor cache faster than the traditional,
 non-compressed, direct memory fetch approach via a memcpy() OS call. Blosc
 main goal is not just to reduce the size of large datasets on-disk or
 in-memory, but also to accelerate memory-bound computations.
 .
 C-Blosc2 is the new major version of C-Blosc, and tries hard to be backward
 compatible with both the C-Blosc1 API and its in-memory format. However, the
 reverse thing is generally not true for the format; buffers generated with
 C-Blosc2 are not format-compatible with C-Blosc1 (i.e. forward compatibility
 is not supported). In case you want to ensure full API compatibility with
 C-Blosc1 API, define the BLOSC1_COMPAT symbol.
 .
 This package contains the development files required to build programs against
 Blosc2.