Click here to visit the old openkoji buildsystem (Archived)

Information for build mathic-1.0-29.20230916.git07e8df4.fc41

ID12090
Package Namemathic
Links Fedora Package Sources | Fedora Official Koji Buildsystem | Rocks RISC-V Koji Buildsystem | Fedora RISC-V GitHub | Old Koji Buildsystem
Version1.0
Release29.20230916.git07e8df4.fc41
Epoch
DraftFalse
Sourcegit+https://src.fedoraproject.org/rpms/mathic.git#2da469f355c594e9c33b9d4b36816156f1668304
SummaryData structures for Groebner basis computations
DescriptionMathic is a C++ library of fast data structures designed for use in Groebner basis computation. This includes data structures for ordering S-pairs, performing divisor queries and ordering polynomial terms during polynomial reduction. With Mathic you get to use highly optimized code with little effort so that you can focus more of your time on whatever part of your Groebner basis implementation that you are interested in. The data structures use templates to allow you to use them with whatever representation of monomials/terms and coefficients that your code uses. In fact the only places where Mathic defines its own monomials/terms is in the test code and example code. Currently only dense representations of terms/monomials are suitable since Mathic will frequently ask "what is the exponent of variable number x in this term/monomial?".
Built bykojiadmin
State complete
Volume DEFAULT
StartedThu, 02 May 2024 07:54:52 CST
CompletedThu, 02 May 2024 08:12:58 CST
Taskbuild (f41, /rpms/mathic.git:2da469f355c594e9c33b9d4b36816156f1668304)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/mathic.git#2da469f355c594e9c33b9d4b36816156f1668304'}}
Tags
f41
RPMs
src
mathic-1.0-29.20230916.git07e8df4.fc41.src.rpm (info) (download)
riscv64
mathic-1.0-29.20230916.git07e8df4.fc41.riscv64.rpm (info) (download)
mathic-devel-1.0-29.20230916.git07e8df4.fc41.riscv64.rpm (info) (download)
mathic-tools-1.0-29.20230916.git07e8df4.fc41.riscv64.rpm (info) (download)
mathic-debuginfo-1.0-29.20230916.git07e8df4.fc41.riscv64.rpm (info) (download)
mathic-debugsource-1.0-29.20230916.git07e8df4.fc41.riscv64.rpm (info) (download)
mathic-tools-debuginfo-1.0-29.20230916.git07e8df4.fc41.riscv64.rpm (info) (download)
Logs
riscv64
build.log
state.log
root.log
installed_pkgs.log
hw_info.log
mock_output.log
Changelog * Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-29.20230916.git07e8df4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-28.20230916.git07e8df4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild * Mon Oct 16 2023 Jerry James <loganjerry@gmail.com> - 1.0-27.20230916.git07e8df4 - Update to latest upstream snapshot * Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-26.20220426.git18ff8de - Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild * Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-25.20220426.git18ff8de - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild * Mon Nov 28 2022 Jerry James <loganjerry@gmail.com> - 1.0-24.20220426.git18ff8de - Convert License tag to SPDX * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0-24.20220426.git18ff8de - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jul 07 2022 Jerry James <loganjerry@gmail.com> - 1.0-23.20220426.git18ff8de - Update to latest upstream snapshot - Drop upstreamed -noreturn patch * Thu Mar 03 2022 Jerry James <loganjerry@gmail.com> - 1.0-22.20220218.gitf52234d - Update to latest upstream snapshot