Tue, 14 May 2024 13:19:37 UTC | login

Information for build blosc2-2.10.5-12.fc40

ID262014
Package Nameblosc2
Version2.10.5
Release12.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/blosc2.git#6e6830c7fe204b5edec0123b8abe39a2cec2c2f8
SummaryHigh performance compressor optimized for binary data
DescriptionBlosc is a high performance compressor optimized for binary data (i.e. floating-point numbers, integers, and booleans, although it can handle string data too). 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 is 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.
Built bydavidlt
State failed
Volume DEFAULT
StartedMon, 06 Nov 2023 11:48:47 UTC
CompletedMon, 06 Nov 2023 12:42:12 UTC
Taskbuild (f40, /rpms/blosc2.git:6e6830c7fe204b5edec0123b8abe39a2cec2c2f8)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/blosc2.git#6e6830c7fe204b5edec0123b8abe39a2cec2c2f8'}}
Tags No tags
RPMs No RPMs
Changelog * Wed Oct 25 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-12 - Add cmake files to file list * Wed Oct 25 2023 Packit <hello@packit.dev> None-11 - [packit] 2.10.5 upstream release * Wed Oct 25 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-10 - Add packit config * Sun Aug 06 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-9 - Spelling fixes * Sun Aug 06 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-8 - Version 2.10.1 * Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> None-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Sun Jul 16 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-6 - Version 2.10.0 * Mon May 15 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-5 - Ignore test results on s390x * Mon May 15 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-3 - Add patch to fix build of pytables * Mon May 15 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-2 - Fixes after review * Sat May 13 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-1 - First version