Tue, 14 May 2024 02:18:42 UTC | login

Information for build blosc2-2.11.2-15.fc40

ID273015
Package Nameblosc2
Version2.11.2
Release15.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/blosc2.git#8584b6d81b6fb72cc5b80396e235e8e00c841f3d
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 complete
Volume DEFAULT
StartedTue, 05 Dec 2023 14:05:09 UTC
CompletedTue, 05 Dec 2023 14:45:00 UTC
Taskbuild (f40, /rpms/blosc2.git:8584b6d81b6fb72cc5b80396e235e8e00c841f3d)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/blosc2.git#8584b6d81b6fb72cc5b80396e235e8e00c841f3d'}}
Tags
f40
RPMs
src
blosc2-2.11.2-15.fc40.src.rpm (info) (download)
riscv64
blosc2-2.11.2-15.fc40.riscv64.rpm (info) (download)
blosc2-devel-2.11.2-15.fc40.riscv64.rpm (info) (download)
blosc2-debuginfo-2.11.2-15.fc40.riscv64.rpm (info) (download)
blosc2-debugsource-2.11.2-15.fc40.riscv64.rpm (info) (download)
Logs
riscv64
state.log
root.log
hw_info.log
build.log
mock_output.log
Changelog * Tue Nov 21 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-15 - Hopefully fix compilation on ppc64el * Tue Nov 21 2023 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> None-14 - Version 2.11.2 * Mon Nov 20 2023 topazus <topazus@outlook.com> None-13 - disable the building of static library * 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