c-blosc2 2.13.1+ds-5 source package in Ubuntu

Changelog

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

  * debian/patches:
    - New 0004-Fix-bus-error-on-armhf.patch (Closes: #1063358).

 -- Antonio Valentino <email address hidden>  Fri, 10 May 2024 14:03:12 +0000

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
c-blosc2_2.13.1+ds-5.dsc 3.1 KiB 143951862df0b23042e3aad4790d76e2917bcae4110cd5d2971cec313ab3a1e2
c-blosc2_2.13.1+ds.orig.tar.xz 1.2 MiB 9fafae2bd689c0122d6ecd07b8162fc00530beabe64a6cfeae192233b45b2658
c-blosc2_2.13.1+ds-5.debian.tar.xz 7.5 KiB 3730223c4a8851e0e3f3aa7ad8d5652b8c35a8def8d1fe64add79499227f473b

No changes file available.

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.