Fri, 28 Jun 2024 23:47:46 UTC | login

Information for build libixion-0.14.1-4.fc31

ID125118
Package Namelibixion
Version0.14.1
Release4.fc31
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libixion.git#25d8f7983b7f01157c57c12aed8e7f8b515737a5
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
StartedThu, 15 Aug 2019 17:38:10 UTC
CompletedThu, 15 Aug 2019 20:51:00 UTC
Taskbuild (f31-candidate, /rpms/libixion.git:25d8f7983b7f01157c57c12aed8e7f8b515737a5)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libixion.git#25d8f7983b7f01157c57c12aed8e7f8b515737a5'}}
Tags
f31
f32
f33
RPMs
src
libixion-0.14.1-4.fc31.src.rpm (info) (download)
noarch
libixion-doc-0.14.1-4.fc31.noarch.rpm (info) (download)
riscv64
libixion-0.14.1-4.fc31.riscv64.rpm (info) (download)
libixion-devel-0.14.1-4.fc31.riscv64.rpm (info) (download)
libixion-python3-0.14.1-4.fc31.riscv64.rpm (info) (download)
libixion-tools-0.14.1-4.fc31.riscv64.rpm (info) (download)
libixion-debuginfo-0.14.1-4.fc31.riscv64.rpm (info) (download)
libixion-debugsource-0.14.1-4.fc31.riscv64.rpm (info) (download)
libixion-python3-debuginfo-0.14.1-4.fc31.riscv64.rpm (info) (download)
libixion-tools-debuginfo-0.14.1-4.fc31.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Fri Feb 01 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.14.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jan 25 2019 Jonathan Wakely <jwakely@redhat.com> - 0.14.1-2 - Rebuilt for Boost 1.69 * Fri Oct 26 2018 David Tardon <dtardon@redhat.com> - 0.14.1-1 - new upstream release * Sun Sep 02 2018 David Tardon <dtardon@redhat.com> - 0.14.0-1 - new upstream release * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Mon Jul 02 2018 Miro Hrončok <mhroncok@redhat.com> - 0.13.0-4 - Rebuilt for Python 3.7 * Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.13.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild * Tue Jan 23 2018 Jonathan Wakely <jwakely@redhat.com> - 0.13.0-2 - Rebuilt for Boost 1.66 * Wed Oct 11 2017 David Tardon <dtardon@redhat.com> - 0.13.0-1 - new upstream release