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

Information for build libixion-0.13.0-5.fc29

ID67619
Package Namelibixion
Version0.13.0
Release5.fc29
Epoch
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
StartedSun, 05 Aug 2018 09:09:53 UTC
CompletedSun, 05 Aug 2018 10:33:30 UTC
Taskbuild (f29-candidate, libixion-0.13.0-5.fc29.src.rpm)
Tags
f29
f30
f31
RPMs
src
libixion-0.13.0-5.fc29.src.rpm (info) (download)
noarch
libixion-doc-0.13.0-5.fc29.noarch.rpm (info) (download)
riscv64
libixion-0.13.0-5.fc29.riscv64.rpm (info) (download)
libixion-devel-0.13.0-5.fc29.riscv64.rpm (info) (download)
libixion-python3-0.13.0-5.fc29.riscv64.rpm (info) (download)
libixion-tools-0.13.0-5.fc29.riscv64.rpm (info) (download)
libixion-debuginfo-0.13.0-5.fc29.riscv64.rpm (info) (download)
libixion-debugsource-0.13.0-5.fc29.riscv64.rpm (info) (download)
libixion-python3-debuginfo-0.13.0-5.fc29.riscv64.rpm (info) (download)
libixion-tools-debuginfo-0.13.0-5.fc29.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
root.log
state.log
Changelog * 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 * Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild * Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild * Mon Jul 03 2017 Jonathan Wakely <jwakely@redhat.com> - 0.12.2-5 - Rebuilt for Boost 1.64 * Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.12.2-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild * Fri Jan 27 2017 Jonathan Wakely <jwakely@redhat.com> - 0.12.2-3 - Rebuilt for Boost 1.63 * Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 0.12.2-2 - Rebuild for Python 3.6 * Thu Dec 15 2016 David Tardon <dtardon@redhat.com> - 0.12.2-1 - new upstream release * Mon Sep 26 2016 David Tardon <dtardon@redhat.com> - 0.12.1-1 - new upstream release