Information for build zfp-1.0.1-13.fc45

ID103256
Package Namezfp
Version1.0.1
Release13.fc45
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/zfp.git#7f9a6eb4b6a3d37982e8831552bc1bbb07777e84
SummaryLibrary for compressed numerical arrays with high throughput R/W random access
DescriptionThis is zfp, an open source C/C++ library for compressed numerical arrays that support high throughput read and write random access. zfp was written by Peter Lindstrom at Lawrence Livermore National Laboratory, and is loosely based on the algorithm described in the following paper: Peter Lindstrom "Fixed-Rate Compressed Floating-Point Arrays" IEEE Transactions on Visualization and Computer Graphics, 20(12):2674-2683, December 2014 doi:10.1109/TVCG.2014.2346458 zfp was originally designed for floating-point data only, but has been extended to also support integer data, and could for instance be used to compress images and quantized volumetric data. To achieve high compression ratios, zfp uses lossy but optionally error-bounded compression. Although bit-for-bit lossless compression of floating-point data is not always possible, zfp is usually accurate to within machine epsilon in near-lossless mode. zfp works best for 2D and 3D arrays that exhibit spatial coherence, such as smooth fields from physics simulations, images, regularly sampled terrain surfaces, etc. Although zfp also provides a 1D array class that can be used for 1D signals such as audio, or even unstructured floating-point streams, the compression scheme has not been well optimized for this use case, and rate and quality may not be competitive with floating-point compressors designed specifically for 1D streams.
Built byhrw
State complete
Volume DEFAULT
StartedThu, 23 Jul 2026 17:11:55 UTC
CompletedThu, 23 Jul 2026 17:27:28 UTC
Taskbuild (f45, /rpms/zfp.git:7f9a6eb4b6a3d37982e8831552bc1bbb07777e84)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/zfp.git#7f9a6eb4b6a3d37982e8831552bc1bbb07777e84'}}
Tags
f45
RPMs
src
zfp-1.0.1-13.fc45.src.rpm (info) (download)
riscv64
python3-zfpy-1.0.1-13.fc45.riscv64.rpm (info) (download)
zfp-1.0.1-13.fc45.riscv64.rpm (info) (download)
zfp-devel-1.0.1-13.fc45.riscv64.rpm (info) (download)
python3-zfpy-debuginfo-1.0.1-13.fc45.riscv64.rpm (info) (download)
zfp-debuginfo-1.0.1-13.fc45.riscv64.rpm (info) (download)
zfp-debugsource-1.0.1-13.fc45.riscv64.rpm (info) (download)
Logs
riscv64
mock_output.log
hw_info.log
build.log
root.log
dnf5.log
state.log
mock_config.log
Changelog * Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 1.0.1-13 - Rebuilt for Python 3.15.0b4 ABI change * Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-12 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild * Sun Jun 07 2026 Orion Poplawski <orion@nwra.com> - 1.0.1-11 - Rebuild for Python 3.15 * Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild * Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild * Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.0.1-7 - Rebuilt for Python 3.14 * Tue Jan 21 2025 Elliott Sales de Andrade <quantum.analyst@gmail.com> - 1.0.1-6 - Add Python subpackage * Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild * Wed Sep 04 2024 Miroslav Suchý <msuchy@redhat.com> - 1.0.1-4 - convert license to SPDX