Information for build libixion-0.18.1-1.oc9

ID31318
Package Namelibixion
Version0.18.1
Release1.oc9
Epoch
Sourcegit+https://gitee.com/opencloudos-stream/libixion.git?.#5ee8b653fe4b5aa5c4c172291f07ac2d35f714e4
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 byfanjunkong
State complete
Volume DEFAULT
StartedTue, 29 Oct 2024 16:33:46 CST
CompletedTue, 29 Oct 2024 16:36:03 CST
Taskbuild (dist-oc9-epol, /opencloudos-stream/libixion.git:.:origin/master)
Extra{'source': {'original_url': 'git+https://gitee.com/opencloudos-stream/libixion.git?.#origin/master'}}
Tags
dist-oc9-epol
dist-oc9-epol-compose
epol9-test-compose
RPMs
src
libixion-0.18.1-1.oc9.src.rpm (info) (download)
aarch64
libixion-0.18.1-1.oc9.aarch64.rpm (info) (download)
libixion-devel-0.18.1-1.oc9.aarch64.rpm (info) (download)
libixion-python3-0.18.1-1.oc9.aarch64.rpm (info) (download)
libixion-tools-0.18.1-1.oc9.aarch64.rpm (info) (download)
libixion-debuginfo-0.18.1-1.oc9.aarch64.rpm (info) (download)
libixion-debugsource-0.18.1-1.oc9.aarch64.rpm (info) (download)
libixion-python3-debuginfo-0.18.1-1.oc9.aarch64.rpm (info) (download)
libixion-tools-debuginfo-0.18.1-1.oc9.aarch64.rpm (info) (download)
noarch
libixion-doc-0.18.1-1.oc9.noarch.rpm (info) (download)
x86_64
libixion-0.18.1-1.oc9.x86_64.rpm (info) (download)
libixion-devel-0.18.1-1.oc9.x86_64.rpm (info) (download)
libixion-python3-0.18.1-1.oc9.x86_64.rpm (info) (download)
libixion-tools-0.18.1-1.oc9.x86_64.rpm (info) (download)
libixion-debuginfo-0.18.1-1.oc9.x86_64.rpm (info) (download)
libixion-debugsource-0.18.1-1.oc9.x86_64.rpm (info) (download)
libixion-python3-debuginfo-0.18.1-1.oc9.x86_64.rpm (info) (download)
libixion-tools-debuginfo-0.18.1-1.oc9.x86_64.rpm (info) (download)
Logs
x86_64
root.log
build.log
installed_pkgs.log
state.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
aarch64
state.log
installed_pkgs.log
build.log
root.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
Changelog * Tue Oct 29 2024 OpenCloudOS Release Engineering <releng@opencloudos.tech> - 0.18.1-1 - initial build