Wed, 03 Jul 2024 03:08:56 UTC | login

Information for build libixion-0.19.0-4.fc40

ID288432
Package Namelibixion
Version0.19.0
Release4.fc40
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libixion.git#ce8125b76fe7ca2671adc8ecdd61005d52e59b2c
SummaryA general purpose formula parser & interpreter library
DescriptionIxion is a general purpose formula parser & interpreter that can calculate multiple named targets, or "cells". The goal of this project is to create a library for calculating the results of formula expressions stored in multiple named targets, or “cells”. The cells can be referenced from each other, and the library takes care of resolving their dependencies automatically upon calculation. The caller can run the calculation routine either in a single-threaded mode, or a multi-threaded mode. The library also supports re-calculations where the contents of one or more cells have been modified since the last calculation, and a partial calculation of only the affected cells need to be calculated. Supported features: - Each calculation session is defined in a plain text file, which is parsed and interpreted by the Ixion parser. - Fully threaded calculation. - Name resolution using A1-style references. - Support 2D cell references and named expressions. - Support range references. - Dependency tracking during both full calculation and partial re-calculation. - Inline strings. - Volatile functions. The framework for volatile functions is implemented. We just need to implement more functions.
Built bydavidlt
State complete
Volume DEFAULT
StartedFri, 23 Feb 2024 11:53:02 UTC
CompletedFri, 23 Feb 2024 17:50:56 UTC
Taskbuild (f40, /rpms/libixion.git:ce8125b76fe7ca2671adc8ecdd61005d52e59b2c)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libixion.git#ce8125b76fe7ca2671adc8ecdd61005d52e59b2c'}}
Tags
f40
f41
RPMs
src
libixion-0.19.0-4.fc40.src.rpm (info) (download)
noarch
libixion-doc-0.19.0-4.fc40.noarch.rpm (info) (download)
riscv64
libixion-0.19.0-4.fc40.riscv64.rpm (info) (download)
libixion-devel-0.19.0-4.fc40.riscv64.rpm (info) (download)
libixion-python3-0.19.0-4.fc40.riscv64.rpm (info) (download)
libixion-tools-0.19.0-4.fc40.riscv64.rpm (info) (download)
libixion-debuginfo-0.19.0-4.fc40.riscv64.rpm (info) (download)
libixion-debugsource-0.19.0-4.fc40.riscv64.rpm (info) (download)
libixion-python3-debuginfo-0.19.0-4.fc40.riscv64.rpm (info) (download)
libixion-tools-debuginfo-0.19.0-4.fc40.riscv64.rpm (info) (download)
Logs
riscv64
hw_info.log
state.log
build.log
root.log
mock_output.log
noarch_rpmdiff.json
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.19.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Thu Jan 18 2024 Jonathan Wakely <jwakely@redhat.com> - 0.19.0-2 - Rebuilt for Boost 1.83 * Wed Jan 17 2024 Gwyn Ciesla <gwync@protonmail.com> - 0.19.0-1 - 0.19.0 * Wed Aug 23 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.18.1-3 - 0.18 * Wed Aug 23 2023 Gwyn Ciesla <gwync@protonmail.com> - 0.18.1-1 - 0.18 * Sat Jul 08 2023 Vitaly Zaitsev <vitaly@easycoding.org> - 0.17.0-12 - Rebuilt due to spdlog 1.12 update. * Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 0.17.0-11 - Rebuilt for Python 3.12 * Mon Feb 20 2023 Jonathan Wakely <jwakely@redhat.com> - 0.17.0-10 - Rebuilt for Boost 1.81 * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Nov 21 2022 David Tardon <dtardon@redhat.com> - 0.17.0-6 - Convert license to SPDX * Thu Nov 03 2022 Vitaly Zaitsev <vitaly@easycoding.org> - 0.17.0-5 - Rebuilt due to spdlog update. * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.17.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 0.17.0-3 - Rebuilt for Python 3.11 * Wed May 04 2022 Thomas Rodgers <trodgers@redhat.com> - 0.17.0-2 - Rebuilt for Boost 1.78 * Wed Feb 02 2022 Caolán McNamara <colanm@redhat.com> - 0.17.0-1 - new upstream release - TODO: i686 make check failure in python